Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. change langtype.....and try set the delete delay to 0
  2. why are you asking to do the stuff at their own when you already done it ? just update to your patch site..so that other member can update using the patcher ? or just re-upload your client file and ask them download...
  3. use peviewer... PE Viewer Download Link : http://www.4shared.c.../PEViewer.html?
  4. maybe it's ur lub file problem ? just like the case where Teleport Skill cant select level 1 or 2 when using...?
  5. @z3r0 too late for you .... /me laughing /oops /oops
  6. 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; }
  7. you can try this if you want.... OnWhisperGlobal: if( query_sql("SELECT `value` FROM `global_reg_value` WHERE str='#secs_online' AND `account_id`='"+getcharid( 3,@whispervar0$ )+"'",.@Times$ ) ){ dispbottom "[ "+@whispervar0$+" Online Time : "; dispbottom callsub(S_SecToTime,atoi( .@Times$ )); }else{ dispbottom "Player not found / not online."; } end; just put it below your script.... then pm the NPC with a player name..... that player must be online...
  8. 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;
  9. aw....Z3R0 ... >.< ......LOL ...didnt thought of that ~ haha ~
  10. try this.. prontera,155,181,5 script Sample 757,{ getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i,.@i + 1 ) if( @inventorylist_id[.@i] == 1234 && @inventorylist_equip[.@i] ){ delitem @inventorylist_id[.@i],1; mes "DONE"; } close; } change the itemID here.. @inventorylist_id[.@i] == 1234 @Kyeme.. delitem cant work properly here.....it might delete the wrong item if you have more than 1 in your inventory.....
  11. Duplicated Topic : http://rathena.org/b...m-blast-on-woe/
  12. Emistry

    mga boss

    Please post in english......
  13. Emistry

    request script

    change set #EVENTPOINTS,#EVENTPOINTS+1; into this getitem 7227,1;
  14. trunk/doc/whisper_sys.txt - script NPCCommander -1,{ OnWhisperGlobal: if (@whispervar0$ == "lulz") atcommand "@die"; else if( @whispervar0$ == "die" ) atcommand "@kill"; end; }
  15. i think this is the part that configure the save time... trunk/conf/map_athena.conf // Database autosave time // All characters are saved on this time in seconds (example: // autosave of 60 secs with 60 characters online -> one char is saved every // second) autosave_time: 300 // Min database save intervals (in ms) // Prevent saving characters faster than at this rate (prevents char-server // save-load getting too high as character-count increases) minsave_time: 100 // Apart from the autosave_time, players will also get saved when involved // in the following (add as needed): // 1: after every successful trade // 2: after every vending transaction // 4: after closing storage/guild storage. // 8: After hatching/returning to egg a pet. // 16: After successfully sending a mail with attachment // 32: After successfully submitting an item for auction // 64: After successfully get/delete/complete a quest // NOTE: These settings decrease the chance of dupes/lost items when there's a // server crash at the expense of increasing the map/char server lag. If your // server rarely crashes, but experiences interserver lag, you may want to set // these off. save_settings: 127
  16. What problem you face ? error ? show a screenshot? be specific whit what you want here ? help what ?
  17. no need other modification....the mapflag above is enough to disable the usage of commands...
  18. currently..the renewal setting in rAthena will only run the specific data in Renewal / Pre-Renewal Folder only.. if you are using Renewal...but you want to use Pre-Renewal Monster / Spawn.. i suggest you move the data from Pre-RE Folder to Re-Folder in both database file and npc file....
  19. suggestion : create cutin that show multiple card / single card... it would be nicer...xD
  20. we dont have a specific mapflag to disable certain command... but i think you still can use mapname mapflag nocommand to disable all command in that map...
  21. you mean this ? trunk/db/produce_db.txt
  22. http://rathena.org/board/topic/71297-autoattack/
×
×
  • Create New...