Jump to content

Necro

Premium
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Necro

  1. Hi, where i can edit skill -> i need change time of the loading skill i dont know where in the skill_proto. Thanks
  2. Hi how can i in source define AddAffect -> i know that definition is in char_affect.cpp and in orther files is "ch->" what that mean? and definition that is? Thanks
  3. Hi, do you know, where i can find this tool which show free map coordinates like here: Thanks
  4. Do you know the hack which allow players to create items ? just vizual items ? They can show them in trade, pm and chat, but this items are just visual not real. Is there a way to make the game check if it exist in database ? and after let show them in chat etc ? Does this glitch work on all items, or just item_quest? All items
  5. BUMP, where i can find define this red field?
  6. Thanks and --> BLACKSMITH2_MOB this is 2x in char_item.cpp
  7. But i have problem only with add attribute and add attribute2 -> here is opposite problem that everything is yellow :/, change working normal. I was looking for in uiinventory but that is okey. Any next idea? But thanks
  8. Hi i have little problem -> Bonus was normal added but how i can change this red color?
  9. Hi, is the command /reload p safe in game or is the way for bug, is here option to set better way in source?
  10. Is that right? if player.GetSex() == "m": because this isnt working
  11. Hi, i try add new socket 0-5 but in dump_proto i change ITEM_SOCKET_SLOT_MAX_NUM = 3, -> ITEM_SOCKET_SLOT_MAX_NUM = 6, and client has error with item_proto structure and without change = ITEM_SOCKET_SLOT_MAX_NUM = 3 are SOCKET okey but i have little problem with effect: I have effect +9 on second hand Thanks for any idea.
  12. Solved - problem was in Type="33" --> working Type="34"
  13. when login begin server_timer("tombola", 10, pc.get_account_id()) end still crash
  14. Hi i was trying change CHARACTER_NAME_MAX_LEN so i must change in dump_proto but in source i found that BELT_ITEM isnt defined so i do it like this: int get_Item_Type_Value(string inputString) . . . "ITEM_BELT", //34 string* arSubType[] . . . 0, //34 int arNumberOfSubtype[35]; . . . arNumberOfSubtype[34] = 0; but i dont see bonus belts ingame any idea?
  15. when login begin server_timer("tombola", 10, ..pc.get_account_id()) end still crash
×
×
  • 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.