Jump to content

khian

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by khian

  1. bump... already fixed the level issue. what's left is the duration of the item.. again the above script is the one that i put but it doesn't work at all. hope somebody might be able to help
  2. 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?
  3. Problem Solved !! thank you so much for you're help apparently there two folders for the warper >.< thanks again Sir / Ma'am
  4. Hi sir/ma'am Chaos92 i tried what you told me to do unfortunately it still there. i even follow all the instruction on the file u sent me but it still shows the Name on the warper display
  5. 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.. 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...