Solved Consult the teleport point in the ticket

Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up
Status
Not open for further replies.

unlimitzflyff

Member
Registered
Joined
Jul 19, 2024
Messages
48
Reaction score
19
Points
8
I created a teleport point in the ticket, but I'm in Ticket Channel 2. When I enter the teleport point in Channel 2, it warps to Channel 1, but the point is correct, but the character warps to Channel 1. It should. On Channel 2
 
Solution
Can you at least try to share you configuration regarding Ticket?
An image or share the lines of code, will do. ^^
This.


We can't magically solve your issue with a lack of critical information. For instance, what did you chance to the ticket file? what about the layer file? Are you using v19 ticket system? Is it the full ticket system from v19 or just the file reading? Have you tried to debug the code where it is supposed to warp to you "nLayer"?
Can you at least try to share you configuration regarding Ticket?
An image or share the lines of code, will do. ^^
 
  • Like
Reactions: Kia
Can you at least try to share you configuration regarding Ticket?
An image or share the lines of code, will do. ^^
This.


We can't magically solve your issue with a lack of critical information. For instance, what did you chance to the ticket file? what about the layer file? Are you using v19 ticket system? Is it the full ticket system from v19 or just the file reading? Have you tried to debug the code where it is supposed to warp to you "nLayer"?
 
Solution
// WI_WORLD | Channels (0 = 1 channel, 1 = 2 channels etc)
WI_WORLD_KEBARAS 2
WI_WORLD_CISLAND 2
WI_WORLD_RARTESIA 2
WI_WORLD_DARKRARTESIA 2
WI_WORLD_CISLAND_NEW 2
WI_WORLD_KEBARAS_NEW 2
WI_WORLD_RARTESIA_NEW 2
WI_WORLD_DARKRARTESIA_NEW 2
//index World Index x y z World Text
1 WI_WORLD_KEBARAS 1271 114 1326 IDS_WORLD_INC_000007
2 WI_WORLD_CISLAND 2002 120 855 IDS_WORLD_INC_000063
3 WI_WORLD_RARTESIA 1400 120 1287 IDS_WORLD_INC_000056
4 WI_WORLD_DARKRARTESIA 1400 120 1287 IDS_WORLD_INC_000069
5 WI_WORLD_CISLAND_NEW 2002 120 855 IDS_NEWWORLD_INC_000001
6 WI_WORLD_KEBARAS_NEW 1271 114 1326 IDS_NEWWORLD_INC_000002
7 WI_WORLD_RARTESIA_NEW 1400 120 1287 IDS_NEWWORLD_INC_000003
8 WI_WORLD_DARKRARTESIA_NEW 1400 120 1287 IDS_NEWWORLD_INC_000004
// II_ of ticket | ID
II_SYS_TICKET_KEBARAS01 1
II_SYS_TICKET_KEBARAS02 1
II_SYS_TICKET_KEBARAS001 1
II_SYS_TICKET_CISLAND01 2
II_SYS_TICKET_CISLAND02 2
II_SYS_TICKET_RARTESIA01 3
II_SYS_TICKET_RARTESIA02 3
II_SYS_TICKET_RARTESIA03 3
II_SYS_TICKET_RARTESIA04 3
II_SYS_TICKET_DARKRARTESIA 4
II_SYS_TICKET_DARKRARTESIA01 4
II_SYS_TICKET_DARKRARTESIA_01 4
II_SYS_TICKET_DARKRARTESIA_07 4
II_SYS_TICKET_DARKRARTESIA_15 4
II_SYS_TICKET_CISLAND_NEW 5
II_SYS_TICKET_KEBARAS_NEW 6
II_SYS_TICKET_RARTESIA_NEW 7
II_SYS_TICKET_DARKRARTESIA_NEW 8
 
Status
Not open for further replies.