Jump to content

Emistry

Forum Moderator
  • Posts

    10015
  • Joined

  • Days Won

    396

Community Answers

  1. Emistry's post in NPC chatroom error was marked as the answer   
    prontera.gat,164,174,3 script Mall Warper 478,{ shop: warp "quiz_02.gat" ,338,74; end; <----------------- ADD THIS OnInit: waitingroom "NeutralRO Mall",0,0; end; }
  2. Emistry's post in Requesting safe refiner was marked as the answer   
    the default refiner have this.....
    trunk/npc/merchants/refine.txt
    find this inside....and edit the last value to 1.
    // Weapon/Armor Refiners //============================================================ callfunc "refinemain","Hollgrehenn",1; callfunc "refinemain","Aragham",1; callfunc "refinemain","Antonio",1; callfunc "refinemain","Fredrik",1; callfunc "refinemain","Lambert",1; callfunc "refinemain","Manthasman Pruhag",1; callfunc "refinemain","Fulerr",1;
  3. Emistry's post in can you change it by account instead of ip was marked as the answer   
    try this ?

    - script Sample -1,{ OnPCLoginEvent: if( #Daily != gettime(5) ){ dispbottom "Gained Daily Items ..."; getitem 607,1; set #Daily,gettime(5); } end; }
  4. Emistry's post in cash exhchange to coin was marked as the answer   
    try this
    http://pastebin.com/raw.php?i=rCWBXqUG
  5. Emistry's post in Help in renaming. (Service Select) was marked as the answer   
    trunk/conf/char_athena.conf

    // Server name, use alternative character such as ASCII 160 for spaces. // NOTE: Do not use spaces or any of these characters which are not allowed in // Windows filenames \/:*?"<>| // ... or else guild emblems won't work client-side! server_name: rAthena
  6. Emistry's post in STATUS.conf help was marked as the answer   
    why not just simply drop the value for these...

    // Maximum resistance to status changes. (100 = 100%) // NOTE: Cards and equipment can go over this limit, so it only applies to natural resist. pc_max_status_def: 100 mob_max_status_def: 100
    those description has clearly describe what it does....
    what is the "thing/part" that you still dont understand with it...???
    100 = player stats enable player to have 100% resist on status change..
    50 = player stats only give max of 50% on status resist..
    10 = player stats only give max of 10% on status resist..
    0 = player stats didnt provide any status resist...
    all these setting only work for stats...card effect are not affected by these settings.....
  7. Emistry's post in SP bug fix when can't update... was marked as the answer   
    http://trac.rathena.org/changeset/16668/rathena
  8. Emistry's post in PVP Cash Points with anti-spamming was marked as the answer   
    try this

    - script Sample -1,{ OnInit: set .Delay,180; end; OnPCKillEvent: if( @Delay < gettimetick(2) ){ set .@Amount,rand(1,4); set #CASHPOINTS,#CASHPOINTS + .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points."; if( .Delay ) set @Delay,gettimetick(2) + .Delay; } end; }
  9. Emistry's post in King Of emperium Script was marked as the answer   
    OnClock0000: OnClock0200: //etc if( gettime(4) != 1 && gettime(4) != 3 && gettime(4) != 5 && gettime(4) != 0 ) end; L_start: ...... .....

    getitem 501, 1; // configure prize here set Zeny,Zeny + 50000000;
  10. Emistry's post in Can someone finish this script? Thanks in advance! was marked as the answer   
    you can try this if you want. made this not long ago.
    http://pastebin.com/raw.php?i=z8tt9Qy4
  11. Emistry's post in Request Invasion Cash was marked as the answer   
    http://pastebin.com/raw.php?i=is5vU5eh
    tested, and work fine
  12. Emistry's post in Stats Seller 10 stats = 3m 1 stats = 300k was marked as the answer   
    or you can try this?

    mes "How many Status Point you want to purchase ?"; mes "1 Point = 300,000 Zeny."; mes "You have "+Zeny+" Zeny , can purchase "+( Zeny / 300000 )+" Points."; input .@i,0,( Zeny / 300000 ); mes "You purchased "+.@i+" Points."; set StatusPoint,StatusPoint + 1; set Zeny,Zeny - ( 300000 * .@i ); close;
  13. Emistry's post in drop config problem was marked as the answer   
    left both untouch...if you want mvp drop at 0.01%

    item_rate_card_boss: 100 item_drop_card_min: 1
  14. Emistry's post in How to set Homunculus Autoloot? was marked as the answer   
    https://rathena.svn....tle/homunc.conf
    // Does autoloot work, when a monster is killed by homunculus only? homunculus_autoloot: yes
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/player.conf

    // Idle characters can receive autoloot? // Set to the time in seconds where an idle character will stop receiving // items from Autoloot (0: disabled). idle_no_autoloot: 0
  15. Emistry's post in Hiding .ini file was marked as the answer   
    http://rathena.org/board/topic/67110-hide-dataini/
  16. Emistry's post in NPC Chat room message? was marked as the answer   
    OnInit: waitingroom "Item Mall",0; end;
  17. Emistry's post in help where can i find mvp monster time respawn? was marked as the answer   
    http://rathena.org/wiki/Permanent_Monster_Spawn
    find all the mvp time delay...and edit it to 10 minutes...
    or this..
    but i not sure this can make it respawn every 10 minute..
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/monster.conf

    // Respawn rate of monsters on a map. 50 would make mobs respawn twice as fast (half delay time) (Note 2) //Note: This does not affects mobs with inmediate respawn (most normal mobs) mob_spawn_delay: 100 plant_spawn_delay: 100 boss_spawn_delay: 100
  18. Emistry's post in Endless Tower Script was marked as the answer   
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/instances/EndlessTower.txt
  19. Emistry's post in Need coin shop npc was marked as the answer   
    erm..you can try my Multi Currency Shop also..
    Script Release > Script Collection > Emistry Script > Multi Currency Shop
  20. Emistry's post in MvP was marked as the answer   
    you have guys check on the post made by Brian ?
    take a look in it ??
    Super Convex Mirror
    O.O~
  21. Emistry's post in Requesting for script again ^^ was marked as the answer   
    try this
    use the same script..and change the getitem lines..

    getitem 7227,( !gettime(4) )?7:gettime(4); getitem 512,( !gettime(4) )?7:gettime(4);
  22. Emistry's post in TCG Refiner Customized was marked as the answer   
    my Refiner Function can do this..check my post at my topic.
    Script Release > Script Collection > Emistry Script > Refine Function
  23. Emistry's post in Eden Group Quests@Paradise Group Quests was marked as the answer   
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/quests/eden/
  24. Emistry's post in 3rd Job Headgear Giver was marked as the answer   
    erm u can try this
    http://upaste.me/4d7a41399043a51
  25. Emistry's post in Orb Remover was marked as the answer   
    go to eAthena...search for the Card Remover made by AnnieRuru ..
    her Card Remover able to remove those Orb if you have set it in the NPC Settings.
×
×
  • Create New...