Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. try this [ Pastebin ] Custom Warper i forget to do the calculation after select the map... @namelesss ya...practice make perfect.... i started to do like this after AnnieRuru ask me to do it in this way to improve my skills last time
  2. just change all #CASHPOINTS to your v4p variable ex. #VotePoints
  3. try this [ Pastebin ] Equipment Upgrade Settings : setarray .@OriID,2357,2358,2359,2360; setarray .@RareID,2305,2360,2359,2359; setarray .@Rates,80,20,10,50; Re-Edit : Fixing Variable Name
  4. use to store the PvP Satistic of your char.. load it in your MySQL
  5. use @reloaditemdb in game..then check the mapserver console to see which file did the server load.. then you will know which item_db is loaded in your server
  6. try this [ Pastebin ] 3rd Job Swapper
  7. 5474,Notice_Board,AFK Hat,5,20,,700,,2,,0,0xFFFFFFFF,7,2,256,,10,0,471,{},{},{}
  8. http://rathena.org/board/topic/55821-new-source-mod-added-afk-souce/ at item_db.txt .............,{},{ atcommand "@afk"; },{}
  9. https://rathena.svn....ill_cast_db.txt //-- MO_EXTREMITYFIST 271,4000:3500:3000:2500:2000,3000:2500:2000:1500:1000,0,0,300000,10000,0 aw...Lilith is faster than me..>.< anyway...i think use the Cooldown column is enough.... the aftercastactdelay might caused the character cant use other skills during the "cooldown"
  10. well..my topic only for solving those script i post in my topic =='' if you are facing a problem with your own script...make a new topic at script support / request section... and make sure you show your own script so that other know where is the problem located..... base on your problem...should be misused of the command for strcharinfo
  11. google translate suck.. btw..why not just use those already translated data folder that inside already provide you a translated 1 ?
  12. well...xD easy for me to memorise my own domain name..haha but the truth is.....lazy to think for a name that "best" for your sites....>.<
  13. how about replace the renewal mob_db with the pre-renewal mob_db ???
  14. announce strcharinfo(0)+" entered in PVP Room",0; @ifoxkun getcharid(2) doesnt return you the name...but ID... * I think i answered same thing before for this topic question >.< *
  15. https://subversion.a...insDiffPatcher/ diff file for shindifffpatcher https://subversion.assembla.com/svn/weetools/trunk/ShinsDiffPatcher/plugins/WeeDiffGen/
  16. 1st line error........ all this is the TAB problem maybe i forget change to TAB when paste to pastebin..... the 1 nameless post... he do wrong variable checking this if( .TotalZeny <= 0 ){ should be if( .TotalZeny >= .TargetZeny ){ this set .TotalZeny,.TotalZeny - .@Amount; should be set .TotalZeny,.TotalZeny + .@Amount; and my script i have updated the Status Buff Time..anyway cant confirm it correctly due to unable to test the script
  17. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/guild.conf // Activate guild skills delay by relog? (Note 1) // Official setting is "yes", otherwise allow guild leaders to relog to cancel the 5 minute delay. guild_skill_relog_delay: yes
  18. edit the condition checking if( getgmlevel() <= .MinGMLevel && ( .@ItemID == .Forbidden1[.@i] || .@ItemID == .Forbidden2[.@i] || .@ItemID == .Forbidden3[.@i] )){ Array setarray .Forbidden1[0],501,502,503; setarray .Forbidden2[0],501,502,503; setarray .Forbidden3[0],504,505,506; or you can try this [ Pastebin ] Forbid GM Create Item from NPC
  19. i think you should learn the basic of it 1st try here http://www.w3schools.com/sql/default.asp
  20. do you remember what you have requested ? an auto event for every 3 hour to hide a npc do you know how to calculate / differnet between 3 hours and 30 minutes ? O.O
  21. this script already exist in rathena...i remember i answered this topic several times.. you can try this also http://rathena.org/board/topic/53320-%e2%99%a5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%e2%99%a5/page__view__findpost__p__78173 the simplify and easy way... use search engine search
  22. have you visit the link before you ask this ? you just need to key in all the info you want your woe to be.... then download..
×
×
  • Create New...