Jump to content

  •  

jimboy09232

Member Since 25 May 2013
Offline Last Active May 07 2016 02:03 AM
-----

Topics I've Started

Hello sir help how to add blocklist id number in Item giver npc

04 May 2016 - 12:54 AM

Hi sir here's the script

 

how can I block 5377 , 5374 and godlikes items in this script 

I mean how to add restricted items in this script.

 

 

prontera,209,229,5    script    Item Giver    106,{
mes "[Item Giver]";
mes "Please input the ITEM NUMBER that you want to receive.";
mes " ";
mes "You could use @ii <item name> to look for it or browse at ratemyserver.net";
input .@itemnum;
next;
mes "[Item Giver]";
mes "How many pieces of this item do you want to receive?";
input .@itemcount;
next;
mes "[Item Giver]";
mes "Here you go! Come again!";
getitem .@itemnum,.@itemcount;
close;
end;
}

 


Anyone know how to disable @item + symbol and letter

04 May 2016 - 12:48 AM

Hi guys I successfully add Binditems for my server

 

but when I try @item 5377a or just add any symbol or letter at the end of the number they can bypass the item restriction

any help how to disable symbol letter in items?  so that only id number can fully work using @item.



up


R> 2014-10-22

27 April 2016 - 03:26 AM

can someone give already patched 20141022 client please thank you