Auto pickup gold item

02/13/2017 15:20 patoghpatogh#1
hi
there is an item Auto pickup gold with this code 70002.
it dont work.

how can i fix it?
should i make a new quest?
02/14/2017 18:32 MaxChri#2
Quote:
Originally Posted by patoghpatogh View Post
hi
there is an item Auto pickup gold with this code 70002.
it dont work.

how can i fix it?
should i make a new quest?
Add this vnum to this file: special_item_group.txt to
get this affect. Otherwise just go in the src and remove
the if-clause which is responsible for these kind of items.
02/14/2017 19:44 patoghpatogh#3
Quote:
Originally Posted by MaxChri View Post
Add this vnum to this file: special_item_group.txt to
get this affect. Otherwise just go in the src and remove
the if-clause which is responsible for these kind of items.
thx for ur answer. but im not sure it work if i add vnum to special_item_group.txt .
i just add it in special_item_group.txt but it dont work.

i think about " src and remove the if-clause" you mean that i should go to source and find the bug and compile it again. right?