[QUESTION]about auto ep&3rd Evolution

02/15/2010 09:50 zspider#1
can some one explain how make auto ep for any map i try to understood but i can't i get it from vip script
Code:
INSERT INTO `cq_action` VALUES ('0145', '0146', '0000', '1001', '0', 'e_money += 500');
INSERT INTO `cq_action` VALUES ('0146', '0000', '0000', '1010', '2005', 'You found 500 EudemonPoints from VipMonster4!');
INSERT INTO `cq_action` VALUES ('0147', '0148', '0000', '1001', '0', 'e_money += 750');
INSERT INTO `cq_action` VALUES ('0148', '0000', '0000', '1010', '2005', 'You found 750 EudemonPoints from VipMonster5!');
INSERT INTO `cq_action` VALUES ('0149', '0150', '0000', '1001', '0', 'e_money += 100');
INSERT INTO `cq_action` VALUES ('0150', '0000', '0000', '1010', '2005', 'You found 100 EudemonPoints from VipMonster6!');
INSERT INTO `cq_action` VALUES ('0151', '0152', '0000', '1001', '0', 'e_money += 1250');
INSERT INTO `cq_action` VALUES ('0152', '0000', '0000', '1010', '2005', 'You found 1250 EudemonPoints from VipMonster7!');
and another thing how can i make the 3rd Evolution of Mounts get when it be 50* in mine it get it when it reach 75* i wanaa change it to 50*
02/15/2010 10:32 PraDevil[ELITE]#2
for the auto ep...look for the map id u want to make auto ep..column mapid in cq_generator..anyways u will need to add new monster coz if this monster id(column npctype in cq_generator) have in another map it will be autoep too..so for the new monster action id put that autoep id..then u will have autoep monster..

for the evolution look for guide by funhacker..How to make extra strange
02/15/2010 10:37 magewarior2#3
Why don't you search a little around on this forum that question already posted a 10000 time's .....

But for this time I'll give you the answer.

Little guide
Code:
Go to your EO client and than go to your INI map

Than search for the file "mounttype.ini"

Once you open that file you get this =

[[COLOR="Lime"]1071760[/COLOR]]
10-24=8010 55 100
25-[COLOR="red"]74[/COLOR]=8011 55 100
[COLOR="red"]75[/COLOR]-200=8012 55 100
[[COLOR="Lime"]1071761[/COLOR]]
10-24=8010 55 100
25-[COLOR="red"]74[/COLOR]=8011 55 100
[COLOR="red"]75[/COLOR]-200=8012 55 100
[[COLOR="lime"]1071762[/COLOR]]
10-24=8010 55 100
25-[COLOR="red"]74[/COLOR]=8011 55 100
[COLOR="red"]75[/COLOR]-200=8012 55 100

The green Numbers, are the "eudemon ID's" 

The red Numbers, are the "Eudemon stars"

So how doe's it need to look for you?

like this.

[1071760]
10-24=8010 55 100
25-[COLOR="Lime"]49[/COLOR]=8011 55 100
[COLOR="lime"]50[/COLOR]-200=8012 55 100
[1071761]
10-24=8010 55 100
25-[COLOR="lime"]49[/COLOR]=8011 55 100
[COLOR="lime"]50[/COLOR]-200=8012 55 100
[1071762]
10-24=8010 55 100
25-[COLOR="lime"]49[/COLOR]=8011 55 100
[COLOR="lime"]50[/COLOR]-200=8012 55 100
I think my example says it very simple...

if you need more information about this go to the release threat..
[Only registered and activated users can see links. Click Here To Register...]


And next time before asking, you should look into this threat ...
[Only registered and activated users can see links. Click Here To Register...]

Good Luck.
02/15/2010 12:31 zspider#4
ok pra thank u
and thanks magewarior2 and take it easy man i'm anew here