EOSERV Forum > EO Server Building > Cloud's Quests Release
Page: << 1 >>
Cloud's Quests Release
Author Message
Post #198468 Cloud's Quests Release

Fishing Quest (Sells Baits in large amount + milestone option)   ---> http://pastebin.com/NnJTeBzP

Class Instructor (Includes gears info + spells info + class stats info) ---> http://pastebin.com/LcxnJWtN

Azuorph Quest (You can edit and add several other npcs in this, amount of kills 100,1000 etc i dont rem) --> http://pastebin.com/px3WXQ6J

Quiz Master (You can add more questions + it deducts golds for wrong answers) --> http://pastebin.com/gidCSnd5

Teleporter (Includes warping system) ---> http://pastebin.com/y97kfytz

Mining Quest (Helps players to craft bars in large amount) -> http://pastebin.com/11byk3cL

Training Expert (Includes 20+ types on npcs training and rewards.) -> http://pastebin.com/6QuL1EXN

Event Ticker (Gives rewards at certain levels 10,20,30,40,etc) -> http://pastebin.com/7Jn8Dwg9

PK Quest (Make armors lore and use this quest for pk) -> http://pastebin.com/RQSSfFgy

General Title System -> http://pastebin.com/MfE86rHz    screenshot - http://puu.sh/kNr5d/9a0bbc5242.png

This title system is unique and will be very useful for sure

Pk title system  - http://pastebin.com/ZXL11Ksc     (copy and paste to address bar)

arena title system - http://pastebin.com/hKfCMdMP

crystals enchantment title system -> http://pastebin.com/UaBmhf8w

you will have to make a quest self which gives stats on using crystals {useditems ()}

similarly you can make title system for arena, stats etc


Have fun buds <3

---
Extending one hand for helping is important than holding two hands for prayer.
~ Cloud ~
8 years, 24 weeks ago
Post #198476 Re: Cloud's Quests Release

Nice release.

---
"Nurd, you're like a fucking swiss army knife" - Necrosis
8 years, 24 weeks ago
Post #198595 Re: Cloud's Quests Release

btw one question, what quest belongs to npc name, like 0002 or something, or not like that?

8 years, 24 weeks ago
Post #198599 Re: Cloud's Quests Release
wazzyl posted: (22nd Oct 2015, 06:34 am)

btw one question, what quest belongs to npc name, like 0002 or something, or not like that?

What exactly are you asking? Like the ID number for npc's that corresponds with the quests? 
---
http://www.ctronic.ga
http://www.tsu.co/Deltro
https://www.reverbnation.com/deltro9
8 years, 24 weeks ago
Post #198605 Re: Cloud's Quests Release

It is optimal to set that to the NPC quest id referenced in the begin state's addnpctext action.

8 years, 24 weeks ago
Post #198606 Re: Cloud's Quests Release

as Kodyt is saying that is right question, yes :)

8 years, 24 weeks ago
Post #198613 Re: Cloud's Quests Release
wazzyl posted: (22nd Oct 2015, 04:12 pm)

as Kodyt is saying that is right question, yes :)


It's easy. In your quest (00001) The first NPC will be 1.
Eg. AddNpcText(1, "Hi there!");

A second NPC will be NPC 2.
Eg. AddNpcText(2, "Hi!");

Your quest can have as many NPCs as you like but will remain Quest 00001.

Now in the EditPub you'll have to add quests to the NPCs. So say you wanted Hactor to be NPC 1 and Pjedro to be NPC 2. You'll have to set them both to quest NPCs, and make Hactor's quest ID 1, and Pjedro's 2. Now your NPC's will say whatever.

When you make/add a new quest, it has to be quest number 00003, because you have 2 quest IDs in your first quest. Likewise if your first quest had 5 NPCs in it, your second quest will have to start as 00006.

---
"Nurd, you're like a fucking swiss army knife" - Necrosis
8 years, 24 weeks ago
Post #198614 Re: Cloud's Quests Release

Your quest file can be 0001 or 0002 or 0003 

But the npc doesn't have to be the same number as the quest soo.. Say 0001 is class instructor the npc is 17 (if left untouched)..

So where the red is pointing the npc id that is being used for the quest.




 Correct me if I'm wrong @Nurd. 


Nurd you should make a quest related wiki page if it doesn't exist yet, you're pretty good at explaining shit.

---
http://www.ctronic.ga
http://www.tsu.co/Deltro
https://www.reverbnation.com/deltro9
8 years, 24 weeks ago
Post #198615 Re: Cloud's Quests Release

I'm a better teacher.

I also don't know enough about Quest Writing to make a Wiki about it. I still have a decent amount to learn.

Your guide seems to be good, I don't see anything wrong with it.

---
"Nurd, you're like a fucking swiss army knife" - Necrosis
8 years, 24 weeks ago
Post #198617 Re: Cloud's Quests Release

Should probably mention that you can use an NPC even if it's part of a different quest, the quest boxes just have a option to switch between the quests

8 years, 24 weeks ago
Page: << 1 >>

EOSERV Forum > EO Server Building > Cloud's Quests Release