|
|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
| Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself. |
 |
|
 |

11-07-2010, 09:15 PM
|
|
Sarnak
|
|
Join Date: Sep 2010
Posts: 77
|
|
couple more questions.
I've been messing around on a GM account, just looking at different zones, ext, no real development. The only thing I actually did was create an NPC and made all the npc models global.
When messing around in PoTime, I'm able to zone into potimea, but when I go into the tunnels were earth, fire, etc trials are and click on the little platform it doesn't do anything but more up a just a bit and stays there. I didnt' play much PoP on live so i'm confused as to what that is suppose to do.
Also when in potimeb I'm get there by #zone potimeb and am taken to the gaveyard area type place, and I can only click on one of the stones to take me back to potimea. How do I explore further into Time B.
Next is w/SolRo Tower. I just wanted to explore around there, again on a GM account and went to click on the diamond type thing that normally ports you to sol ro's room but no matter were i clicked it at, it just said i must be closer.
Can someone tell me what I'm doing wrong here? thanks
|
 |
|
 |
 |
|
 |

11-07-2010, 10:29 PM
|
|
Dragon
|
|
Join Date: Dec 2008
Location: Tennessee
Posts: 670
|
|
PoP progression is all about flags and you are probably missing flags for the various zones and objects. It doesn't matter if you are GM flagged or not, if the qglobals are not set right then it doesn't work.
If you just want to explore you could always jump around with the #goto command or just set the flags in the database. The later is much easier.
You can use these if you want to....just change the charid to match that of your charcter then source it into your database. Might have to change the id numbers to something else that isn't used if that comes up. Note: The information below is from an older database so it may not work. Just a warning.
Code:
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (51, 2, 0, 0, 'pop_bot_agnarr', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (59, 2, 0, 0, 'pop_poj_mavuin', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (60, 2, 0, 0, 'pop_poj_tribunal', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (61, 2, 0, 0, 'pop_poj_execution', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (62, 2, 0, 0, 'pop_poj_valor_storms', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (67, 2, 0, 0, 'pop_poi_dragon', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (70, 2, 0, 0, 'pop_poi_behometh_preflag', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (71, 2, 0, 0, 'pop_poi_behometh_flag', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (73, 2, 0, 0, 'pop_pod_alder_fuirstel', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (75, 2, 0, 0, 'pop_pod_grimmus_planar_projection', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (77, 2, 0, 0, 'pov_key_quest', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (79, 2, 0, 0, 'pop_pov_aerin_dar', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (80, 2, 0, 0, 'pop_pon_hedge_jezith', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (81, 2, 0, 0, 'pop_pon_construct', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (85, 2, 0, 0, 'pop_pod_elder_fuirstel', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (89, 2, 0, 0, 'pop_ponb_terris', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (93, 2, 0, 0, 'pop_pos_askr_the_lost', '3', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (96, 2, 0, 0, 'pop_pos_askr_the_lost_final', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (99, 2, 0, 0, 'pop_cod_preflag', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (103, 2, 0, 0, 'pop_cod_final', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (106, 2, 0, 0, 'pop_pot_shadyglade', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (110, 2, 0, 0, 'pop_ponb_poxbourne', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (116, 2, 0, 0, 'pop_pot_newleaf', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (119, 2, 0, 0, 'pop_pot_saryrn_final', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (120, 2, 0, 0, 'pop_pot_saryrn', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (122, 2, 0, 0, 'pop_hoh_trell', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (130, 2, 0, 0, 'pop_cod_bertox', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (133, 2, 0, 0, 'pop_hoh_faye', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (135, 2, 0, 0, 'pop_hohb_marr', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (140, 2, 0, 0, 'pop_tactics_tallon', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (143, 2, 0, 0, 'pop_tactics_ralloz', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (158, 2, 0, 0, 'pop_hoh_garn', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (159, 2, 0, 0, 'pop_tactics_vallon', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (160, 2, 0, 0, 'pop_aa_stormvalor', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (162, 2, 0, 0, 'pop_aa_codecay', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (164, 2, 0, 0, 'pop_aa_tactics', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (166, 2, 0, 0, 'pop_aa_hohonor', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (168, 2, 0, 0, 'pop_aa_bothunder', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (170, 2, 0, 0, 'pop_aa_potorment', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (172, 2, 0, 0, 'pop_aa_solrotower', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (192, 2, 0, 0, 'pop_bot_karana', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (194, 2, 0, 0, 'pop_sol_ro_xuzl', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (196, 2, 0, 0, 'pop_sol_ro_arlyxir', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (198, 2, 0, 0, 'pop_sol_ro_rizlona', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (199, 2, 0, 0, 'pop_sol_ro_dresolik', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (200, 2, 0, 0, 'pop_sol_ro_jiva', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (208, 2, 0, 0, 'pop_sol_ro_solusk', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (204, 2, 0, 0, 'pop_elemental_grand_librarian', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (211, 2, 0, 0, 'pop_fire_fennin_projection', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (221, 2, 0, 0, 'eartha_arbitor_projection', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (225, 2, 0, 0, 'pop_wind_xegony_projection', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (226, 2, 0, 0, 'pop_water_coirnav_projection', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (227, 2, 0, 0, 'pop_eartha_arbitor_projection', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (228, 2, 0, 0, 'pop_earthb_rathe', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (229, 2, 0, 0, 'pop_time_maelin', '1', NULL);
INSERT INTO `quest_globals` (`id`, `charid`, `npcid`, `zoneid`, `name`, `value`, `expdate`) VALUES (230, 2, 0, 0, 'agnarrkey', '1', NULL);
|
 |
|
 |

11-07-2010, 11:32 PM
|
|
Sarnak
|
|
Join Date: Sep 2010
Posts: 77
|
|
ok, so my current quest_globals table has basically nothing in it except this.
id char npcid zoneid name value expdate
1 0 0 0 shifter 1 null
I'm not sure what this is as i do not have a character on any account named 'shifter' so can i detete this out?
and basically what your saying is copy your above code into a .sql file and update it in to the table but change 'charid' to the actualy name of my character?
|

11-08-2010, 12:35 AM
|
|
Dragon
|
|
Join Date: Dec 2008
Location: Tennessee
Posts: 670
|
|
The charid is a number, you can get it from the id field of your character_ table. Yes copy it into an sql file and source it in.
I think the 'shifter' record in qglobals is LDoN or it is something related to a startup task.
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 05:25 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |