Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Emistry

    STATS BONUS

    where you want this to be implemented ? item ? equipment ? or src ?
  2. by default...both event are implemented inside the item_db itself.. ................{ Script },{ OnEquip_Script },{ OnUnequip_Script } otherwise...you can try this too
  3. http://www.eathena.ws/board/index.php?showtopic=236030
  4. @mrlongshen http://pastebin.com/raw.php?i=ba8eDVqn
  5. you can try these https://rathena.org/board/index.php?/files/file/2504-%7B?%7D/ or trunk/npc/custom/quests/quest_shop.txt
  6. Emistry

    Request.

    what that ? show the script...i dont see any similarity between your post and the previous posts...
  7. this ? http://www.eathena.ws/board/index.php?showtopic=238512
  8. Emistry

    Request.

    try this http://pastebin.com/raw.php?i=SJA9G6EH add the card list here // blacklisted cards .mvp_card$ = "4001,4002"; .miniboss_card$ = "4001,4002,4003";
  9. Emistry

    Thana Mod

    4399,Thanatos_Card,Memory of Thanatos Card,6,20,,10,,,,,,,,2,,,,,{ if( rand(100) < 5 ){ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; } },{},{}
  10. perhap you have some files missing...or put it at wrong place.. make sure you have a folder / files named voteforpoints in your module folder.
  11. Emistry

    Help-Help

    Please dont edit your first post and other post contents after you issues is solved. it make the topic become invalid.
  12. it's better to do this during the server is offline or the SQL will temporary stop update the database. it will be a problems if the deleted item still exist in the player account since sometime the database will re-update the database with the items info .
  13. use this tool to generates the Background Images ... http://rathena.org/tools/login_background/
  14. Emistry

    Help-Help

    the script shown in Post#6 is a working example and simplified/enhanced version of your original script. it wont work if you just simply copy part of the script and put in your script as you dont know how it works. and stop spam on your topic. bump for topic are only available once every 24 hours and please make use of "EDIT BUTTON" if you wanna add somethings.
  15. <npc sprite>,<x>,<y> where x,y refer to the range that tigger the Label..
  16. if( .@Input != .@Answer ){ mes "Wrong"; atcommand "@kick "+strcharinfo(0); } // <-----------MISSING and next time please specify about your problems.
  17. use OnTouch prontera,147,153,3 script Mary 71,3,3,{ end; OnTouch: getitem 607,1; specialeffect 123,SELF; end; }
  18. http://rathena.org/board/topic/72715-unofficial-extra-status-icons/?p=148216
  19. Emistry

    gm account

    i dont saw any Group ID 40 inside your configuration...did you add it ?
  20. Emistry

    Help-Help

    try this... http://pastebin.com/raw.php?i=euHQksK6 edit the setting here OnInit: // required item .item_id = 671; .item_quantity = 1; // Colour Name List setarray .color_name$,"RED","BLUE"; setarray .color_code$,"FF0000","0055FF"; .color_name_menu$ = implode( .color_name$,":" ); // Filter Words setarray .filter_word$,"fuck","you"; .filter_word_check$ = ":"+implode( .filter_word$,":" )+":";
  21. the label exist in there in the old eAthena...especially inside those WOE Controller like GM Xeon WOE Setter 3.0 i have seen it inside there last time. but dunno what reason, or since when,...it removed the label ~
  22. i dont think this is needed....it's impossible for you to login 2 characters within the same account at the same times. so, i believe this part can be skipped. you can set an array for it. like this http://pastebin.com/raw.php?i=buDg5PJY
  23. change OnMinute30: to OnClock0130: OnClock0300: // etc
×
×
  • Create New...