[Help]Repair Stackable ?

12/09/2010 22:47 T.h.u.n.d.e.r#1
Hey guys , i wandering i've some stackable items when i use some of them and then repair it its changes to its max number :confused: any idea about this i really appreciate
12/09/2010 22:59 PraDevil[ELITE]#2
use the item id which its start with 102xxxx id then your problem fix..
12/09/2010 23:09 ~*Kronic*~#3
You gotta change the code for your stackable seller. Instead of:

Code:
999 999 0 0 0 0 0 0 0 0 0 2
Change it to:

Code:
999 2 0 0 0 0 0 0 0 0 0 2
12/09/2010 23:19 PraDevil[ELITE]#4
Quote:
Originally Posted by ~*Kronic*~ View Post
You gotta change the code for your stackable seller. Instead of:

Code:
999 999 0 0 0 0 0 0 0 0 0 2
Change it to:

Code:
999 2 0 0 0 0 0 0 0 0 0 2
correct! but must change the type too..
from 501 to 525 if im not wrong lol heh :D
12/10/2010 01:15 T.h.u.n.d.e.r#5
Awesome guys thats what i was looking for btw items which doesn't start with 102 its consider as equipment / repairable ?
12/10/2010 12:25 PraDevil[ELITE]#6
use this query to test if it repairable or not..
Code:
delete from cq_action where id =8789783;
insert into cq_action (id,id_next,id_nextfail,type,data,param) values
(8789783,0,0,525,[B]ITEM ID[/B],'999 2 0 0 0 0 0 0 0 0 0 2');
in game use this command
/reloadaction 8789783
then use this also
/processaction 8789783