Projeto PkElfo
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Some Fixes

Ir para baixo

Some Fixes Empty Some Fixes

Mensagem por nickpas Qua maio 28, 2014 9:23 am

Add this in

Index: TeleportBBSManager.java
===================================================================
--- TeleportBBSManager.java (revision 166)
+++ TeleportBBSManager.java (working copy)
@@ -94,6 +94,16 @@
goTp(activeChar, xTp, yTp, zTp, priceTp);
showTp(activeChar);
}
+ else if (command.startsWith("_bbsteleport;tele;"))
+ {
+ StringTokenizer stGoTp = new StringTokenizer(command, " ");
+ stGoTp.nextToken();
+ int xTp = Integer.parseInt(stGoTp.nextToken());
+ int yTp = Integer.parseInt(stGoTp.nextToken());
+ int zTp = Integer.parseInt(stGoTp.nextToken());
+ int priceTp = Integer.parseInt(stGoTp.nextToken());
+ goTp(activeChar, xTp, yTp, zTp, priceTp);
+ }
else
{
ShowBoard sb = new ShowBoard("<html><body><br><br><center>the command: " + command + " is not implemented yet</center><br><br></body></html>", "101");


And then in

Index: 32972.htm
===================================================================
--- 32972.htm (revision 166)
+++ 32972.htm (working copy)
@@ -1,6 +1,6 @@
<html><body>Pantheon:<br>
Welcome to the Talking Island! Ask me anything you need to know.<br>
-<a action="bypass -h npc_%objectId%_goto">Move to Museum</a><br>
+<a action="bypass -h _bbsteleport;tele; -114711 243911 -7968 0">Move to Museum</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">"Tell me about this place!"</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>
\ No newline at end of file


 scratch

nickpas

Mensagens : 1
Data de inscrição : 28/05/2014

Ir para o topo Ir para baixo

Ir para o topo


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