EOSERV Forum > Lounge > I just proved my self wrong!
Topic is locked.
Page: << 1 2 >>
I just proved my self wrong!
Author Message
Post #73413 I just proved my self wrong!

It's not vult-r running endless-online.

Heres a screenie to prove it..

http://tinypic.com/r/287k8sy/7

Vult-r has never used the quest engine before EVER!

14 years, 10 weeks ago
Post #73414 Re: I just proved my self wrong!

Are you kidding me? It's always been like that...

---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
14 years, 10 weeks ago
Post #73415 Re: I just proved my self wrong!

No it hasnt.

14 years, 10 weeks ago
Post #73416 Re: I just proved my self wrong!

EoMain always had the quest engine behind wiseman. That's why when you choose karma or a class and exit before choosing it, it will re-enter from where you left off....

---
Eat shit, bro.

I support Ephixa [http://ephixa.com/]. Fuck Skrillex, Sonny Moore is no more.
14 years, 10 weeks ago
Post #73417 Re: I just proved my self wrong!

Your retarded. The wiseman has used the quest engine since the damn guy was added.

Get your facts right before posting bullshit and making an ass of yourself.

14 years, 10 weeks ago
Post #73425 Re: I just proved my self wrong!

Are you retarded? It never said "Make me" you guys are just stupid. Hollister is right to it has changed, Vult-R never used that script of wiseman...

14 years, 10 weeks ago
Post #73426 Re: I just proved my self wrong!

Thank you!

14 years, 10 weeks ago
Post #73428 Re: I just proved my self wrong!

Ill show what the original class/karma menu looked like later on.

14 years, 10 weeks ago
Post #73431 Re: I just proved my self wrong!

As far as I can remember, it was changed to say that sometime before EO shut down for that short while. It wasn't originally like that, no, but it was changed to that later on.

---
May he now rest under aegis of mirage -
As the sands slowly turn to Elysian fields
14 years, 10 weeks ago
Post #73432 Re: I just proved my self wrong!

Are you ready for this... the real quest file from EO main for the Karma Quest:

// QUest Engine 0.01 example script by VUlt-r
// script shows how to initialize and begin the quest

Main
{
 questname  "Karma Quest"
 version  1
}

state Begin
{
   // begin states only contains npctext or input, so the quest can only
   // be triggered by talking to a NPC

 desc  "Talk to Wise Man"
 action  AddNpcChat( 4 , "Hellow stranger" );
 action  AddNpcText( 4 , "Hellow stranger, what can i do for you" );
 action  AddNpcInput( 4 , 1 , "Karma menu");
 action  AddNpcInput( 4 , 2 , "Class menu");

 rule   InputNpc( 1 ) goto Karma
 rule   InputNpc( 2 ) goto Class
}

state Karma
{
 desc  "Talk to Wise Man"
 action  ShowHint("Karma menu opened");

 action  AddNpcText( 4 , "What shall i do to your karma?" );
 action  AddNpcInput( 4 , 1 , "Take 10 Karma");
 action  AddNpcInput( 4 , 2 , "Take 100 Karma");
 action  AddNpcInput( 4 , 3 , "Give 10 Karma");
 action  AddNpcInput( 4 , 4 , "Give 100 Karma");

 rule   InputNpc( 1 ) goto Take10
 rule   InputNpc( 2 ) goto Take100
 rule   InputNpc( 3 ) goto Give10
 rule   InputNpc( 4 ) goto Give100
}

state Class
{
 desc  "Talk to Wise Man"
 action  ShowHint("Class menu opened");

 action  AddNpcText( 4 , "This is a temporary menu to set your class thru the quest-engine, will be better later on." );
 action  AddNpcInput( 4 , 1 , "Make me Priest");
 action  AddNpcInput( 4 , 2 , "Make me Magician");
 action  AddNpcInput( 4 , 3 , "Make me Rogue");
 action  AddNpcInput( 4 , 4 , "Make me Archer");
 action  AddNpcInput( 4 , 5 , "Make me Warrior");

 rule   InputNpc( 1 ) goto Priest
 rule   InputNpc( 2 ) goto Magician
 rule   InputNpc( 3 ) goto Rogue
 rule   InputNpc( 4 ) goto Archer
 rule   InputNpc( 5 ) goto Warrior
}

state Priest
{
 action  SetClass(2)
 Reset()
}

state Magician
{
 action  SetClass(3)
 Reset()
}

state Rogue
{
 action  SetClass(4)
 Reset()
}

state Archer
{
 action  SetClass(5)
 Reset()
}

state Warrior
{
 action  SetClass(6)
 Reset()
}

state Take10
{
 action  RemoveKarma(10);
 action  Reset();
}

state Take100
{
 action  RemoveKarma(100);
 action  Reset();
}

state Give10
{
 action  GiveKarma(10);
 action  Reset();
}

state Give100
{
 action  GiveKarma(100);
 action  Reset();
}

This is the original, not the one modified to work with EOSERV. (notice some cases of Reset() do not even require "action". This is Vult-r's own work, he even placed it at the top of the file header.

14 years, 10 weeks ago
Post #73434 Re: I just proved my self wrong!

The menu has always looked like that. Apollo has it's script. It's been posted somewhere on the forums I think.

14 years, 10 weeks ago
Post #73435 Re: I just proved my self wrong!

Hmm, I always remember it not having a "Make me" but whatever I guess your right...

Edit: Syran you may be right, I played EO for 2 years and moved on to here, I went on now and then, but you might be right it could of changed to "Make Me"

14 years, 10 weeks ago
Post #73436 Re: I just proved my self wrong!

I have 11 of the 13 original EO main quests from Vult-r. Trust me, no one has been able to dupe these quests perfectly. I have re-written Skywonder Rescue, Ancient Wraith, and the new 7 tutorial quests to perfectly match EO main. If there is anywhere something seems fishy about quests, I will know before some random guess work based on poor memory.

14 years, 10 weeks ago
Post #73437 Re: I just proved my self wrong!

It never said, this is a tempary windows - cant spell sorry

14 years, 10 weeks ago
Post #73438 Re: I just proved my self wrong!
Hollisterâ„¢ posted: (12th Apr 2011 06:09 pm)

It never said, this is a tempary windows - cant spell sorry


Kid would you please just accept the facts already? ;D
---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
14 years, 10 weeks ago
Page: << 1 2 >>
Topic is locked.
EOSERV Forum > Lounge > I just proved my self wrong!