PDA

View Full Version : Quest Guide


GurkhaPanzers
08-10-2013, 08:27 AM
I imagine this question has been asked before. Is there a guide listing the various commands available in a quest? For example how to change a race. I know there is a gm function. How does one call gm functions inside a quest.

NatedogEZ
08-10-2013, 09:26 AM
Heres the perl one.. don't have a link saved for the lua one yet.

http://www.eqemulator.net/wiki/wikka.php?wakka=QuestCheatSheet

GurkhaPanzers
08-10-2013, 09:28 AM
Thank you sir.

wolfwalkereci
08-10-2013, 04:08 PM
Check over both of these pages on the wiki too,
http://www.eqemulator.net/wiki/wikka.php?wakka=QuestTutorial
http://www.eqemulator.net/wiki/wikka.php?wakka=QuestObjects

sorvani
08-11-2013, 03:16 AM
For Lua, got to the source on the github webpage. Click the button one the right for the wiki.

Drajor
08-11-2013, 03:44 AM
For Lua, got to the source on the github webpage. Click the button one the right for the wiki.

Exactly. There is little assurance that anything else is up to date, going straight to the source where each exposed/exported function is listed is your best bet IMO.

sorvani
08-11-2013, 06:21 PM
Exactly. There is little assurance that anything else is up to date, going straight to the source where each exposed/exported function is listed is your best bet IMO.

That is completely not what I said.
Go here: https://github.com/EQEmu/Server
Click wiki.
You will see the link "Quest Development"
Click on it.
You will see the link "Lua"
Click on it.

tl;dr click here: https://github.com/EQEmu/Server/wiki/Lua-Parser

wolfwalkereci
08-11-2013, 07:40 PM
Exactly. There is little assurance that anything else is up to date, going straight to the source where each exposed/exported function is listed is your best bet IMO.

I generally try to keep the links I provided up to date. Every few months I check source and see if anything is not listed on the wiki.
Some of the functions I either do not use or do not understand as I have not found a need for them so the info regarding them is lacking.

If anyone knows something about one of the functions/events with limited info on the wiki and PM's me that info I'll add it since it seems new account creation is buggered.

Drajor
08-12-2013, 12:44 AM
That is completely not what I said.
Go here: https://github.com/EQEmu/Server
Click wiki.
You will see the link "Quest Development"
Click on it.
You will see the link "Lua"
Click on it.

tl;dr click here: https://github.com/EQEmu/Server/wiki/Lua-Parser

I see! I made the incorrect assumption that the EQEmu source control would link to the EQEmu wiki. There appears to be the beginnings of a second wiki now though heh.

sorvani
08-12-2013, 10:33 PM
since it seems new account creation is buggered.
existing accounts can not log in either. at least I cannot.

wolfwalkereci
08-12-2013, 10:44 PM
existing accounts can not log in either. at least I cannot.

Yeah I guess should rephrase that to be the page that handles logins is f***ed. Luckily I have never deleted my cookie for the wiki otherwise I wouldnt be able to do anything.

The question we need to be asking about the wiki is who has access to the code. Can the current admins (kls,cavedude etc) access it?

sorvani
08-13-2013, 07:45 PM
As KLS is the one that started the Lua wiki on github I would go with no one except Rogean can do anything about it.