anyone know if this works
quest::collectitems(item_id, remove)
it wont collect the item on my server heres what i use Code:
sub EVENT_SAY { |
on my code i changed the remove to a 0 and it still doesnt work
|
I think you are supposed to use it like this:
Code:
quest::collectitems(2434, 1); Instead, you might want to try this: Code:
$client->NukeItem(2434); http://www.eqemulator.net/wiki/wikka...=QuestTutorial Especially this section: Quote:
|
kk ill fix that but atm i got it so they take the item and give one credit but if i have 2 of the items it takes both and still only 1 credit
|
I think you're looking for this, I had this on my server...
The syntax you'll notice has for example $coinages * 10 or 100 or etc, that is the item * whatever value you want it to hold when you want it to return into how many LDON points it returns back to you. Code:
sub EVENT_SAY |
thank you so very much akkadius was exactly what i neede
|
All times are GMT -4. The time now is 02:21 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.