Jump to content

DangThao

Community
  • Content Count

    307
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by DangThao

  1. Can you make into no expired. So other developer can use this in the future. Thanks!
  2. Anyone can reupload this TXT Editor? Thanks!
  3. Weren't exp formula for character max level is in charlvup.txt and not lifelvup.txt?
  4. Already found another solution for it. I call the map from variable, if map is assigned there, it will be like garner2. This way there will not be any of the if map_name_ATKER == "garner2" or map_name_DEFER == "garner2" repeat. I know about that, just too many same code so i did with another way. Dont wanna spam that same line to all of the garner2 hehe
  5. @V3ct0r Thanks for dominating me for the community group.
  6. Try to check ur lua_err in log folder, see what error it gives you
  7. check guide section for these stuff u request. Most stuff u need like that should be in the guide section
  8. Any pko 1.39 EN released?

  9. Check groupserver.cfg for: [chat] MaxChatNumPerPlayer = 30 maxPlayerPerChat = 50 WorldInterval = 60 TradeInterval = 300 ToYouInterval = 2 WorldFee = 1000 WorldFeeInterval = 1000
  10. See the -- ? before the words specific portal time to open U need the -- in order to load it correctly or else lua gonna read the text specific portal time to open which will give u error
  11. make sure u do: function can_open_entry_garner2( map ) --Specific portal time to open local hour = os.date ("%H") instead of : function can_open_entry_garner2( map ) Specific portal time to open local hour = os.date ("%H")
  12. OOP fishing system and their fishes are awesome if u're doing land fishing or sea fishing (normal) with addons of their fishes.
  13. Check skilleffect.lua I remembered there is something wrong in "function State_JLFT_Add ( role , sklv )" After i changed the whole "function State_JLFT_Add ( role , sklv )" it works.
  14. Take ur time no one's in a hurry =P
  15. You can do custom code like the one npc give all skill(class get their skills upon clicking) with a little tweak you can trigger to do like that. Inside the code you should do multiple one and make it check for profession of 1st job. Ex. Swordsman > Crusader Explorer > Voyager and so on.... When they click the one they want, it will setprofession on it and give skill. (not sure if work but this should be one way for it)
  16. If you dont know how to do it maybe use ? Use that and just change the picture within .eff Otherwise gotta hex the effect and make it load a different one.
  17. Any ideas why in some server file without editing that you can go above that base attackspeed? I check some files and tested and it will go above that base attackspeed of 300 when equipped set with over 1k AGI stats(custom set with high agi).
  18. @V3ct0r i followed what you said but it still didnt work. Anything else is needed beside characterinfo and characteraction.tx? Also i've tried: -use a working phyllis crus client and use that to launch the game but still didnt work after add ,38 to phyllis line in characterinfo -thought it was the dual weapon skill (compared)but see nothing different Anything else?
  19. ฉันบอกคุณว่าฉันสามารถช่วยคุณได้ แต่เมื่อฉัน msg คุณไม่ตอบกลับจากคุณ -Sorry for thai translation since i no longer study thai. Born in Thailand but grown up in America.
  20. Check the guide or question section, someone already did a auto rating in server with lua command to enable or disable the rates.
  21. does the automatic trigger system works for this? like check for day and hours then enabled double exp.
  22. Disabled your firewall and see what happens after that or recheck your configurations for the connection.
×
×
  • Create New...