Jump to content
  • 0
fabioleda

Trade_room error

Question

good morning someone there could help me with this script i already ran several sites behind such a npc and i can't find anywhere if nobody can help me fix this script there is someone who could do a charity to donate this npc to stores is already organized thank you

 

//===== Cronus Script =================================================
//= Sala do comércio                           
//===== Por: ==========================================================
//= Panda www.pandabro.com    [email protected] (<<msn)                
//===== Versão Atual: =================================================
//= 1.0
//===== Descrição: ====================================================
//= Uma npc que fica em prontera com um chat em cima escrito
//= "sala do comércio".
//===== ChangeLog: ====================================================
//= Sala do comércio com chat em cima'''''
//=====================================================================
//|               MAPFLAG
//===========================================================

prontera.gat,164,169,4    script    Sala do Comércio    1_M_SIGNMCNT,{

//==== Configs ============================================//
set @npc$,"[^ff0000Sala do Comércio^000000]"; //nome do npc
set @nome$,strcharinfo(0); //não mecha ^^
//=======================================================//
show @npc$;
show "Olá "+strcharinfo(0)+" deseja ir para a Sala do Comércio?";
next;
menu "Sim",-,"Não obrigado",exit;

show @npc$;
show "Ok, teleportando...";
next;
warp "sec_in01",    170,    167;
end;

exit:
show @npc$;
show "Até mais!";
close;
OnInit:
    waitingroom "Sala do Comércio", 0;
    end;
}


sec_in01.gat,173,164,4    script    Saída    94,{

//==== Configs ============================================//
set @npc$,"[^ff0000Saída^000000]"; //nome do npc
set @nome$,strcharinfo(0); //não mecha ^^
//=======================================================//
show @npc$;
show "Olá "+strcharinfo(0)+" deseja voltar para prontera?";
next;
menu "Sim",-,"Não obrigado",exit;

show @npc$;
show "Ok, teleportando...";
next;
warp "prontera",    156,    191;
end;

exit:
show @npc$;
show "Até mais!";
close;
OnInit:
    waitingroom "Saída", 0;
    end;
}

//===== Cronus Script =================================================
//= Sala do comércio                           
//===== Por: ==========================================================
//= Panda www.pandabro.com    [email protected] (<<msn)                
//===== Versão Atual: =================================================
//= 1.0
//===== Descrição: ====================================================
//= Uma npc que fica em prontera com um chat em cima escrito
//= "sala do comércio".
//===== ChangeLog: ====================================================
//= Sala do comércio com chat em cima'''''
//=====================================================================
//|               MAPFLAG
//===========================================================

prontera.gat,164,169,4    script    Sala do Comércio    1_M_SIGNMCNT,{

//==== Configs ============================================//
set @npc$,"[^ff0000Sala do Comércio^000000]"; //nome do npc
set @nome$,strcharinfo(0); //não mecha ^^
//=======================================================//
show @npc$;
show "Olá "+strcharinfo(0)+" deseja ir para a Sala do Comércio?";
next;
menu "Sim",-,"Não obrigado",exit;

show @npc$;
show "Ok, teleportando...";
next;
warp "sec_in01",    170,    167;
end;

exit:
show @npc$;
show "Até mais!";
close;
OnInit:
    waitingroom "Sala do Comércio", 0;
    end;
}


sec_in01.gat,173,164,4    script    Saída    94,{

//==== Configs ============================================//
set @npc$,"[^ff0000Saída^000000]"; //nome do npc
set @nome$,strcharinfo(0); //não mecha ^^
//=======================================================//
show @npc$;
show "Olá "+strcharinfo(0)+" deseja voltar para prontera?";
next;
menu "Sim",-,"Não obrigado",exit;

show @npc$;
show "Ok, teleportando...";
next;
warp "prontera",    156,    191;
end;

exit:
show @npc$;
show "Até mais!";
close;
OnInit:
    waitingroom "Saída", 0;
    end;
}

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.