Jump to content

DangThao

Community
  • Content Count

    307
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by DangThao

  1. If your client missing character model, u can try find it using the iteminfo line for lance, carcise, phyllis and ami. You should check the client>texture>character and client>model>character for it. If missing just find one and copy paste.
  2. ссылка битая, перезалейте пожалуйста. Спасибо.
  3. Is this the real WPD file? i thought not so many people has it?
  4. They can just open iteminfo with starting line of tab information into CSVed and edit from there.
  5. check the illusion slash end function function Skill_Hyz_End ( ATKER , DEFER , sklv ) This is the formula local dmg = ( ( 1.5 + 0.1 * sklv ) ) * (math.min(3,( math.max ( 1, math.floor( aspd / 70 ) ) ))) * Atk_Dmg ( ATKER , DEFER ) Adjust it to your liking. Below is the one for CA/Mobs dmg = ( ( 1 + 0.1 * sklv ) ) * (math.min(3,( math.max ( 1, math.floor( aspd / 70 ) ) ))) * Atk_Dmg ( ATKER , DEFER )
  6. U can do via characterinfo assign class crusader code 9 to it. Then you add the animation on characterpos and will work(or just take a characterpos from another working client as it doesnt seems to give u any error.)
  7. You can locate the image of the IGS in the client>lua>forms folder and find the IGS. Then find the image in ur client>texture>ui.
  8. Wrong section. Try these 2 youtube guide; Tales Of Pirates Private Server Guide - YouTube Tales of Pirates Server Setup Guide
  9. Thanks man. Very much appreciated. Your da best!
  10. DangThao

    SourceCode Kop135

    Weird haha. I tried incognito too but doesnt work on me. I might be able to download it if it work.
  11. DangThao

    SourceCode Kop135

    Link to pudn.com page are down. Now can't do stuff.
  12. DangThao

    SourceCode Kop135

    Do you still happen to have this? or anyone?...
  13. Hello mate, Anyone can share spring town individual map with its placed objects. Really hoping someone got something like this. Thanks.
  14. Hey man, think you can create a video for us dummy on how to do it proper. It would helps many of us. Thanks.
  15. Maybe something like this >? &Lua AddMallPoints("pkodev","1000"); make sure your function of AddMallPoints exist and are connected to your DataBase if u r using LuaSQL. Check Lua_Err for more info.
  16. playername aka chaname should be your character name and not your characterID. Try that.
  17. Any recommendations to someone who can modded my client/file to have features i like on current game v1.38. For future reference. Thanks.

  18. It is fixed now; i spammed the .bat start game file and let norton show error, then under Data Protector activity logs, i click on error and then it open the advance details summary, on actions panel(sidebar) > click file insight and assigned to be trusted then it works! Thanks!
  19. Ahoy mate, Does anyone knows why on my new pc with window 11, whenever i launch game on localhost, it will load but wont take me to the login screen; everything copy paste from my laptop. Some client on desktop works but if i make a copy of it and launched the copied client, it will not work. Anyone knows how to solved this issue? Thanks mate.
  20. Anyone still has the pic or a pic of this link? [WEB]Trickster Online - Recycle bin; If i can see which one it is, i can upload to another website so it doesnt expired for newcomers.

  21. check your root>logs>lua_err.txt, it should tell you why. Otherwise post your error here. Usually if one side missing the itemID line you will get that error or you will get disconnected.
  22. show your err_log and how you assigned inside int_cha_item.txt in root server > resource.
  23. int_cha_item.txt inside your root>resource folder. I think it limited to 6 or 9 items only.
  24. Any error inside gameserver lua_err.txt? If so post it here.
  25. Wrong section. There is no GameDB for iteminfo. Item in game uses iteminfo as itemID to be call. If client and server side has that item and compiled without problems in gameserver and client game.exe then it should works. otherwise gotta hex your gameserver.exe and/or game.exe too to exceed the limit.
×
×
  • Create New...