#143 transporters table needs new transport_type flight

닫힘
image3 년 전을 오픈 · 1개의 코멘트
image 코멘트됨, 3 년 전

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 3 년 전가 Close
image 코멘트됨, 3 년 전
협업자

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
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.