Yes i know numerous threads have been made and iv looked through them all and simply can't find my answer, iv added about 5 exp pots, none of them work they dont even show the message to say how long it will be on for and the xp doesnt double for it, iv tried different ways and nothings happening...
Qfunct:-
I dont see no errors there, heres a line in the DB for it..
Index No. Name stdmode shape weight anicount random then looks.
273 EXPpot(3x) 31 1 1 31 0 0 0 478
EDIT*
Im actually using stdmodefunc273 <<< does the number mean the index or the mode for eg my stdmode is 31 as shown above, if so i think i found the problem.
Qfunct:-
Code:
[@stdmodefunc273]
#IF
#ACT
KILLMONEXPRATE 300 1800
SENDMSG 6 "=EXP-Rate x 3 for 30 minutes="
[@stdmodefunc274]
#IF
#ACT
KILLMONEXPRATE 250 1250
SENDMSG 6 "=EXP-Rate x 2.5 for 20 minutes="
[@stdmodefunc275]
#IF
#ACT
KILLMONEXPRATE 200 1250
SENDMSG 6 "=EXP-Rate x 2 for 20 minutes="
[@stdmodefunc276]
#IF
#ACT
KILLMONEXPRATE 150 1250
SENDMSG 6 "=EXP-Rate x 1.5 for 20 minutes="
[@stdmodefunc277]
#IF
#ACT
KILLMONEXPRATE 170 1250
SENDMSG 6 "=EXP-Rate x 1.7 for 20 minutes="
[@stdmodefunc278]
#IF
#ACT
KILLMONEXPRATE 350 1800
SENDMSG 6 "=EXP-Rate x 3.5 for 30 minutes="
I dont see no errors there, heres a line in the DB for it..
Index No. Name stdmode shape weight anicount random then looks.
273 EXPpot(3x) 31 1 1 31 0 0 0 478
EDIT*
Im actually using stdmodefunc273 <<< does the number mean the index or the mode for eg my stdmode is 31 as shown above, if so i think i found the problem.
Last edited:
