• 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 Poi

Status
Not open for further replies.

Nirelz

Epic Member
Code:
INSERT INTO `quest_poi` VALUES (28007, 1, 0, 0, 8, 0, 0, 1, 0);
INSERT INTO `quest_poi` VALUES (28007, 2, -1, 0, 8, 0, 0, 1, 0);

INSERT INTO `quest_poi_points` VALUES (28007, 1, 0, -10385, -2690, 0);
INSERT INTO `quest_poi_points` VALUES (28007, 1, 1, -10379, -2712, 0);
INSERT INTO `quest_poi_points` VALUES (28007, 1, 2, -10401, -2706, 0);
INSERT INTO `quest_poi_points` VALUES (28007, 2, 0, -10461, -3320, 0);

Where am i doing it wrong? i srsly cant find any issue with it but its not showing ingame...

if anyone got any ideas, please :)
 

Jbob

Exalted Member
Code:
INSERT INTO `quest_poi` VALUES (28007, 1, 0, 0, 8, 0, 0, 1, 0);
INSERT INTO `quest_poi` VALUES (28007, 2, -1, 0, 8, 0, 0, 1, 0);

INSERT INTO `quest_poi_points` VALUES (28007, 1, 0, -10385, -2690, 0);
INSERT INTO `quest_poi_points` VALUES (28007, 1, 1, -10379, -2712, 0);
INSERT INTO `quest_poi_points` VALUES (28007, 1, 2, -10401, -2706, 0);
INSERT INTO `quest_poi_points` VALUES (28007, 2, 0, -10461, -3320, 0);

Where am i doing it wrong? i srsly cant find any issue with it but its not showing ingame...

if anyone got any ideas, please :)


What kind of quest is it? Kill, talk, explore...etc
 

Nirelz

Epic Member
What kind of quest is it? Kill, talk, explore...etc

Dosnt matter?

Its a pin point on the map to show where to go on the quest.

edit:
Just realized that the "quest complete" Poi worked but not the first one to show where to go before the quest is completed.

maybe the type of quest does matter then? its a explore quest with a trigger to complete it.
Dosnt say anything on the poi wiki that it matters tho
 
Last edited:

Jbob

Exalted Member
Dosnt matter?

Its a pin point on the map to show where to go on the quest.

edit:
Just realized that the "quest complete" Poi worked but not the first one to show where to go before the quest is completed.

maybe the type of quest does matter then? its a explore quest with a trigger to complete it.
Dosnt say anything on the poi wiki that it matters tho

From what I've read the type of quest does matter which is why I was asking. The poi is based off the type. Different types have different values throughout the fields.
 

Nirelz

Epic Member
From what I've read the type of quest does matter which is why I was asking. The poi is based off the type. Different types have different values throughout the fields.

where did you find this information? so i can read up on it aswell :)
 
Status
Not open for further replies.
Top