About

EO stands for "Endless Online"

EOSource is home to all EO related things such as EO Private Servers & EO Clients and more.

Current Projects

EOSource Server
EOSource Client

Links

Elevations Productions
Endless Online

Made by Clive

MP3 Converter
Isocraft

Donate to EOSource

Please donate to pay for website hosting and the continued development of EOSource.

EOSource 3.0 release!

Posted by hollow - 15/04/12 11:01AM - 1/52/53/54/55/5

EOSource 3.0 updates:

  • Added a configurable pet spells timer in pets.ini.
  • Added login message player effects.
  • Added warpings.ini (Allows advanced warping)

Added quest rules:

  • rule ClassNotEqual(ClassID) goto NextState
    Checks if your class is not equal to the checked class
  • rule GotGuildTag("GuildTag") goto NextState
    Checks if you have a certain guild tag before going to the next state.
  • Fixed buffitems.
  • Fixed some grammar errors in the pet system.
  • Fixed a bug in the equipment effect system.
  • Fixed $copycat command.

3 Comments


EOSource 2.9 release!

Posted by hollow - 10/03/12 08:00AM - 1/52/53/54/55/5

EOSource 2.9 has been released. A couple of pet protections have been added and a few things have been fixed. e.g the timer for the buffitems which didn't actually work like it should, The buffspells were fine though. Besides that, some rules for the EO+ quest system have been added and a new action.

EOSource 2.9 changes:

  • Fixed pet info box.
  • Fixed server restarting issue.
  • Fixed pet spawn issue.
  • Fixed buffitems timer.
  • Fixed pet commands.
  • Fixed the equipment effects.
  • Fixed pet heal.
  • Added regenerating items in regenerating.ini.
  • Added a protection that despawns your pet when a player is sitting.
  • Added pet trading protection so that your pet despawns when you don't have it anymore.
  • Added a protection that tells the pet owner whenever his/her pet is nearly out of pet food.
  • Added that revival potions still work when PetDeath is disabled.
  • Added support for armor effects with the equipment effects system.

EO+ Quest system:

  • Added action AddNpcPM("name", "message");
  • Added rule CheckLevel(levelhere) goto next state.
  • Added rule CheckReborn(rebornhere) goto next state.
  • Added rule CheckPetsLevel(levelhere) goto next state.
  • Added rule CheckMiningLevel(levelhere) goto next state.
  • Added rule CheckFishingLevel(levelhere) goto next state
  • Added rule CheckCookingLevel(levelhere) goto next state.
  • Added rule CheckHarvestingLevel(levelhere) goto next state.
  • Added rule CheckWoodcuttingLevel(levelhere) goto next state.
  • Added rule CheckHome("HomeStringHere") goto next state.
  • Added rule CheckClass(classhere) goto next state.
  • Added rule CheckGender(0/1) goto next state.
  • Added rule CheckSkin(0/6) goto next state.

The wiki guides will be updated soon, which will display the new actions and rules. So will the guide for the commands. This may be updated within 2 hours.

~ Hollow.


2 Comments


EOSource 2.8 release!

Posted by hollow - 03/03/12 09:37AM - 1/52/53/54/55/5

EOSource 2.8 has been released! Quests have been fixed in this version and another important bug has been fixed which is that npcs could walk through players and other npcs. Which is not possible anymore. I've also added a little extra feature so you can get harvesting exp / levels by harvesting items. I have as well improved it so you can choose an harvesting amount and a harvesting chance. The harvesting levels/exp has no further use but I have added it anyways so there are more command script possibilities and requirements. I hope you enjoy this version :P

In the database add the columns:

  • ALTER TABLE characters ADD COLUMN hlevel DEFAULT 0;
  • ALTER TABLE characters ADD COLUMN hexp DEFAULT 0;

EOSource 2.8 updates:

  • Improved Cooking system in cooking.ini.
  • Improved Equipment effects in effects.ini.
  • Improved "Help" On the EOSource GUI Application.
  • Improved Harvesting system.
  • Fixed AllowPetDeath.
  • Fixed AllowPetFood.
  • Fixed Quests.
  • Fixed Npc's walking through players
  • Fixed $snpc command.
  • Added timed buffitems in buffitems.ini.
  • Added an advanced help panel on The EOSource-GUI.exe. (Unfinished)
  • Added Harvesting levels and EXP.
  • Added Harvestable item amounts.
  • Added #harvesting command.

Command scripting checks:

  • check HarvestingLevel()
  • check PetsLevel()
  • check MiningLevel()
  • check FishingLevel()
  • check WoodcuttingLevel()
  • check CookingLevel()

Command scripting Calling:

  • SetHarvestingEXP.
  • SetPetsEXP.
  • SetMiningEXP.
  • SetFishingEXP.
  • SetWoodcuttingEXP.
  • SetCookingEXP.
  • SetHarvestingLevel.
  • SetPetsLevel.
  • SetMiningLevel.
  • SetFishingLevel.
  • SetWoodcuttingLevel.
  • SetCookingLevel.
  • GiveHarvestingEXP.
  • GivePetsEXP.
  • GiveMiningEXP.
  • GiveFishingEXP.
  • GiveWoodcuttingEXP.
  • GiveCookingEXP.
  • GiveHarvestingLevel.
  • GivePetsLevel.
  • GiveMiningLevel.
  • GiveFishingLevel.
  • GiveWoodcuttingLevel.
  • GiveCookingLevel.

note*

All pets that you want to have an info box require npc index type 30
This can be changed in the pub files just like the other quests.

~ Hollow.


0 Comments


EOSource 2.7 release!

Posted by hollow - 01/03/12 11:56AM - 1/52/53/54/55/5

EOSource 2.7 has been released! Once again you'll need to add a new database column called ''buffer'' because the new version includes a feature that allows buffing via spells which you can setup in buffspells.ini. There have also been 2 fixes and a few other updates. I hope you enjoy! Be sure to update to 2.7 :)

Add in your database:

  • ALTER TABLE characters ADD COLUMN buffer DEFAULT 0;

EOSource 2.7 updates:

  • Fixed AllowPetFood option.
  • Fixed giftboxes.
  • Improved pet spells.
  • Added AllowPetsDeath option.
  • Added pet eggs drop protection.
  • Added pet eggs junk protection.
  • Added equipment effects in effects.ini
  • Added timed buffspells in buffspells.ini

~ Hollow


2 Comments


Older news.
1 2 3 4 5 6 7 8 9 10 >