Jump to content

khian

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by khian

  1. Hi i would just like to know how would i be able to change the req. lvl of a certain item (Neo set Neo Shield, Ring, and Muffler) from 95 to 1 and how would i be able to add more time for it? i try'd putting 259200 for the time but the time is only 4139..

     

    2548,Muffler_C,Neo Muffler,4,0,,0,,5,,0,0xFFFFFFFF,18,2,4,,95,0,0,{ rentitem,300; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; bonus bMaxHPrate,10; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Holy,5; bonus2 bSubEle,Ele_Dark,5; },{},{}

     

    ^tried putting that on both pre and re folder item_db.txt could anybody help me? did i do something wrong?

    post-28771-0-61609000-1411288675_thumb.jpg

  2. Hi just what its stated on the title.. i was just wondering if someone would be able to help me how to remove a display name on the Warper.. For Example i wanted to remove the Brasilis Display on the warper. i pretty much tried everything to RE, // and Delete but the said name is still there.. really would appreciate it if someone could help.. thank you.. :)post-28771-0-53505100-1411242734_thumb.jpg

     

    i've used Restrict

    function Restrict { if ((getarg(0) == "RE" && !checkre(0)) || (getarg(0) == "Pre-RE" && checkre(0))) { if (getarg(1,0)) { set @warp_block,0; for (set .@i,1; .@i<getargcount(); set .@i,.@i+1) set @warp_block, @warp_block | (1<<getarg(.@i)); } else { message strcharinfo(0),"This map is not enabled in "+((checkre(0))?"":"Pre-")+"Renewal."; end; } } return; }

     

    not sure if i'm still doing something wrong. Im very sorry for the inconvenience sadly this is my 1st time doing a script and i haven't had any background experience as well >.<

×
×
  • Create New...