• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[request] if player have a storageid, block trade item, and move item to backpack.

raelpsf

Member
Joined
Jul 3, 2010
Messages
166
Reaction score
5
Hi guys..

I need one script to block player to get itens if he have a storage id..

Ex.

if getPlayerStorageValue(cid, 0000) and and getPlayerLevel(cid) <= 100 then
block trade item
block move item (to backpack and to body - totaly block move item).

I need it because the high-level players are giving full set for the noobs.

I would like to block it, but still allowing you to buy items from NPC (doPlayerAddItem).

Warning ... I need this with storageid because the player with high level, have no access to city noob then storageid will activate only when the player noob get out of noob town (actionid in teleport exit).

Tkx a lot.
 
I am not trying to be rude but this script is pointless.
Dropping on the ground, parceling, tossing in houses, etc.

There's no way to manage this without using some sort of system to track items.
 
I am not trying to be rude but this script is pointless.
Dropping on the ground, parceling, tossing in houses, etc.

There's no way to manage this without using some sort of system to track items.

In really, you did not understand my request. I want to disabled TRADE function and make the player can not move items (in the backpack,in the body, on the floor .. all move itens forms)..

player can not drop or pick up items, because the option of moving the item will disabled...

some like this.. ONMOVEITEM(CID, TOPOSITION)...

Tkx for your help. :)
 
Back
Top