Jump to content

csmmrr04

Inactive Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

About csmmrr04

Informations

  • Gender
    Male

Recent Profile Visitors

5333 profile views

csmmrr04's Achievements

Apprentice

Apprentice (3/16)

  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In
  • First Post

Recent Badges

2

Reputation

  1. Anyone know how I can do that?I tried to modify the source but did not really please some advice any!
  2. You can somehow create python.dll ?
  3. Hi Somenone help me with this problem? /usr/bin/ld: cannot find -lgame gmake: *** [/root/mintest] Error 1 linking /root/mintest.... Makefile:135: recipe for target '/root/mintest' failed
  4. Hello Somehow average damage that can enter an item is 80 ? We calculated according item_addon.cpp (unchanged ) Please tell me if I'm right or is damage to the environment can enter. Thank you! Code: int iSkillBonus = MINMAX(-30, (int) (gauss_random(0, 5) + 0.5f), 30); int iNormalHitBonus = 0; if (abs(iSkillBonus) <= 20) iNormalHitBonus = -2 * iSkillBonus + abs(number(-8, 8) + number(-8, 8)) + number(1, 4); else iNormalHitBonus = -2 * iSkillBonus + number(1, 5); pItem->RemoveAttributeType(APPLY_SKILL_DAMAGE_BONUS); pItem->RemoveAttributeType(APPLY_NORMAL_HIT_DAMAGE_BONUS); pItem->AddAttribute(APPLY_NORMAL_HIT_DAMAGE_BONUS, iNormalHitBonus); pItem->AddAttribute(APPLY_SKILL_DAMAGE_BONUS, iSkillBonus); }
  5. Hello I have a question , if you help me I found in many files this function [number ( 1, 24 ) ] And I'm not sure thing This generates a random number between 1 and 24 or somehow use those numbers ? Can someone tell me clearly A nice evening!
  6. Can you give us your source for game? Thanks!
  7. try this: [Hidden Content] [Hidden Content]
  8. thanks So the car can only have values ​​1 and 0 , we understand Yes I saw that in some file is found and return false return true ... Can you explain to that?
  9. Hi I someone please explain to me depsre function ' return ' in C- C++ that do not quite understand that returns... Thanks
  10. Hy How install gcc49 for compiling source? Thanks
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.