Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. what customized prontera ? map ? make sure your client read the correct data / grf file.. or make sure the customized file is inside your data/ grf file
  2. ouch.. you change input .@Input,0,countitem( 674 ); into this input .@Input,50,countitem( 674 ); and there is another. change set .@Amount,( .@Input % 50 ); into this set .@Amount,( .@Input / 50 );
  3. [ Pastebin ] WOE Enable / Disable NPC load the above NPC... it should be able to disable / enable the npc as you wish.
  4. [ Pastebin ] Mithil Coin to Ancient Coin Trader this part of yours is wrong.. if(countitem(674)<50) delitem 674,50; how the npc going to remove the item when the user didnt have enough items..
  5. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/item_delay.txt
  6. ouch...there is a mistake there.. if(getgmlevel() > 90) { should be if(getgmlevel() < 90) {
  7. login game using GM account Level 90 above click the NPC set the prize there... that script require you to setup the prize everytime you reboot / reload the script
  8. how about this ? http://www.eathena.ws/board/index.php?showtopic=250916&hl=rotating
  9. perhap your client data doesnt compatible with your server date ? lua file outdated ? re-check everythings
  10. the above script i provide...will accumulate the online hour day by day...whenever he has logged in for 24 hours ....no matter within a day / a week / month / year...he will get the cashpoint... but the script give 200,000 Cashpoint...so you have to edit the value if you want it to be 1000 Cashpoint only... not sure is this what you are looking for if( #CASHPOINTS < 1000 ){ mes "You didnt have 1000 Cashpoint yet."; close; } erm....same as Jaypee...cant understand what you want here... when accumulated 200,000 Cash then gain 1 item ID with 5515 ? or what ?
  11. Currently...most of the users are using this 1 http://rathena.org/board/topic/57377-toastys-woe-controller/ what which script you found but didnt work / didnt exist ?
  12. Emistry

    Can it be?

    huh ? what Version ? eAthena ? 3ceam ? rathena ? by default the rathena support up to 1000 level if i recall correctly..
  13. LOL ? even worst ? ...from Poporing to PoporingPoporing ?? show me how you edit the script....
  14. select your desired client here http://rathena.org/tools/diff_patcher.php then when you diff the client... add in the diff patch for Allow Multiple Window if you are using newer client..then do the same when you diff the client when you using those other client diff patcher
  15. try this.. change monster .Map$,0,0,"Red Poring",1002,.@RPoring,"Poporing::OnRed"; monster .Map$,0,0,"Green Poring",1031,.@GPoring,"Poporing::OnGreen"; monster .Map$,0,0,"Blue Poring",1857,.@BPoring,"Poporing::OnBlue"; into this monster .Map$,0,0,"Red Poring",1002,.@RPoring,strnpcinfo(0)+"::OnRed"; monster .Map$,0,0,"Green Poring",1031,.@GPoring,strnpcinfo(0)+"::OnGreen"; monster .Map$,0,0,"Blue Poring",1857,.@BPoring,strnpcinfo(0)+"::OnBlue"; and learn to use Codebox for long content ^^
  16. last 1 day change all set $rema2,gettimetick(2) + 3600; to set $rema2,gettimetick(2) + ( 24 * 3600 ); for drop rate...just add in other flag like in the script do setBattleFlag "item_rate_common".... setBattleFlag "item_rate_boss".... setBattleFlag "item_heal_common".... setBattleFlag "item_boss_common".... etc....
  17. *mobcount("<map name>","<event label>") you have to give an event label also.. try this.... return( mobcount( getarg(0),"" ) >= 0 );
  18. lua file problem ? client are not compatible ? invalid GRF / data folder reading ? re-check all this when facing client problem ^^
  19. Emistry

    Refiner

    Refine Function use search 1st.... there is alot Refiner Script you will found in the forum
  20. something like this ? [ Pastebin ] Map Nickname Announcing edit at here setarray .Map$, // <mapname>,<Map Nick>, "payon","A City in Forest ..LOL", "hugel","Where is this ?", "izlude","Swordman City ", "prontera","Rune Midgaard ", "geffen","Magician Town ?";
  21. Owh...haha i didnt know about that... maybe it is because of the rAFileBot spammed the forum last time... i just skipped all the Bot's Topic..>.< because too many topic the bot have created... haha thx for point it to me
×
×
  • Create New...