how to enlarge the size of the monster?

09/14/2010 07:38 Hinataa#1
let the monster with the size larger than normal?
09/14/2010 08:02 Arcо#2
Possibly by decrypting a file called Monster.dat and editing the zoom in there.
09/14/2010 08:09 Eurion#3
Quote:
Originally Posted by Аrco View Post
Possibly by decrypting a file called Monster.dat and editing the zoom in there.
Correct, but its not encrypted in Eo, you just have to find the right byte to edit. I can't remember what it is off the top of my head.

Edit..

Here it is. This is based on the madbulls id is 1000 in cq_monstertype.

[Only registered and activated users can see links. Click Here To Register...]


And upon further investigation its been answered here.

[Only registered and activated users can see links. Click Here To Register...]

Post 4
09/14/2010 11:35 ~Sword~Stalker~[PM]#4
thats for monsters as eurion said if u want to change NPC's

go to ur client / ini / Npc.ini

example


[NpcType123408]
Name=Halimah [ the name shown in ur client for NPC ]
SimpleObjID=745
StandByMotion=0745000100
BlazeMotion=0745000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0745000101
Effect=none [try these below and thank me ;) ]
ZoomPercent=100 [ change the zoom and restart ur Client ull find that NPC larger]
Note=HeroesTeleporter




Effects:-

Code:
Effect=meltnpc
Effect=other31  
Effect=petdepotnpc
Effect=traptask01
Effect=meltnpc
Effect=barbecue
Effect=0
Effect=noconfirm028
Effect=sm-pB
Effect=newyear4
Effect=newyear2
Effect=newyear3
Effect=other82
Effect=other83
Effect=s-bc-fire01
Effect=gala_a
Effect=gala_b
Effect=other999
Effect=other09-1
Effect=skill094
Effect=anniversary1
Effect=anniversary2
Effect=anniversary3
Effect=anniversary4
Effect=anniversary5
Effect=noconfirm150
Effect=interface224
Effect=gem15
Effect=charm02-999
Effect=charm03-999
Effect=charm03-999
Effect=fieldcenterNPC
Effect=skill281rw
Effect=pet29arw
Effect=skill195rw
Effect=skill156rw
Effect=other106rw
Effect=other22-999
Effect=zhongqiu5
Effect=barbecue
Effect=noconfirm028
Effect=balloon1
Effect=balloon2
Effect=balloon3
Effect=balloon4
Effect=noconfirm077-999
Effect=festival2
Effect=festival3
Effect=festival4
Effect=festival5
Effect=festival6
Effect=festival7
Effect=festival8
Effect=festival9
Effect=festivafirm130
Effect=traptask01
Effect=noconfirm028
Effect=noconfirm028
Effect=noconfirm020
Effect=newyear5-999
Effect=action3
Effect=action2
Effect=anniversary3
Effect=action11
Effect=anniversary2
Effect=monster04-1
Effect=other106-1
Effect=anniversary3
Effect=other77
Effect=cx-fyzm2
Effect=cx-fyzm1
Effect=skill094
Effect=barbecue
Effect=charm03-999
Effect=charm01-1
Effect=noconfirm029
Effect=anniversary2
Effect=noconfirm024

RegardS everyone and Welcome Arco ^^
09/14/2010 13:03 Arcо#5
Quote:
Originally Posted by Eurion View Post
Correct, but its not encrypted in Eo, you just have to find the right byte to edit. I
Aha alright, thanks for clearing that up, I just expected the client to be like Conquer Online, in which the Monster.dat is encrypted.
09/14/2010 21:14 Starwarz16#6
hi i found this in the co2 section might work :)

How to use:

1. Browse for the source .dat file.

2. Browse for the destination folder you would like to save the decrypted file or encrypt the file from.

3. Decrypt the file

4. Browse to your destination folder and make your changes on Selectedfile(Decrypted).txt.

5. Once changes are made, (Source and Destination DOES NOT NEED TO BE CHANGED) All you do is just click Encrypt
09/14/2010 21:50 Eurion#7
Quote:
Originally Posted by Starwarz16 View Post
hi i found this in the co2 section might work :)

How to use:

1. Browse for the source .dat file.

2. Browse for the destination folder you would like to save the decrypted file or encrypt the file from.

3. Decrypt the file

4. Browse to your destination folder and make your changes on Selectedfile(Decrypted).txt.

5. Once changes are made, (Source and Destination DOES NOT NEED TO BE CHANGED) All you do is just click Encrypt
The file isn't encrypted so this is irrelevant.