Jump to content
  • 0

How to make item no-drop for players but dropped for GM?


Question

Posted

How can I make an item no-drop for normal players but can be dropped for GMs lvl 20 and up?

 

 

I tried this:
// 1   - item can't be dropped
(red potion for sample)

 

501,1,20

 

But this line is also cannot be dropped by GMs. This line was working on my previous emulator but now in rathena it doesnt. All players and GMs cannot drop the item.

 

Anyone have a solution for this?
 

 

Thank you guys.

 

 

3 answers to this question

Recommended Posts

  • 0
Posted

 

emulator/db/(re,pre-re)/item_trade.txt

 

add:

501,1,60 < GM group 60 or higher can drop.

links:

 

https://github.com/rathena/rathena/blob/master/db/re/item_trade.txt

 

https://github.com/rathena/rathena/blob/master/db/pre-re/item_trade.txt

 

 

Yes that is what I did.

 

501,1,20

GMs 20 and up cannot drop 501 item.

 

I have group level 20 in groups.conf.

 

 

 

 

emulator/db/(re,pre-re)/item_trade.txt

 

add:

501,1,60 < GM group 60 or higher can drop.

links:

 

https://github.com/rathena/rathena/blob/master/db/re/item_trade.txt

 

https://github.com/rathena/rathena/blob/master/db/pre-re/item_trade.txt

 

 

Yes that is what I did.

 

501,1,20

GMs 20 and up cannot drop 501 item.

 

I have group level 20 in groups.conf.

 

 

What do you think is wrong here guys?

 

I tried this same format (501,1,20) but GM 20 and even myself at GM 99 cannot drop the item.

 

Any insights?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...