<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Addicts-Gamers</title>
</head>
<body>
<h1>Addicts-Gamers</h1>
<p><fb:login-button autologoutlink="true"></fb:login-button></p>
<p><fb:like></fb:like></p>

<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '171502126208853', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol +
'//connect.facebook.net/pt_PT/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
</body>
</html>

Participe do fórum, é rápido e fácil

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Addicts-Gamers</title>
</head>
<body>
<h1>Addicts-Gamers</h1>
<p><fb:login-button autologoutlink="true"></fb:login-button></p>
<p><fb:like></fb:like></p>

<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: '171502126208853', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol +
'//connect.facebook.net/pt_PT/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
</body>
</html>
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

[Pedido]Criar NPCs com varias shops

Ir para baixo

[Pedido]Criar NPCs com varias shops Empty [Pedido]Criar NPCs com varias shops

Mensagem por MasterLord Seg Nov 08, 2010 1:21 pm

1º - Ter ligação de FTP ligada, neste caso usei Filezilla.
2º - Ter a ligação configurada, vão em editar>configurações e mudem o
tempo de espera para 100.
3º - Iniciar a ligação Anfitrião (ip hamachi acabado em 100 ou não
hamachi tambem acabado em 100).
4º - Ir a esta localização
/usr/rain/channel/share_data/locale/hongkong(pode tambem ser english ou newcbin conforme tenham alterado)/quest/object
5º - Abrir um NPC qualquer, nete caso usei o 9010.
6º - Abrir o ficheiro .script nete caso é item_mall.start.0.script .
7º - Usei o notepad c++ para abrir.
8º - Apagar tudo que tem lá e colar este code:

quest shops begin
state start begin
when 9010.chat."Bens-Gerais" begin
say_title("Negociador:")
say("")
say("Queres abrir a Bens Gerais")
local s = select("Sim", "Não")

if s == 1 then
npc.open_shop(3)
else
return
end


end

when 9010.chat."Vendedor de Armas" begin
say_title("Negociador:")
say("")
say("Queres abrir o Vendedor de Armas?")
local s = select("Sim", "Não")

if s == 1 then
npc.open_shop(1)
else
return
end
end

when 9010.chat."Vendedor de Armaduras" begin
say_title("Negociador:")
say("")
say("Queres abrir o Vendedor de Armaduras?")
local s = select("Sim", "Não")

if s == 1 then
npc.open_shop(2)
else
return
end
end

when 9010.chat."Loja das Barras de Ouro" begin
say_title("Negociador:")
say("")
say("Queres abrir a Loja das Barras de Ouro?")
local s = select("Sim", "Não")

if s == 1 then
npc.open_shop(7)
else
return
end
end
end

9º - Dar reboot.
10º - Abrir o jogo com um GM e fazer /m 9010.

Vão ter algo +- assim

Parte Extra:
Id's de algumas shops:
Negociadora Geral - 3
Vendedor de Armas - 1
Vendedor de Armaduras - 2
Fogueteira - 8
Barras de Ouro -7
vendedor de Acessorios - 6
MasterLord
MasterLord
Admin

Mensagens : 36
Data de inscrição : 07/11/2010

http://addict-gamers.com

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos