Jump to content
  • 0

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


johnbond

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

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.

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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

Edited by Kakaroto
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  457
  • Reputation:   11
  • Joined:  02/17/13
  • Last Seen:  

 

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?

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...