Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

1.188 - Evangelion 1.0.0.7

Junior Spellweaver
Joined
Dec 26, 2008
Messages
185
Reaction score
59
Just found the 1.0.0.7 version of evangelion.

This version supports dynamic eu mastery and constantinople fortress war pulleys.

Common.cfg
PHP:
[common]
levelCap=130
petLevelCap=130
masteryCap=390
enableDynamicEuroMastery=1

[user]
exchangeGoldLimit=5000000000
stallGoldLimit=5000000000

[arenaRewards]
rewardItemCode=ITEM_ETC_ARENA_COIN
rewardItemParam1=0
rewardItemParam2=0
rewardItemParam3=1
rewardItemParam4=0
rewardItemParam5=0
rewardItemParam6=0
rewardItemParam7=0
rewardItemParam8=1
guildJobArenaWin=7
guildJobArenaLoose=2
randomPartyWin=7
randomPartyLoose=2

[ctfRewards]
rewardItemCode=ITEM_ETC_E080723_ICETROPHY
rewardItemParam1=0
rewardItemParam2=0
rewardItemParam3=1
rewardItemParam4=0
rewardItemParam5=0
rewardItemParam6=0
rewardItemParam7=0
rewardItemParam8=1
rewardCount=-1

[job]
jobMgrClampLimit=2134217728

[codecaves]
enableConstantinopleFortPulleys = 1

Sql for the unique kills:
PHP:
USE [SRO_VT_ACCOUNT]
GO

/****** Object:  Table [dbo].[Evangelion_uniques]    Script Date: 09/13/2012 23:17:30 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[Evangelion_uniques](
	[ID] [int] IDENTITY(1,1) NOT NULL,
	[CharName] [varchar](20) NOT NULL,
	[MobName] [varchar](50) NOT NULL,
	[time] [varchar](100) NOT NULL,
 CONSTRAINT [PK_Evangelion_uniques] PRIMARY KEY CLUSTERED 
(
	[ID] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO

Download:

Scan:


Have Fun
 
Newbie Spellweaver
Joined
Mar 17, 2012
Messages
57
Reaction score
12
well , that was not released be4.. so , u should ask the owner be4 releasing it, u know its not a problem keeping it for urself but releasing such thing should be approved by owner , not so krall releasing other ppl work for public.
 
Master Summoner
Joined
Nov 9, 2009
Messages
579
Reaction score
238
how does the exchangelimit work? i set it to 5b but when i try to exchange more than 1b i get dc'd
 
Junior Spellweaver
Joined
Dec 26, 2008
Messages
185
Reaction score
59
how does the exchangelimit work? i set it to 5b but when i try to exchange more than 1b i get dc'd

Good question, I couldnt figure that out myself.
I had tryed all versions of the evangelions and couldnt get it working properly.

You have still the way to delete the line of the exchange-stall limit and edit the gameserver by yourself.
 
Junior Spellweaver
Joined
Oct 20, 2011
Messages
111
Reaction score
1
small question:-

In this reward place ive to put the paymentderive like 1=gold 2=silk 1024= arena coin or the code name?

[MOB_CH_TIGERWOMAN]
reward=0
amount=0
 
Newbie Spellweaver
Joined
Mar 21, 2012
Messages
38
Reaction score
9
you took it from EGN Server Files
 
Last edited:
Junior Spellweaver
Joined
Dec 26, 2008
Messages
185
Reaction score
59
Could be possible, since my download folder is filled with crap.
:junglejane:
 
Junior Spellweaver
Joined
Oct 10, 2012
Messages
122
Reaction score
27
well , that was not released be4.. so , u should ask the owner be4 releasing it, u know its not a problem keeping it for urself but releasing such thing should be approved by owner , not so krall releasing other ppl work for public.

Lets ask joymax if we can realease their work so ?
 
Master Summoner
Joined
Nov 9, 2009
Messages
579
Reaction score
238
//Edit:
nvm .. just noticed that its max value would be ~4b which is what im able to do too .. was hoping it made edits to set it higher than 4b <.<
 
Last edited:
Junior Spellweaver
Joined
Oct 20, 2011
Messages
111
Reaction score
1
hello , thank you for this awesome tool
but ive an small question
why this program always tell me " could not connect to db " I writed database info right

so can you tell me how i can fix this?
 
Junior Spellweaver
Joined
Oct 20, 2011
Messages
111
Reaction score
1
reward=ITEM_MALL_GLOBAL_CHATTING
amount=10

hello , thank you for this awesome tool
but ive an small question
why this program always tell me " could not connect to db " I writed database info right

so can you tell me how i can fix this?
 
Back
Top