Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Resolvido -------> Obrigado a todos que tentaram ajudar!

Tibiakinganos rsrs!

Editado por heelfidelis (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

1-tenho um mapa global que tem a Isle of Solitude completa o outro nao tem .. quero passa a completa pro que nao tem como eu faço?

R: Abra os 2 mapas simultaneamente, CTRL+C / CTRL+V, basta copiar assim, e colar no outro mapa. Pode até colocar na mesma posição do outro, mais ai tem que ficar mechendo ou achar o local certo!

como colocar no pvp em uma city? no caso seria rookguard.

R: No rme, em baixo possui umas bandeiras, entre elas possui uma verde de (NO PVP TOOL), coloque-a em todo o mapa de rook.

2-temple-position-wrong-contact-with,aparece temple position wrong.contact with the administration qnd morre como arrumar isso? eu sei que vão falar config.lua e rme e accountmanagement mas eu ja alterei e mesmo assim acontece isso gente ;x por favor me ajudem!!!

R: Ai vai depender, se for acc manager, em config.lua você arruma o town do personagem para a área correta, aperte CTRL + T e olhe o local do templo, X|Y|Z para checar se está correto!

Se for Website, em Data/Config.php você poderá colocar o town correto para cada player que criar o character, no gesior checa o local X|Y|Z sozinho!

3- Estão conseguindo criar xar com nome de God e Cm como proibi isso no geisor?

R: Bem, quando você entra no gesior como admin, lá tem namelock, creio que sejá lá, não sem bem, pois a maioria dos gesior já vem com isso tudo configurado!

4-Wrong characters configuration. Try again or contact with admin. ADMIN: Edit file config/config.php and set valid characters to copy names. Character to copy doesn't exist.

no xampp aparece isso no step 4:News ticker sample is already in database. New sample is not needed.

R: Está dizendo que na DB já tem os SAMPLE!

Você pode deleta-los e reinstalar o gesior novamente.

5-Como eu adiciono a opção dos no vocations no script de first items?

Meu first items:

DELETEI, ASSIM DIMINUINDO O TAMANHO DO MEU POST!

Só falta o no vocation.

Obrigado espero que vcs tibiakinganos me ajudem rsrs!


function onLogin(cid)

if getPlayerGroupId(cid) == 1 and getPlayerStorageValue(cid, 50000) == -1 then

if isSorcerer(cid) then

local bag = doPlayerAddItem(cid, 1987, 1)

doAddContainerItem(bag, 2120, 1)

doAddContainerItem(bag, 2554, 1)

doAddContainerItem(bag, 2050, 1)

doAddContainerItem(bag, 2148, 100)

doPlayerAddItem(cid, 2382, 1)

doPlayerAddItem(cid, 2651, 1)

setPlayerStorageValue(cid, 50000, 1)


elseif isDruid(cid) then

local bag = doPlayerAddItem(cid, 1987, 1)

doAddContainerItem(bag, 2120, 1)

doAddContainerItem(bag, 2554, 1)

doAddContainerItem(bag, 2050, 1)

doAddContainerItem(bag, 2148, 100)

doPlayerAddItem(cid, 2382, 1)

doPlayerAddItem(cid, 2651, 1)

setPlayerStorageValue(cid, 50000, 1)


elseif isPaladin(cid) then

local bag = doPlayerAddItem(cid, 1987, 1)

doAddContainerItem(bag, 2120, 1)

doAddContainerItem(bag, 2554, 1)

doAddContainerItem(bag, 2050, 1)

doAddContainerItem(bag, 2148, 100)

doPlayerAddItem(cid, 2382, 1)

doPlayerAddItem(cid, 2651, 1)

setPlayerStorageValue(cid, 50000, 1)


elseif isKnight(cid) then

local bag = doPlayerAddItem(cid, 1987, 1)

doAddContainerItem(bag, 2120, 1)

doAddContainerItem(bag, 2554, 1)

doAddContainerItem(bag, 2050, 1)

doAddContainerItem(bag, 2148, 100)

doPlayerAddItem(cid, 2382, 1)

doPlayerAddItem(cid, 2651, 1)

setPlayerStorageValue(cid, 50000, 1)


elseif isNoVocation(cid) then

local bag = doPlayerAddItem(cid, 1987, 1)

doAddContainerItem(bag, 2120, 1)

doAddContainerItem(bag, 2554, 1)

doAddContainerItem(bag, 2050, 1)

doAddContainerItem(bag, 2148, 100)

doPlayerAddItem(cid, 2382, 1)

doPlayerAddItem(cid, 2651, 1)

setPlayerStorageValue(cid, 50000, 1)


end

end

return TRUE

end

Pronto...

Espero ter ajudado XD

Link para o post
Compartilhar em outros sites

assim:


$config['site']['newchar_towns'][0] = array(2);

$config['site']['newchar_towns'][1] = array(1,2);

// sample, if all players should spawn in one city (city with ID 4): uncoment!!

//$config['site']['newchar_towns'] = array(4);

// list of towns on ots

$towns_list[0] = array(1 => 'Venore', 2 => 'Thais', 4 => 'Carlin', 5 => 'Ab'Dendriel'); // list of towns, id => 'name', $towns_list[0] - for world id 0

$towns_list[1] = array(1 => 'Venore', 2 => 'Thais', 4 => 'Carlin', 5 => 'Ab'Dendriel'); // list of towns, id => 'name', $towns_list[1] - for world id 1

PAra vocÊ passar a Gm island foi como eu falei, você precisa abrir o mapa que possui a gm island e cria um New map (pois abrir 2 map global vai pesar muito), ai você salva a gm island nesse new map, salva o new map, fecha o global map e abre o outro, pega a gm island do new map e coloca no mapa...

Use CTRL + C / CTRL + V

Para copiar vocÊ segura CTRL e puxa com o mouse o local desejado que vocÊ que copiar, no caso da gm island, copia tudo, não esqueça de copiar a floor 6, 5, 4, ...

Link para o post
Compartilhar em outros sites


function onLogin(cid)

	if getPlayerGroupId(cid) == 1 and getPlayerStorageValue(cid, 50000) == -1 then

		if isSorcerer(cid) then

			local bag = doPlayerAddItem(cid, 1988, 1)


			doAddContainerItem(bag, 2120, 1)

			doAddContainerItem(bag, 2554, 1)

			doAddContainerItem(bag, 2160, 2)

						doAddContainerItem(bag, 2789, 25)

						doAddContainerItem(bag, 7618, 1)

			doAddContainerItem(bag, 7620, 1)


			doPlayerAddItem(cid, 2173, 1)		

			doPlayerAddItem(cid, 2525, 1)

			doPlayerAddItem(cid, 2190, 1)

			doPlayerAddItem(cid, 2463, 1)

			doPlayerAddItem(cid, 2457, 1)

			doPlayerAddItem(cid, 2647, 1)

			doPlayerAddItem(cid, 2643, 1)

			doPlayerAddItem(cid, 2124, 1)


		setPlayerStorageValue(cid, 50000, 1)


		elseif isDruid(cid) then

			local bag = doPlayerAddItem(cid, 1988, 1)


			doAddContainerItem(bag, 2120, 1)

			doAddContainerItem(bag, 2554, 1)

			doAddContainerItem(bag, 2160, 2)

						doAddContainerItem(bag, 2789, 25)

						doAddContainerItem(bag, 7618, 1)

			doAddContainerItem(bag, 7620, 1)


			doPlayerAddItem(cid, 2173, 1)		

			doPlayerAddItem(cid, 2525, 1)

			doPlayerAddItem(cid, 2182, 1)

			doPlayerAddItem(cid, 2463, 1)

			doPlayerAddItem(cid, 2457, 1)

			doPlayerAddItem(cid, 2647, 1)

			doPlayerAddItem(cid, 2643, 1)

			doPlayerAddItem(cid, 2124, 1)


			setPlayerStorageValue(cid, 50000, 1)


		elseif isPaladin(cid) then

			local bag = doPlayerAddItem(cid, 1988, 1)


			doAddContainerItem(bag, 2120, 1)

			doAddContainerItem(bag, 2554, 1)

			doAddContainerItem(bag, 2160, 2)

						doAddContainerItem(bag, 2789, 25)

						doAddContainerItem(bag, 7618, 1)

			doAddContainerItem(bag, 7620, 1)


			doPlayerAddItem(cid, 2173, 1)		

			doPlayerAddItem(cid, 2525, 1)

			doPlayerAddItem(cid, 2389, 1)

			doPlayerAddItem(cid, 2463, 1)

			doPlayerAddItem(cid, 2457, 1)

			doPlayerAddItem(cid, 2647, 1)

			doPlayerAddItem(cid, 2643, 1)

			doPlayerAddItem(cid, 2124, 1)


			setPlayerStorageValue(cid, 50000, 1)


		elseif isKnight(cid) then

			local bag = doPlayerAddItem(cid, 1988, 1)


			doAddContainerItem(bag, 2120, 1)

			doAddContainerItem(bag, 2554, 1)

			doAddContainerItem(bag, 2160, 2)

						doAddContainerItem(bag, 2789, 25)

						doAddContainerItem(bag, 7618, 1)

			doAddContainerItem(bag, 7620, 1)

			doAddContainerItem(bag, 2428, 1)

			doAddContainerItem(bag, 2394, 1)


			doPlayerAddItem(cid, 2173, 1)

			doPlayerAddItem(cid, 2525, 1)

			doPlayerAddItem(cid, 2383, 1)

			doPlayerAddItem(cid, 2463, 1)

			doPlayerAddItem(cid, 2457, 1)

			doPlayerAddItem(cid, 2647, 1)

			doPlayerAddItem(cid, 2643, 1)

			doPlayerAddItem(cid, 2124, 1)


			setPlayerStorageValue(cid, 50000, 1)


   	 elseif isNone(cid) then

			local bag = doPlayerAddItem(cid, 1988, 1)


			doAddContainerItem(bag, 2120, 1)

			doAddContainerItem(bag, 2554, 1)

			doAddContainerItem(bag, 2160, 2)

						doAddContainerItem(bag, 2789, 25)

						doAddContainerItem(bag, 7618, 1)

			doAddContainerItem(bag, 7620, 1)

			doAddContainerItem(bag, 2428, 1)

			doAddContainerItem(bag, 2394, 1)


			doPlayerAddItem(cid, 2173, 1)

			doPlayerAddItem(cid, 2525, 1)

			doPlayerAddItem(cid, 2383, 1)

			doPlayerAddItem(cid, 2463, 1)

			doPlayerAddItem(cid, 2457, 1)

			doPlayerAddItem(cid, 2647, 1)

			doPlayerAddItem(cid, 2643, 1)

			doPlayerAddItem(cid, 2124, 1)


			setPlayerStorageValue(cid, 50000, 1)

		end

	end

	 return TRUE

end

Desculpe-me, eu hávia feito errado ;x foi erro meu!

--

Leia esse tutorial como juntar um mapa ao outro... http://tibiaking.com...-mapa-ao-outro/ Como seu pc não deverá aguentar 2 Global... Faça o seguinte: Abra o map global Clique em FILE>NEW ... Ou CTRL + N Copie a Gm island do map global, CTRL + Botão direito do mouse para marca o local (nesse caso, a ilha), logo em seguida CTRL + C, vá ao new map (que nesse caso deve se chamar de Untitled-1.OTBM) e clique CTRL +V Agora você fecha o map global que possui a Gm island e abre o map global que não possui... Escolha o local aonde você quer deixar a Gm island, volte para o Untitled-1.OTBM (que no caso é o new map - aonde você deixou o Gm island) copie-a e coloque-a no map global. Salve o global map, feche o Untitled-1.OTBM...

--

Como eu falei:

$config['site']['newchar_towns'][0] = array(4);

$config['site']['newchar_towns'][1] = array(4);

// sample, if all players should spawn in one city (city with ID 4): uncoment!!

//$config['site']['newchar_towns'] = array(4);

// list of towns on ots

$towns_list[0] = array(1 => 'Venore', 2 => 'Thais', 4 => 'Carlin', 5 => 'Ab'Dendriel'); // list of towns, id => 'name', $towns_list[0] - for world id 0

$towns_list[1] = array(1 => 'Venore', 2 => 'Thais', 4 => 'Carlin', 5 => 'Ab'Dendriel'); // list of towns, id => 'name', $towns_list[1] - for world id 1

Não pegou?

PS: eu já arrumei o Codigo acima, basta copiar e colar lá no seu CONFIG.PHP

Era um erro que estava passando despercebido, nem tinha visto ele, mais agora já está arrumado ;x

--

Me passa a parte dos characters em config.php...

E me passa as vocation.xml do seu servidor...

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo