-
Total de itens
28 -
Registro em
-
Última visita
Tudo que Darkwath postou
-
esse é o script de cria os monstro eu kero o q da use na arvorezinha e é teleportado
-
bom preciso q alguem me fala como colocar actionid/uniqueid nos item mas é ne todos os items do ot n sei se tem como faze isso :X ooou 1 npc q venda o item 8293 com o action/uniqueid nele ja help!REP++
-
bom o script é esse: function onUse(cid, item, fromPosition, itemEx, toPosition) local position = {x=1095, y=1104, z=7} -- reward room if getPlayerLevel(cid) > 200 then doTeleportThing(cid, position) doSendMagicEffect(position, CONST_ME_TELEPORT) else return FALSE end return TRUE end e um script da demon oak q eu to fuçando ake keria q alguem mudasse pra funfa apenas quando usasse o hallowed axe no item q esta o uniqid e se der tbm alguem q me fle como faze pra so entra 1 na oak
-
uu vlw pode tranca
-
alguem me passa o script da demon oak/hallowed axe explicando ande q muda as posiçoes e talz de 1 jeito q apenas 1 pessoa possa entra do REP+
-
vc pode me passar o link de download do modern acc os do xtibia nao estao funcionando no meu pc :S
-
vc pode postaseu config ake? az x vc eskeceu de algo
-
[Pedido] Talkation Para Colocar Ml Em Items.
tópico respondeu ao Themaper de Darkwath em Lixeira Pública
nao existe talkaction pra isso o unico jeito ecolocar atag acima no item e isso no movements.xml <movevent type="DeEquip" itemid="XXXX" slot="XXXX" level="100" event="function" value="onDeEquipItem"/> <movevent type="Equip" itemid="XXXX" slot="XXXX" level="100" event="function" value="onEquipItem"> <vocation id="x"/> <vocation id="x" showInDescription="0"/> <vocation id="x"/> <vocation id="x" showInDescription="0"/> </movevent> substitua X por seus devidos valores -
vdd poste seu config.lua ae
-
pode ser algum erro no vocations.mlx poste ele ae pra fica mais facir:P
-
[Pedido] Quest Que Vai Mais De Um Item Na Chest.
tópico respondeu ao lucasrafaelcorrea de Darkwath em Lixeira Pública
em actions crie 1 arquivo e renomeie para chest function onUse(cid, item, frompos, item2, topos) if item.uid == xxxx then queststatus = getPlayerStorageValue(cid,xxxx) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found a demon armor.") doPlayerAddItem(cid,2494,1) setPlayerStorageValue(cid,xxxx,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end else return 0 end return 1 end basta repitir a linha " doPlayerAddItem(cid,2494,1)" trocando o id do item e pronto ] aonde ta xxxx e o n° da action ou storage q vc escolhe pra por na tag do actions.mlx\/ em actions.mlx adicione: <action uniqueid="xxx" script="chest.lua" /> lembrando q vc tera q por no bau o uniqueid correspondente ao da tag e do script -
function onUse(cid, item, fromPosition, item2, toPosition) if item.actionid == 58267 then queststatus = getPlayerStorageValue(cid,102504) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found an Yalahari Mask.") doPlayerAddItem(cid,9778,1) doPlayerAddOutfit(cid,324,3) doPlayerAddOutfit(cid,325,3) setPlayerStorageValue(cid,102504,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.actionid == 58268 then queststatus = getPlayerStorageValue(cid,102504) if queststatus == -1 then doPlay erSendTextMessage(cid,22,"You have found an Yalahari Armor.") doPlayerAddItem(cid,9776,1) doPlayerAddOutfit(cid,324,3) doPlayerAddOutfit(cid,325,3) setPlayerStorageValue(cid,102504,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.actionid == 58269 then queststatus = getPlayerStorageValue(cid,102504) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You have found an Yalahari Leg Piece.") doPlayerAddItem(cid,9777,1) doPlayerAddOutfit(cid,324,3) doPlayerAddOutfit(cid,325,3) setPlayerStorageValue(cid,102504,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end else return 0 end return 1 end OBS: seu script nao estava configurado pra da yalahar mask mais eu ja pus ali
-
Spool Of Yarn / Waterhose E Outros
tópico respondeu ao rodrigozamboti de Darkwath em Lixeira Pública
1º posto ne luga errado¬¬ 2° depende da configuraçao do ot PODE ser que caia de the old widow a spoll waterhose q eu saiba so de quest -
eu tenhu aki o do tp va em movements e crie arquivo chamando citizen: function onStepIn(cid, item, position, fromPosition) if(item.actionid > 30020 and item.actionid < 30022) then local townId = (item.actionid - 30020) doPlayerSetTown(cid, townId) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You are the newest resident of " .. getTownName(townId) .. ".") end return true end ai em movemens.mlx coloque essa tag <movevent type="StepIn" itemid="1387" event="script" value="citizen.lua"/> ai e so no seu tp vc colocar actionid 30021 e as posiçoes X Y e Z do templo da city
-
bom eu tava vendo esse host free-every webspace- e eu fui tenta carrega meu site so q nao deu certo aparece que esta ne um fortamato invalido site:gesior 3.7 eu tentei manda a pasta htdocs inteira dele so q nao da certo :X
-
va em actions/scripts e adicione crie 1 novo arquivo chamando yalaharchest e adicione isso: -- creditos AntiemoXlr 100& -- function onUse(cid, item, frompos, item2, topos) if item.uid == 2611 then queststatus = getPlayerStorageValue(cid,2611) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"You Completed a Yalahar Quest.") doSendAnimatedText(getPlayerPosition(cid), "ADDON!", TEXTCOLOR_ORANGE) doPlayerAddOutfit(cid,324,3) doPlayerAddOutfit(cid,325,3) setPlayerStorageValue(cid,2611,1) else doPlayerSendTextMessage(cid,22,"Você ja tem este Addon!.") end else return 0 end return 1 end em actions.mlx: <action uniqueid="2611" event="script" value="yalaharchest.lua"/>
-
como assim???? explica melhor c ke balancea oq? o tanto de mana q ganha facilidade de aumenta os skill e isso?? se for e so abri o vocations.mlx e editar
-
bom o problema pode nao se no script e sim no config.lua seu procura por essa linha: blessingOnlyPremium = true blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8 o script do npc \/ vo em npc e de ctrl+c e ctrl+v ne qlq npc abra e substitua tudo por isso agr va em data/npc/script crie 1 novo arquivo chamando bless e coloque isso OBS: creditos desconhecidos retirado do link a seguir: http://www.xtibia.com/forum/topic/98537-npc-de-bless/
-
tenta troca o seu por esse\/
-
Bom vamu la vo te ensina edita esse script script adicionando skill \/ if item2.itemid == 490 then skill_level = getPlayerSkill(cid,6) random_number = math.random(1,(100+skill_level/10)) doSendMagicEffect(topos,1) if random_number<=skill_level then doPlayerAddItem(cid,2667,1) end doPlayerAddSkillTry(cid,6,1) script sem adiçao de skill\/ if item2.itemid == 490 then skill_level = getPlayerSkill(cid,6) random_number = math.random(1,(100/10)) doSendMagicEffect(topos,1) if random_number<=10 then doPlayerAddItem(cid,2667,1) end explicando: a parte em azul e aonde vc mexe na chance de dropa o peixe e so troca os numeros e pronto
-
aa dexa keto pode fexa esse tpc agr nem pa abri meu mais axo q n via da
-
sim vo tentei refase a instalaçao toda dnv agr ta dando esse erro no step 4 Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'world_id' in 'field list'' in C:\xampp\htdocs\install.php:509 Stack trace: #0 C:\xampp\htdocs\install.php(509): PDO->query('INSERT INTO `pl...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 509 bom ja consegui arruma os bugs mas ainda ngm consegue entra no site/ot no config.lua tem q po algo? ja liberei as portas 8090-80-7171-7172 no firewall e no roteador mas ngm entra PS:n vem fla q n tem como abri ot com roteador pq antes do xampp eu abria -.-
-
kra no xampp aparece q ta aberto mais no PFportcheker aparece todas como fechadas ngm consegue entra no meu ot e nem no meu site PS:se meu ip for abcd.zapto.org o site sera abcd.zapto.org ou abcd.zapto.org/8090 certo?
-
PELO AMOR DE DEUS ME AJUDEM DPS Q EU INSTALEI O SITE E O XAMPP NO MEU PC TODAS AS PORTAS (7171/71712/ETC)AS PORTAS ESTAO DANDO COMO FECHADAS E NGM CONSEGUE ENTRA NO MEU OT uP! pelo amor de deus algueem me ajuuda
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.