Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Everything posted by Emistry

  1. it is LunarCast's Dynamic Shop NPC
  2. i though statpoint suppose to be edit the statpoint table ? db/re/statpoint.txt
  3. show ur script...we dunno what script u are using
  4. there is no Official Test Server for rAthena.. if you want a server...no matter offline or online..setup at your own...learn it.. wiki has show the full guide and..ragray is actually dead >.< most of us i guess are using Miruku.. but the miruku is down recently...just wait for it to up again...
  5. it is the same...whether i put or not put..it is the same... because before you take the items... the value stored in that variable is zero.. if a variable is checking...and a number is not given for checking.. it mean the variable have a value and not equal to zero... @riki check for any possible error that might shown
  6. try this prontera,155,181,5 script Sample 757,{ if( 3rdJobItems ){ mes "You have gained the Item before."; }else{ switch( BaseJob ){ Case Job_Knight: set .ItemID,7539; break; Case Job_Priest: set .ItemID,7539; break; Case Job_Wizard: set .ItemID,7539; break; Case Job_Blacksmith: set .ItemID,7539; break; Case Job_Hunter: set .ItemID,7539; break; Case Job_Assassin: set .ItemID,7539; break; Case Job_Crusader: set .ItemID,7539; break; Case Job_Monk: set .ItemID,7539; break; Case Job_Sage: set .ItemID,7539; break; Case Job_Rogue: set .ItemID,7539; break; Case Job_Alchemist: set .ItemID,7539; break; Case Job_Bard: set .ItemID,7539; break; Case Job_Dancer: set .ItemID,7539; break; default: mes "Nothing you can take.."; close; } getitem .ItemID,1; mes "You have gained 1 "+getitemname( .ItemID )+"."; set 3rdJobItems,1; } close; }
  7. perhap it is item bonus problem ...you are using some item bonus that are not implanted yet.. or maybe the item bonus script you using is..incorrect in term of format or the argument incorrect..
  8. edit at the Mvp Respawn Script inside the npc/mobs/.... remove all the delay timing...
  9. you have to add a mapflag.. mapname mapflag restricted 4
  10. removemapflag "+strcharinfo(3)+",mf_nodrop; should be removemapflag strcharinfo(3),mf_nodrop;
  11. edit mob_db.txt or add some no monster drops mapflag at the specific maps
  12. side efffect ? not so sure... but i think there are some.... spending extra resources in your computer when running a server with Harmony... players might having gameplay problem when they "Spam" click on whatever keys / hotkeys.. they cant play the game use any custom made file / client xD their main RO files cant be merge to other RO i guess.... anyway you can check at his website for any feature provided.. https://harmonize.it/
  13. explain in details... what npc..what it does...
  14. Buy Harmony Gameguard ...?????? it should be able to block most of the RPE / WPE
  15. perhap..you can try make your Client only read specific GRF ? hide your DATA.ini anyway...the best way..i guess just go buy the Harmony Gameguard.. since it allow you to block any modification on your client or Grf... ( Beside, will the Delay being modified through GRF file ? O.O )
  16. Perhap...the Character Iruga and Keough died...and the anime creator dont want to continue haha because he dont think without both the character the anime will be "still good enough" too continue... haha
×
×
  • Create New...