mrfizi Posted November 20, 2012 Posted November 20, 2012 Hello all.. I need help from all sifu here. Can you help me how to make item script for item_db like this: If the player use/equipt this item, the player will be @die .. Hope anybody can help me. Thank you. Quote
Mootie Posted November 20, 2012 Posted November 20, 2012 try to look at your item_bonus.txt and some idea in ratemyserver.net for the items that similar to that its better to search than asking Quote
michaelsoftman Posted November 20, 2012 Posted November 20, 2012 Just atcommand "@die"; I think. Quote
mrfizi Posted November 20, 2012 Author Posted November 20, 2012 (edited) Just atcommand "@die"; I think. yup. that command. thank you. and i add one more command for it. this is for disable my godly item. EXAMPLE: .....{},{ atcommand "@die"; atcommand "@delitem 2401 1"; },{} **Now i'm using this.. : .....{},{ if (getgmlevel() <= 99) { atcommand "@die"; atcommand "@delitem 2410 1"; },{} so, only GM above 99 can use.. Edited November 20, 2012 by Lonecryer Quote
Question
mrfizi
Hello all..
I need help from all sifu here.
Can you help me how to make item script for item_db like this:
Hope anybody can help me. Thank you.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.