Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. Euphy

    WoE Reward NPC

    > http://pastebin.com/raw.php?i=gzLjAGEf
  2. Mysterious, you have permission to wreck my eAthena profile. This line in your Guild Prizer should read: set .@i, select(.@menu$)-1; My mistake entirely, sorry for any trouble it may have caused. :x
  3. Euphy

    WoE Reward NPC

    No, "OnAgitEnd" will execute both with "agitend;" and "@agitend". Did you implement the script correctly? Are you using SQL (not TXT)? Are you getting errors (infinity loop, perhaps)?
  4. @Verunix: That's not needed, a "close" at the end is sufficient.
  5. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/mob_item_ratio.txt
  6. close; set #vipfree,1; // Doesn't execute end;
  7. http://rathena.org/board/topic/66583-main-chat-modification/
  8. http://rathena.org/wiki/Permanent_Monster_Spawn Change the spawn times yourself in the /mobs/ folder. The Biolab MVPs are scripted differently but follow the same time format.
  9. @Jezu: It's for unconquered castles, probably.
  10. Euphy

    how ?

    You could use "sleep2" between lines, but you can't control the speed within individual "mes" commands.
  11. Euphy

    WoE Reward NPC

    Use Goddameit's reward function: http://pastebin.com/raw.php?i=Mdm6iFaR And delete all unwanted castles from the array.
  12. http://thor.aeomin.net/ There's a detailed guide inside the archive.
  13. o.o; SVN: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/warper.txt
  14. For 1 minute: OnEnable: for(set .@i,0; .@i<12; set .@i,.@i+1) { specialeffect 563; sleep 5000; } end; Have whatever NPC you're using call the "OnEnable" label, and 12~5000 is almost definitely incorrect (play around with time values to see what works).
  15. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/monster.conf // Whether or not to spawn the mvp tomb. // See http://irowiki.org/wiki/MVP#Gravestone mvp_tomb_enabled: no
  16. ...and I'm guessing you didn't update your files...?
  17. @v00m3r: That's Emistry's. o.o;
  18. Use the cash foods.
  19. @Syntax32: The scripts that say "rAthena" in the header only work for rAthena. The ones that say "eAthena" will work for eA/3CeAM. I've also posted eA-compatible versions of my scripts on eA's forums.
  20. It's just because you aren't Tyranitar enough :<
  21. When players warp to the map, add temporary variables for map location: getmapxy(@tmap$,@tx,@ty,0); Then use a scripted warp instead of a warp portal: <header> 45,2,2,{ warp @tmap$,@tx,@ty; end; } @Mysterious: That isn't quite what he wants. xP
  22. http://rathena.org/wiki/Mapflag#pvp_noguild
  23. Euphy

    Emperium HP

    ...,"Emperium",1288,1,... Replace with: ...,"Emperium",(strnpcinfo(2)=="prtg_cas01")?your_id:1288,1,...
×
×
  • Create New...