Jump to content

Quai

Inactive Member
  • Posts

    37
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Quai

  1. THIS POST FOR @Asha Why do you guy second loop!? Your function will be bugging when we use different ranges id... The function should look like this, Mr. Developer Sorry for my bad eng. Have a nice day! [Hidden Content]
  2. 1. char_skill.cpp function void CHARACTER::SkillLevelUp(DWORD dwVnum, BYTE bMethod) switch (GetSkillMasterType(pkSk->dwVnum)) { case SKILL_NORMAL: if (GetSkillLevel(pkSk->dwVnum) >= 17) { SetSkillLevel(pkSk->dwVnum, 20); } break;
  3. Hallo! My problem is function 6/7bonus which always add maximum bonus from table item_attr_rare in database. Example: MAX_HP lv1 - 200, lv2 - 300, lv3 - 400, lv4 - 500, lv5 - 1000. Alwasy add 1000 MAX_HP please help me.
  4. @Endymion Where is break? Information displays many times when we have a few in inventory e.g 10x Poison Sword+8. Under: BroadcastNotice(szUpgradeAnnouncement); Add: break;
  5. Hi! I'm searching PetSystem performing on exp pets and giving bonuses all in gui.
  6. Hello my friends! I am looking for new function in quest on affect(source) which did not work like affect.add_collect_point i.e. 1.000 HP + 1.000 HP = 1.000 HP, 1.100 HP + 1.000 HP = 2.100 HP in bonuses different quests.
  7. Hello! How to remove belt slot on potions in game?(source) SS:
  8. Good, thank you! There is only one problem.. Two identical item, vnum put in this ring slots ss:
  9. Okay only what function, in what files .cpp? Maybe somebady knows?
  10. Hi! How to add 2 new slot for exp ring, mount und candy?
×
×
  • 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.