need help with quests
craps i used to know how...anyways i ll get the info give me some days
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
tho i got mines, configured to quests on city and middleland if you want it reply back B)
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
:huh: oh well mines are like golems in city, in ml, 50 orc in city, in ml, zombies...demon,ettins, ww..............
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
Quest making: (i'm gonna do this number by number)
quest =
1) (Num) = quest number
2) (Side) = '1' for aresden and '2' for elvine
3) (Type)
'1' = kill number of monsters
'2' = kill number of monsters with time limit
'3' = kill someone on the other side (i think)
'4' = bring an item to a npc
'5' = ???
'6' = ???
'7' = This is for the soccer games
'8' = Construction (in crusade times)
'9' = get stuff got manu (i think...)
'10' = ???
'11' = ???
'12' = ???
4) (target) 'monster number' - for the monster hunting ones
5) (MaxC) 'MaxCount' - how many
6) (from) 'npc number' - what npc gives out the quest (set to 4 if you don't get it)
7) (MnL) 'minimum level'
(MnL) 'maximum level'
9) (RqSN) 'required skill' (set to -1 if no skill needed)
10) (RqSL) 'required skill %' (again, set to -1 if no skill needed)
11) (TL) 'time limit' in minutes (i think
)
12) (DoN) 'Assign Type' - something to do with crusades, leave it at -1
13) (r1 to r3) 'reward type' item number (90 for gold)
14) (a1 to a3) 'reward amount'
15) (Con) 'Contribution'
16) (ConL) 'Contribution Limit'
17) (ResMode) 'Response Mode' dont know what this does 0(ok) 1(Accept/Decline) 2(Next)
18) (Map) 'map that quest is supposed to be done on'
19) (X-Y) 'teleport location???' (put 0 0 if you don't know)
20) (Rng) 'range' (dono, just put 0)
21) (ID) 'quest ID' (dono, just put 417, i hope that works)
22) (ReqCon) 'Reqired Contribution'
well, thats it... i think i've covered it all, please correct me if you find anything wrong in this tutorial!
quest =
1) (Num) = quest number
2) (Side) = '1' for aresden and '2' for elvine
3) (Type)
'1' = kill number of monsters
'2' = kill number of monsters with time limit
'3' = kill someone on the other side (i think)
'4' = bring an item to a npc
'5' = ???
'6' = ???
'7' = This is for the soccer games
'8' = Construction (in crusade times)
'9' = get stuff got manu (i think...)
'10' = ???
'11' = ???
'12' = ???
Code: Select all
From quest.h:
#define DEF_QUESTTYPE_MONSTERHUNT 1
#define DEF_QUESTTYPE_MONSTERHUNT_TIMELIMIT 2
#define DEF_QUESTTYPE_ASSASSINATION 3
#define DEF_QUESTTYPE_DELIVERY 4
#define DEF_QUESTTYPE_ESCORT 5
#define DEF_QUESTTYPE_GUARD 6
#define DEF_QUESTTYPE_GOPLACE 7
#define DEF_QUESTTYPE_BUILDSTRUCTURE 8
#define DEF_QUESTTYPE_SUPPLYBUILDSTRUCTURE 9
#define DEF_QUESTTYPE_STRATEGICSTRIKE 10
#define DEF_QUESTTYPE_SENDTOBATTLE 11
#define DEF_QUESTTYPE_SETOCCUPYFLAG 12
5) (MaxC) 'MaxCount' - how many
6) (from) 'npc number' - what npc gives out the quest (set to 4 if you don't get it)
7) (MnL) 'minimum level'

9) (RqSN) 'required skill' (set to -1 if no skill needed)
10) (RqSL) 'required skill %' (again, set to -1 if no skill needed)
11) (TL) 'time limit' in minutes (i think

12) (DoN) 'Assign Type' - something to do with crusades, leave it at -1
13) (r1 to r3) 'reward type' item number (90 for gold)
14) (a1 to a3) 'reward amount'
15) (Con) 'Contribution'
16) (ConL) 'Contribution Limit'
17) (ResMode) 'Response Mode' dont know what this does 0(ok) 1(Accept/Decline) 2(Next)
18) (Map) 'map that quest is supposed to be done on'
19) (X-Y) 'teleport location???' (put 0 0 if you don't know)
20) (Rng) 'range' (dono, just put 0)
21) (ID) 'quest ID' (dono, just put 417, i hope that works)
22) (ReqCon) 'Reqired Contribution'
well, thats it... i think i've covered it all, please correct me if you find anything wrong in this tutorial!
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys 

if you have quest type =7, You put cords in which player must stand, to complete the questwannabee wrote:19) (X-Y) 'teleport location???' (put 0 0 if you don't know)
Range from the cords, in which player must stand.wannabee wrote: 20) (Rng) 'range' (dono, just put 0)
You put this to 3-4, so player doesent have to stand in EXACLY 237,142 cords, but the quest will be completed when he stands, for example, on 235,140.
BTW: Did you test for other quest types (2,3,4) if they work??
that sucks tho

QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
i know the kill monster with time limit works, but i have not yet been able to test out the other 2
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys 
