• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Quest which teleports you to another location

Status
Not open for further replies.

Noven

Exalted Member
So I was basically wondering of someone knew how I could make a quest, which teleports you to emerald dream when completing it.

Any help would be appreciated! :)
 

Rochet2

Moderator / Eluna Dev
You actually need a creature script for that.

Code:
INSERT INTO smart_scripts (entryorguid, source_type, id, link, event_type, event_phase_mask, event_chance, event_flags, event_param1, event_param2, event_param3, event_param4, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_x, target_y, target_z, target_o, comment) VALUES 
(NPCENTRY, 0, 0, 0, 20, 0, 100, 0, QUESTENTRY, 0, 0, 0, 62, MAP, 0, 0, 0, 0, 0, 7, 0, 0, 0, X, Y, Z, O, "Teleport On Quest End");

Dont forget to set the ainame to SmartAI
Cant test atm.
 

Noven

Exalted Member
It worked, though it didn't teleport port me to the location I added, go teleported somewhere in the hill at Dream Forest, while the coords I used, was specificaly ment to be Verdant Fields, somewhat wierd :s
 

Noven

Exalted Member
map ID 169 xyzo; 3444.58, -3164.69, 126.878, 3.08455

Never mind, actually forgot a - infront of the x coordinate
 
Status
Not open for further replies.
Top