Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. i didnt make the script able to refine without any requirement... anyway... why not you just give some simple item as requirement....such as...Red Potion / Phracon / Emvereton / etc...?? i believe your player can get those items instantly from certain NPC / hunting..
  2. attachments password... [email protected] it's displayed below the download link~
  3. trunk/npc/re/mobs/fields/bifrost.txt bif_fild02,0,0,0,0 monster Miming 2137,30,0,0,0 make sure you have the database for 2137.... trunk/db/re/mob_db.txt 2137,MIMING,Miming,Miming,140,81200,1,7100,6300,1,430,652,120,120,90,66,105,77,133,77,10,12,0,0,20,0x3885,250,576,1140,504,0,0,0,0,0,0,0,6394,5000,7938,100,969,1,2853,3,0,0,0,0,0,0,0,0,0,0,4510,1 and please alway check your map server.....there should be some error message if your script didnt work properly ....
  4. OnPCKillEvent: set #Points,#Points + 2;
  5. you can try this also ~ http://pastebin.com/raw.php?i=Dt2sW00K
  6. you can add this line before the NPC give any buff to the players... if( getstatus( 112,0 ) ) end;
  7. @Jezu you can try this if you want... http://pastebin.com/raw.php?i=LnfA35rF Only edit this part... OnInit: // Variable Name set .VariableName$,"#Halloween"; // Required Monster ID + Amount setarray .MobDB[0],1002,2000; // Reward Item + Amount setarray .ItemDB[0],607,100; end; doesnt support multiple item / monsters... i havent test the script yet ~ maded 10 hours ago...but damn...cant connect to internet...
  8. Emistry

    PVP Room

    prontera,155,181,5 script Sample 757,{ if( select("PVP Room [ "+getmapusers("prontera")+"/50 ]:Cancel") == 1 ) if( getmapusers("prontera") < 50 ) warp "prontera",0,0; close; }
  9. there is already a diff file to fix the client auto close problem when wrong password event triggered
  10. there is already a diff file to fix the client auto close problem when wrong password event triggered
  11. http://supportmii.com/ro1/Clients/Weediff2012Pack_v3.7z
  12. update your svn files.. trunk/conf/msg_athena.conf
  13. i guess...he need it xD line 20 if( countitem(7073) < .@num ){ line 35 mes @name$;
  14. certain ISP....their IP will alway change from time to time....everyday ....everytime you restart....or etc.... anyway...another simple trick to ensure the trick above to work in a better way... disable the rewards items from trading / dropping / selling / mailing / vending .... trunk/db/re/item_trade.txt
  15. http://rathena.org/tools/diff_patcher.php?client=2010-07-28aRagexeRE
  16. you mean countitem ?? if( countitem( 2000 ) < 100 ){ mes "You cant enter..."; close; }else{ delitem 2000,100; }
  17. add the Kagerou option in the menu somewhere in the script you want... then add a new cases and following with this callsub Job_Changing,<JOB>,<BaseLv>,<JobLv>,<Skill>,<Announce>;
  18. @Interactive why are you unbind the command if they are using the '@refresh' but their character are not in prontera ? it will remove the usage for the '@refresh' command that you set in the script....unless you have someway to re-trigger the bindcmd ... anyway....AnnieRuru way would be better. edit in the src files.
  19. @Aya make sure you are using ONLY ONE endless tower script....
  20. tested with post#2 and post#3 script... work fine..no problem at all...
  21. refer this Monster ? or what you want to edit in the script ? be specify ?
  22. trunk/doc/item_bonus.txt skill i,n; Gives skill #i at level n (supports skill names)
  23. remove clif_changelook(&sd->bl,LOOK_HEAD_TOP,471);
  24. trunk/src/map/script.c /// Maximum amount of elements in script arrays #define SCRIPT_MAX_ARRAYSIZE 128 you can try increase the size, but i dunno how far it can extend..
×
×
  • Create New...