mrfizi Posted November 20, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Share 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 Link to comment Share on other sites More sharing options...
Mootie Posted November 20, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share 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 Link to comment Share on other sites More sharing options...
michaelsoftman Posted November 20, 2012 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share Posted November 20, 2012 Just atcommand "@die"; I think. Quote Link to comment Share on other sites More sharing options...
Jarek Posted November 20, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted November 20, 2012 percentheal -100,0; Quote Link to comment Share on other sites More sharing options...
mrfizi Posted November 20, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.