how do you check and remove them via an npc.
I have tried
@checkgamepoint and @checkgamepoints and @check gamepoint
@take gamepoints and all of the above.
but none of them working.
Printable View
how do you check and remove them via an npc.
I have tried
@checkgamepoint and @checkgamepoints and @check gamepoint
@take gamepoints and all of the above.
but none of them working.
from the if and act statements un each update
checkgamegold usage: CHECKGAMEGOLD >= 100 what it does: checks if your gamegold >= 100, options: =, <, >, >=
checkgamepoint usage: CHECKGAMEPOINT < 5 what it does: checks if your gmepoints are lower then 5, options: =, <, >, >=
gamepoint usage: GAMEPOINT = 5 what it does: sets your gamepoint value to 5, options: =, +, -
bah never thought f that.
thanks mates
hmm can't get that to work either...
Got it working now by doing this
[@gpfrost]\
#IF
checklevel 45
CHECKSLAVECOUNT = 0
CHECKGAMEpoint = 300
#ACT
GAMEPOINT - 300
RECALLMOB FrostTiger
RECALLMOB FrostTiger
RECALLMOB FrostTiger
RECALLMOB FrostTiger
#ELSEACT
goto @say
break
#SAY
There you go enjoy your new pets.\
<Back/@main>\ \
[@gpfrost]\
#IF
checklevel 45
CHECKSLAVECOUNT = 0
CHECKGAMEpoint = 300
#ACT
GAMEPOINT - 300
RECALLMOB FrostTiger
RECALLMOB FrostTiger
RECALLMOB FrostTiger
RECALLMOB FrostTiger
goto @say
break
#ELSEACT
goto @no
[@SAY]
There you go enjoy your new pets.\
[@NO]
You do not have enough points!
<Back/@main>\ \
try that? maybe have the break in the wrong position?
this is the longest script i have every seen.
Pet rental for gamegold, gamepoints points and normal gold, with a couple of quest thrown in too.
Great fun writing it tbh:)
hehe,, good luck,, not my strong point tbh,, but trial, error and searching, i usually get there
its not checkgamepoint i dont htink
#IF
gamepoint 10
gamepoint = 10
gamepoint > 10
gamepoint < 10
#ACT
gamepoint - 10
gamepoint + 10
gamepoint = 10
VirUs
BUT if you have gamegold = 10 then it will only ACT if you have 10 gamegold
so if u have 100 gamegold and u gamegold = 10 it wont work coz u dont have exactly 10 so do it gamepoint 10
VirUs
Gamepoint system working, but not the gamegold, you sure it's done the same way?
yeah gamegold and gamepoint exact same way
VirUs
hmm, i'll carry on trying then
I have got it to take gamegold of people, but it gives you the pets even if you haven't go gamegold.