Ok my first question would be i have an item in my server that teleports you to a map with a boss , but when i right mouse click the item , it doesnt disappear , how can i make the item disapear?
my second question is , i used the element gears in lottery thats posted in all things guide , but now when i go to use the instant lottery , the chests just disapear and doesnt give a prize , id greatly appreciate it if someone knew the answers to there :P
Ok my first question would be i have an item in my server that teleports you to a map with a boss , but when i right mouse click the item , it doesnt disappear , how can i make the item disapear?
my second question is , i used the element gears in lottery thats posted in all things guide , but now when i go to use the instant lottery , the chests just disapear and doesnt give a prize , id greatly appreciate it if someone knew the answers to there :P
This My Answer For your First Questions only :
Code:
85498420 85498421 0 502 1020208 0
85498421 85498422 0 1003 0 5000 200 300 <<<<in here you put the Coordinates you get from cq_generator
85498422 85498423 0 126 0 What~Every~You~Want~Here~
85498423 0 0 1085 0 gmlog/action_log 380,%user_name[%user_id],0,0,0,2700,0,1020208,0,0
85498420 85498421 0 502 1020208 0
85498421 85498422 0 1003 0 5000 200 300 <<<<in here you put the Coordinates you get from cq_generator <-- why do i need coords?
85498422 85498423 0 126 0 What~Every~You~Want~Here~ <- and what should i put here?
85498420 85498421 0 502 1020208 0
85498421 85498422 0 1003 0 5000 200 300 <<<<in here you put the Coordinates you get from cq_generator <-- why do i need coords?
85498422 85498423 0 126 0 What~Every~You~Want~Here~ <- and what should i put here?
you will need the Coords to Select place of the boss
after he Tele to boss he will say to him search here boss are something like that
Ok your issue is that with the action associated to the item (200041), all you have it doing is sending the person to the map. You need to add in the 502 type to delete the item, either before the teleport or after.
I've pretty much given you the answer in my last post, now all you have to do is modify your actions to fit in the changes. I have no idea what else to tell you, if you're running a server, it's one of the first things you should have learned to do.