Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Maybe check if its string or number??(if you are trying to use kRO data, since some custom items of pServer may have numbers as name) if (isstring($name_or_id) == true){$sql = "SELECT -x-x-x-x-x WHERE `name_english` LIKE -x-x-x-x"}else{$sql = "SELECT -x-x-x-x-x WHERE `id` LIKE -x-x-x-x"}
  2. I don't think its related to this KO Job Change. since Quest(7117) is of Novice Training Ground. and class 0,4 is not even in this KO Job Change Quest.. Whereas, I recommend to update your Hercules, since Hercules had Quest 7117 on db/quest_db.txt from more than 1 year(maybe 1 and half years).
  3. and what will be the benefit of doing master reset?
  4. if you really need it fast just take it here: http://herc.ws/board/topic/5045-increasing-max-values-allowed-in-itemdb/?p=32497 haha, I thought theres no post like this.. and , changing card field to smallint 11 is not good(signed smallint limits to 32k), maybe using unsigned smallint(5) Or mediumint(5)
  5. set .reset_opt,3; //(1=Reset Base and JobLevel to 1(0 skill points and all stats to 1),2=Reset Base and JobLevel to 1(SkillPoint=0, While Skills and stats are not affected),3=Reset BaseLevel to 1, 4=Reset Job Level to 1) its 3, that is, only BaseLevel is set to 1. Comment gives more description on values...
  6. OMG, you have eathena....(that means you don't have 3rd job) So just change set .job_rebirth,EAJL_THIRD; to set .job_rebirth,EAJL_2; So 2nd job can rebirth.. Again P.S: You should really consider updating emulator, since it have much bug fixes,stability and many scripts compatible to new script commands and plugin system of hercules. and memory improvement like http://herc.ws/board/topic/928-memory-slasher-may-30-patch/
  7. GET http://xxxx:12500/client/data/lua%20files/admin/pcjobname.lub 404 (Not Found) :12500/client/data/lua%20files/admin/pcjobname.lub:1 GET http://xxxx:12500/client/data/lua%20files/admin/pcjobnamegender.lub 404 (Not Found) :12500/client/data/lua%20files/admin/pcjobnamegender.lub:1 GET http://xxxx:12500/client/data/lua%20files/datainfo/weapontable.lub 404 (Not Found) :12500/client/data/lua%20files/datainfo/weapontable.lub:1 But, PacketClient = 20130807 , So Shoundn't it read luafiles514 folder?
  8. Please use Respective Support topic, (Since they are here in hercules, and you can ask there too) (http://herc.ws/board/topic/5191-rebirth-system/) Here's the Script: http://upaste.me/ed851178816e19ce4 (But, you may consider updating your emulator... I guess the format (a = 1) in emulator is since > 1 year)
  9. http://pastebin.com/XpXep3mn This may help you. Let me know if any other error(Since i don't know which date of hercules you have, i can't say which command work or which doesn't , but it should work, since this script uses only callfunc, and some minimal commands)
  10. Script doesn't require group_id. its because old emulator don't support direct variable assist, you need to put (set) function. like in line 68, ".@UGR_breaks=1;" should be "set .@UGR_breaks,1;" while on line 103 ".i=0;" should be "set .i,0;" and ".i++" should be ".i = .i+1"
  11. Fixed @r98: https://github.com/ROClientSide/Translation/commit/e4d0b664a07f5bfc68d75a70ca7e8883f67dabfe Thanks for reporting..
  12. Hello Hercules Community, I am offering my Services to you @ some expense of money. Works for Emulator: Hercules/rAthena/Others(if any) Services: Scripting. (Min Price:5$ ) Source Modification(/Addition).(Min Price: 5$) Converting to/Creating a Plugin[Hercules Specific].(Min Price: 5$) Migrating Your Server. (Min Price: 10$) Adding Custom Items/Maps/Mobs. (Min Price: 5$) Creating/Adding New Skills. (Min Price: 10$) Changing of Emulator (Min Price: 10$) ClientSide Things. (Min Price: 5$) Fixing Errors. (Min Price: 5$) Script Review. Consulting And Anything else, that you want, just drop me a PM Maximum Price: Depends on Complexity of the Work What Else: Free Support for Service bought from me. Contact Info: Post Here Via PM Payment Methods: PayPal OnlyPM me if you want any other payment method, and I might check If I can have it. Status: AVAILABLE
  13. But I included diff because , some people don't apply changes to agit_main, and tells that Script is not working.....
  14. 15 seconds of downtime... People will not forgive you.....
  15. While I was working on some item_data reconstruction(A Paid Source requested to me..) I discovered that we can create ItemID with greater than 32k ID. (Atleast on 2013-08-07,Since I use this mostly, I tested it with this client.), so maybe as kRO has reached almost 30k, they already increased itemid range... Some of the testings: http://imgur.com/zKGwMFZ Also I tried to make different items like equipable, usable, and I was able to wear and use them.... We would need to modify some mysql tables and change some "short" type(in source)... Atleast I tested until 65535 , So maybe client is restricting ID > 65535 now?(Since Item Failed to create when tried with ID>65535). So my suggestion is to change short types and mysql tables, and make itemdb support to 65535 by default...
  16. conf/battlegrounds.conf You don't have that line(Red Underlined) in the arena's listed on map-server error.
  17. @Litro I cannot download your file... Changelog for Today: bSeperateLv Fixes for: AL_TELEPORT,SO_ELEMENTAL_SHIELD,LG_KINGS_GRACE. Added Some Skills: NPC_LEX_AETERNA,NPC_REVERBERATION,ALL_RAY_OF_PROTECTION,GM_ITEM_ATKMAX,GM_ITEM_ATKMIN,GM_ITEM_MATKMAX,GM_ITEM_MATKMIN,BA_POEMBRAGI2,DC_FORTUNEKISS2,GM_WIDE_RESURRECTION,MER_INVINCIBLEOFF2,GD_GUILD_STORAGE. SpAmount Fixes for Several Skills: RA_WUGBITE,SR_EARTHSHAKER,RL_S_STORM,RL_FIREDANCE,RL_FALLEN_ANGEL,RL_R_TRIP,RL_HEAT_BARREL,RL_SLUGSHOT,RL_HAMMER_OF_GOD Updated some Text Files. Soon to have some other updates too..
  18. Noo,, Script can work well... - script atcmd_example -1,{OnInit: bindatcmd "autoloot",strnpcinfo(3)+"::OnAtcommand"; end;OnAtcommand: if (BaseLevel >= 50) { dispbottom "You cannot use this command."; } else { atcommand "@autoloot "+atoi(.@atcmd_parameters$); } end;OnPCBaseLvUpEvent: if (BaseLevel >= 50) { atcommand "@autoloot 0"; } end;}
  19. Seeing at image, for once i thought its thor patcher design.....Thats so mean <3 well he need to practice more he have potential i can see that.Thats not mean, isnt it fair to say truth, so he can improve it more,...Anyways, @ontopic, if you practice more, definately you will make awesome designs.
  20. 12 more hours for start of exam....

  21. Seeing at image, for once i thought its thor patcher design.....
  22. I have. Plenty. Is there no way to do it other than being a chimpanzee and applying it manually? Also if you update your hercules, it will cause many conflicts, which will then become a more headache(if theres more edits, more conflicts) (Thats why, i prefer to convert each src mod to plugin, to keep src clean)
  23. Get new files from here https://github.com/ROClientSide/Translation .. (maybe your client is reading from data.grf and your data.grf is outdated,) (Change format to .lua if you have diffed with read lua before lub.)
  24. I like those NPC's ..... 8/10 for those 5 npcs. Is the 5th npc animated?
  25. We can have that check by following OnPCBaseLvUpEvent:if (BaseLevel >=50){ atcommand "@autoloot 0";}
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.