Cart Quest revisited

Welcome in the osRose emulator Project.

Moderators: osRose dev team, ospRose dev team, osiRose dev team, Moderators

Re: Cart Quest revisited

Postby Drakia on Fri Jul 11, 2008 7:43 pm

Nope, that's not quite how it works. You have to remember, I do this by looking at the QSD, and how it should work.
What happens, is you get quest 805 from Mildun. If you kill mob 272 after that, the client runs it's little quest code.
It checks the conditions for 805-31, which are have quest 805, check percent (0 - 3), check itemcount 13098 < 1.
If these are met, it selects the quest, removes the item, updates a quest var [0] = 1
Now, since the first conditions aren't met, and this is a drop-through quest, the next kill will drop to the next trigger.
It checks quest 805, quest var [0] == 1, queat var [1] < 15
If these are met, it selects the quest, adds to to quest var [1]
Sooner or later this will be false (When quest var [1] = 15) and it drops to the next block
It checks quest 805, checks percent (0 - 7), check itemcount 13099 < 1, check quest var [1] >= 15

And it keeps going like that until the end. You can use the QSD editor (Rose Online Workshop) to look at QN-272.qsd.
Check percent is pretty much doing
check = random(0, 100);
if (check >= lowBound && check <= highBound) return true;
else return false;
But that's all done client-side.
My favorite skill is scaring new users away.
If you haven't SEARCHED expect me to yell at you.
Image
Drakia
ospRose dev team
ospRose dev team
 
Posts: 1614
Joined: Tue Sep 18, 2007 6:53 am
Location: Nanaimo, BC, Canada

Re: Cart Quest revisited

Postby PurpleYouko on Fri Jul 11, 2008 8:03 pm

OK this is just plain weird.
I restarted the quest and it worked exactly as you described.

8 mobs with no trigger
9th took the item
15 with trigger
7 with no trigger
next one took the item
15 with trigger
next one took the item

Didn't get any at all with no trigger between second and third item
Went back to mildun and he gave me the skill.

Worked perfectly :D

[edit] Started a new char to test first quests. They all seem to be Ok too.
Need to lookup information on NARose items, skills, quests?
Now featuring a newly completed skill tree for all classes
Formatting fixed for different resolutions
Image

"A Gazelle is nothing but a giraffe plotted logarithmicaly"
User avatar
PurpleYouko
Rose Guru
Rose Guru
 
Posts: 4733
Joined: Fri Aug 10, 2007 2:05 pm

Previous

Return to Support - OspRose Emulator

Who is online

Users browsing this forum: No registered users and 7 guests