-
-
(Item) Que Aumenta [Magic Level]
- Client W.o.p : Wolrd of Piece
Então as sprites do client dele é criptografada mas tem as sprites desbloqueadas entao coloco as sprites nela quando fui substituir os arquivos vou abrir o cliente da nisso o que é isso http://prntscr.com/c46p37 Alguém pode me ajudar por favor!- Slot Bike
- Slot Bike
- Slot Bike
- Slot Bike
- Slot Bike
- Slot Bike
- Slot Bike
- Slot Bike
- Slot Bike
Acho que foi erro meu, eu pensei q era o items.xml, mas era do mods, ligando server pra testar. sou novo com essas coisas. Deletar o item que está no slot ring do client? [ http://prntscr.com/7y36jf] Se puder me explicar de um modo que alguem que não mexe muito nisso possa entender agradeço.- Slot Bike
- Slot Bike
- Slot Bike
local function BikeSpeedOn(cid, t) setPlayerStorageValue(cid, t.s, t.speed) doChangeSpeed(cid, -getCreatureSpeed(cid)) doChangeSpeed(cid, t.speed) end local function BikeSpeedOff(cid, t) setPlayerStorageValue(cid, t.s, -1) doRegainSpeed(cid) end local t = {text='Mount, bike!', dtext='Demount, bike!', s=5700, speed = 1000} function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getThingPos(cid) if #getCreatureSummons(cid) >= 1 then end if getPlayerStorageValue(cid, 17001) >= 1 or getPlayerStorageValue(cid, 63215) >= 1 or getPlayerStorageValue(cid, 17000) >= 1 or getPlayerStorageValue(cid, 75846) >= 1 or getPlayerStorageValue(cid, 6598754) >= 1 or getPlayerStorageValue(cid, 6598755) >= 1 then --alterado v1.9 return doPlayerSendCancel(cid, "You can't do that right now.") end if getPlayerStorageValue(cid, t.s) <= 0 then doSendMagicEffect(pos, 177) doCreatureSay(cid, t.text, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'Voce Muntou na bike.') BikeSpeedOn(cid, t) if getPlayerSex(cid) == 1 then doSetCreatureOutfit(cid, {lookType = 1503}, -1) else doSetCreatureOutfit(cid, {lookType = 1502}, -1) end else doSendMagicEffect(pos, 177) doCreatureSay(cid, t.dtext, 19) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'Voce saiu da bike.') BikeSpeedOff(cid, t) doRemoveCondition(cid, CONDITION_OUTFIT) end return true end- Slot Bike
Informação Importante
Confirmação de Termo