#143 transporters table needs new transport_type flight

Fermé
Créé il y a 3 ans par image · 1 commentaires
image a commenté il y a 3 ans

Needs to work to implement EQ2Emu_lua_StartAutoMount with the mapping display system

Needs to work to implement EQ2Emu_lua_StartAutoMount with the mapping display system
image a référencé ce problème à partir d'un commit il y a 3 ans
image a commenté il y a 3 ans
Collaborateur

reference behavior:

https://cdn.discordapp.com/attachments/603677936582918189/726063990504947783/map_flightpath_prototype.mp4

this was my prototype code..:

DB:

insert into transport_maps set transport_id=33002,map_name='world';

insert into transporters set transport_id=33002,display_name='Oracle Station', map_x=670, map_y=459,transport_type='Flight',mount_id=225,flight_path_id=85, destination_zone_id=12;

in SpawnScripts/antonica/AGriffonTamer.lua add SendTransporters line..

function hailed(NPC, Spawn)
	FaceTarget(NPC, Spawn)
	conversation = CreateConversation()
        
       SendTransporters(NPC, Spawn, 33002)

Used Qeynos Station to go to Oracle Station via map

reference behavior: https://cdn.discordapp.com/attachments/603677936582918189/726063990504947783/map_flightpath_prototype.mp4 this was my prototype code..: DB: ``` insert into transport_maps set transport_id=33002,map_name='world'; insert into transporters set transport_id=33002,display_name='Oracle Station', map_x=670, map_y=459,transport_type='Flight',mount_id=225,flight_path_id=85, destination_zone_id=12; ``` in SpawnScripts/antonica/AGriffonTamer.lua add SendTransporters line.. ``` function hailed(NPC, Spawn) FaceTarget(NPC, Spawn) conversation = CreateConversation() SendTransporters(NPC, Spawn, 33002) ``` Used Qeynos Station to go to Oracle Station via map
Connectez-vous pour rejoindre cette conversation.
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.