SQL Developer Posted February 25, 2016 Posted February 25, 2016 (edited) Hello how i put specific cords on this? i want put x,y,z i try this +import com.l2jfrozen.gameserver.datatables.xml.zonedata; +((L2PcInstance) character).teleToLocation(zonedata.l2clanwarzone.zoneid); but id didnt work so i want change it to TeleToLocation(specific cords x,y,z) any help? Edited February 25, 2016 by L2LostWard
0 tazerman2 Posted February 25, 2016 Posted February 25, 2016 if player is in clan war (send messenger) else messenger and teleport back not sure
0 SweeTs Posted February 25, 2016 Posted February 25, 2016 (edited) player.teleToLocation(x, y, z, offset); Some days ago you said that you know to code :dat: Edited February 25, 2016 by SweeTs
0 SQL Developer Posted February 25, 2016 Author Posted February 25, 2016 player.teleToLocation(x, y, z, offset); Some days ago you said that you know to code :dat: I know to code but this Lineage java .. so many tags and imports i dont know which one i must use where .. i am still learning about l2j developing :D Thank you buddy for reply !!
0 SweeTs Posted February 25, 2016 Posted February 25, 2016 (edited) Locked. Edited February 26, 2016 by MeVsYou
Question
SQL Developer
Hello how i put specific cords on this?
i want put x,y,z
i try this
+import com.l2jfrozen.gameserver.datatables.xml.zonedata;
+((L2PcInstance) character).teleToLocation(zonedata.l2clanwarzone.zoneid);
but id didnt work so i want change it to
TeleToLocation(specific cords x,y,z) any help?
Edited by L2LostWard4 answers to this question
Recommended Posts