EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   EverQuest Tutorial (https://www.eqemulator.org/forums/showthread.php?t=24805)

jdam7459 04-04-2008 01:09 AM

EverQuest Tutorial
 
Does anyone know the name of the xxxxx_chr.txt file that corresponds with the TestEverQuest zone known as EverQuest Tutorial, shortname tutorial?

ChaosSlayer 04-04-2008 01:58 AM

i would take a WILD guess and say its tutorial_chr.txt :D

If this file is NOT in your eq folder, is it posible it simply does not exist.
not all zones have _chr files, simply cuase they never had any EXTRA models added to them beyond the default load.
So if you trying to load a model, simply make the file yourself

jdam7459 04-04-2008 09:37 AM

Thanks for the the Chaos, I'll give that a try. I'm sure quests work the same way right? Just make a tutorial folder in quests?

ChaosSlayer 04-04-2008 09:53 AM

aye, worked for me :cool:

jdam7459 04-04-2008 12:20 PM

tutorial_chr.txt (in game folder)
4
cst,cst_chr
skt,skt_chr
btn,btn
rtn,rtn

Jana_Dawn.pl (eqemu/quests/tutorial)

sub EVENT_SAY{
if($text =~ /hail/i){
quest::say("Hail, young traveler!");}
}

Non of this seems to be working, any ideas?

ChaosSlayer 04-04-2008 01:56 PM

they seem to be correct...

just make sure they are in "tutorial" folder, not "tutoriala" or "tutorialb"

I also have an npc in my "tutorial" zone and it works fine.

Code:


sub EVENT_SAY
{       

        if ($text=~/hail/i)
        {       
        quest::say("Zuk!");       
            quest::exp("100");
        }

}


your tutorial_chr.txt also looks right.
try checking those npcs race, gender and texture settings. for most models
try gender 2, and texture 0

jdam7459 04-04-2008 02:35 PM

It was the gender not being "2" as far as the global models go, they now work, but no luck on non-globals, and quests do not work either

ChaosSlayer 04-04-2008 02:47 PM

i am goingIto check my own tutorial zone right now to see if its working with current builds

jdam7459 04-04-2008 03:00 PM

Woot! Got the quests working but the non-globals are still being difficult, if you figures it out let me know! Thanks for all the help Chaos.

ChaosSlayer 04-04-2008 03:32 PM

well my tutorial zone runs fine.

i used

tutorial_chr.txt
1
rtn,rtn

and #race 415 turns me or npcs into new rat model =)

so it must be some small syntax error you have soemwhere, a misspelled letter in a file name or soemthing.

jdam7459 04-04-2008 07:47 PM

I figured it out, dumb mistake, it was named tutorial_chr.txt.txt haha thanks for helping me.

jdam7459 04-04-2008 08:14 PM

And one more question lol, the correct way to add spawns is to create them via the query browser, #npctypespawn xxxxx, and #npcspawn add with them targeted. Correct?

ChaosSlayer 04-04-2008 08:19 PM

umm... I never do that manualy =)
I use George Tools =)
He has tools for just about anything

http://66.159.225.58/eqemu/eq.html

jdam7459 04-04-2008 08:26 PM

Thanks for the link. I can get every npc spawn to stick but 3 and i am reapeating the same process for all of them =(. My mind is full of errors today lol.

jdam7459 04-04-2008 08:40 PM

Also, man I have more problems than I thought, When my friend tries to zone in to tutorial I get this error:

[CLIENT_ERROR] Kicking char from zone, not allowed here

ChaosSlayer 04-04-2008 09:05 PM

Quote:

Originally Posted by jdam7459 (Post 146008)
Thanks for the link. I can get every npc spawn to stick but 3 and i am reapeating the same process for all of them =(. My mind is full of errors today lol.

I suggest using Georges npc/loot, and spawn editors. You can easily make copies, locate npcs around with it.

Quote:

Originally Posted by jdam7459 (Post 146008)
[CLIENT_ERROR] Kicking char from zone, not allowed here

not sure what thsi error is. It is posible that zone is set to min lev req, or gm rank req, and you friend does not have sufficient level or gm rank.

Secrets 04-04-2008 10:56 PM

Quote:

Originally Posted by ChaosSlayer (Post 146012)
not sure what thsi error is. It is posible that zone is set to min lev req, or gm rank req, and you friend does not have sufficient level or gm rank.

That's correct, ProjectEQ comes with a default of 150 status requirement for zones that are not used.

You can run this statement in the MySQL console to allow your friend inside the zone:

Code:

update zone set min_status=0 where short_name like '%tutorial%'
And he will be able to enter.

Do that for any other zones that give you the error (minus planes zones, which in that case swap out min_status for min_level)

Hope that helps.

trevius 04-05-2008 05:36 AM

Check the zone table and see if there is a min level or min account status set for that zone.


All times are GMT -4. The time now is 10:53 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.