need some help on these errors

xlaws27

New member
Messages
225
Points
0
my errors are

1.i cannot trade with normal players even though i got level 99

2. i cannot drop the item which i got from the npc (normal players only)

2igm0rm.jpg


sdgwtl.jpg


this is my freebies npc script where i got my items.

21bt0sh.png


i hope you can help me

 
Last edited by a moderator:
Code:
	#Freebie = 1;	close2;	warp "prontera", 156, 191;	savepoint "prontera", 156, 191;	end;
 
conf/groups.conf

<permissions>A group of settings <permission> : <bool>If a permission is not included, false is assumed.For a full list of available permissions, see: doc/permissions.txt
doc/permissions.txt

can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc...).
Did you properly configure your group?

 
conf/groups.conf

<permissions>A group of settings <permission> : <bool>If a permission is not included, false is assumed.For a full list of available permissions, see: doc/permissions.txt
doc/permissions.txt

can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc...).
Did you properly configure your group?
ty so much

 
Back
Top