Jump to content
  • 0

Item Trade problem


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

id: 99
name: "Admin"
level: 99
inherit: ( "Support", "Law Enforcement" )
commands: {
/* not necessary due to all_commands: true */
}
log_commands: true
permissions: {
can_trade: true
can_party: true
all_skill: false
all_equipment: true
skill_unconditional: true
use_check: true
use_changemaptype: true
all_commands: true
channel_admin: true
can_trade_bounded: true
item_unconditional: false
bypass_stat_onclone: true
bypass_max_stat: true
/* all_permission: true */
 

 

 

 

here my item_trade

28999,67,50 // Jewelry Box
29000,67,50
29001,67,50
29002,67,50
29003,67,50
29004,67,50
29005,67,50
29006,67,50
29007,67,50
29008,67,50
29009,67,50
29010,67,50
29011,67,50
29012,67,50
29013,67,50
29014,67,50
29015,67,50
29016,67,50
29017,67,50
29018,67,50
29019,67,50
29020,67,50
 
but admin still cant drop whats the problem?
 
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   23
  • Joined:  06/14/16
  • Last Seen:  

Hmmm

First try changing 

/* all_permission: true */

into 

all_permission: true

by removing /* */

 

If you still can't drop the item, Check if the map has a mapflag nodrop set to 1.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

Hmmm

First try changing 

/* all_permission: true */

into 

all_permission: true

by removing /* */

 

If you still can't drop the item, Check if the map has a mapflag nodrop set to 1.

thanks working

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   23
  • Joined:  06/14/16
  • Last Seen:  

Glad to help! :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...