chlopaki, potrzebuje szybkiej pomocy
mam actionskrypt checkera
Kod :
if itemcount(MpName) > 7 or itemcount(AmmoName) > 5 then gotolabel('hunt')
end
i nie wazne ile mam manasow czy rp ciagle chodzi na refille
tutaj skrypt z akcji
Kod :
-- Setup -- Script Made by Zantii91
-- Backpack Setup:
MainBp = "yellow backpack" --- your main bp name
GoldBp = 'brocade backpack' --- your gold bp name
LootBp = 'orange backpack' --- loot bp nr 1 ( min 1 | max 4 )
-- DP bp setup:
MainDpBp = 'camouflage backpack'
StackableDpBp = 'beach backpack'
LootDpBp = 'Golden Backpack'
EdronDpBp = 'blue backpack'
GreenDpBp = 'green backpack'
BlueDpBp = 'Blue Backpack'
RashidDpBp = 'Purple Backpack'
RingsDpBp = 'Fur Backpack'
-- Potions Setup:
MpName = "mana potion" --- kind of mana pots to buy
MpPrice = 50 --- price of mana pots you will use
MaxMp = 35 --- max quantity of mana pots to buy
MinMp = 7 --- quantity of mana pots to leave
-- Hunt
AmmoName = "royal spear" --- kind of ammo to buy
AmmoPrice = 15 --- price of mana pots you will use
MaxAmmo = 15 --- max quantity of ammo
MinAmmo = 5 --- quantity of ammo to leave
MinCap = 5 --- capacity to leave hunt.
GoldCap = 50 --------- under this cap it will stop looting gold/over this capacity it will start looting gold again.
#edit
dobra ogarnalem
Kod :
if weapon == itemid("royal spear") and weaponamount <= 5 or itemcount(MpName) < 7 then
gotolabel('refill')
else
gotolabel('hunt')
end
Zakładki