Jump to content

r00t

Premium
  • Posts

    147
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by r00t

  1. In my source i don't have this packet... just check what have you changed... sure you have do something wrong... i add this system without error
  2. What you add before have this error? If you need to edit something in packet, remember that client and server packet need to have same structure...you wrong something
  3. Up... No one can help me or have same problem?
  4. Reset status point quest give you point for max lvl 90 (90 x 3 = 270) instead login quest give you point for 103 level (103 x 3 = 309) so...problem is in one of your quest...login quest or reset skill point quest... it depend what is your max level for receive status point
  5. You have added something in source? Because server send a packet and client is expected a different structure... Check in your source the packet 241 in client and server and compare it
  6. Try to import uitermineduello in uiSafeBox
  7. Hi all i've a big problem about combine 2 sash... If i try to combine 2 Lord Sash (basic) in the windows of refine i see, as reward, Lord Sash (fine) but if i combine i receive item Yang... from acce.txt all is load correctly (reward ecc...) but problem is in "bool Acce_make(LPCHARACTER ch)" because this function call function "AutoGiveAcce" but with wrong parameter... ch->AutoGiveAcce(reward_vnum, reward_value->count, abs_chance); reward_vnum is 0 so... i obtain item Yang... Someone can help me?
  8. Are you have implemented all? Anyway i hate this system... It make a number of query abnormal
  9. Your problem is expiration...if you create a item with /i 71125 it have value3 void so...0 second left...delete in quest the check for expiration or add a value in value3 of item for add time remain
  10. What is showed ("ball" in the hand) its a gr2 attached at coords x,y and z of character...in source is just one effect such as gm logo...
  11. But in this way quest never advance skills... After add new line ad past pc.set_skill_level(skillVnum, pc.get_skill_level(skillVnum) + 1)
  12. In every source you fan find dump proto with source...compile it et voilà
  13. Someone have icon for costume/hair in metin2_pach_party ? In this pack i don't have it, i check in pack icon in Koray mega account but there aren't... Thank you
  14. Hi... considering that all devs of this system are disappeared... i would buy this system... PM me with your price and skype contact
  15. Backup your skill_proto table, delete into your table skill vnum 16,17,18,19,20 and if you have 6th skill, delete also 21 Now run this query [Hidden Content]
  16. I check all...but not value3 thanks...solved
  17. Hi all... just a "little" problems with this system... If i equip sash, icon go on right slot, effect is showed but not sash...msm is ok (i checked it) and epk with gr2 is ok... I look in DB and, in table player.player, part_acce is always 0... And also "acce open" and "acce open_absorption" is not showed... Any help will be accepted Thank you
  18. Compile is never a problem...solve error is a problem
  19. If you like db, is a good idea use DBManager (tool that you can find in source everywhere on web) that allow you to obtain txt from db so you have to modify only db
  20. I mean that if you go in your db folder insede serverfiles you have the 4 txt files (proto and name for item and mob) and you can dump it...but i dont know if it contanin all the same items in db table "item_proto"
  21. Do you have check isTrasformed in ride.quest ?
×
×
  • 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.