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!

[GUIDE] Editing Monsters XMLs

Joined
Mar 17, 2010
Messages
835
Reaction score
136
Normal Monsters Structures

Code:
<?xml version="1.0" ?>
<!--Name-->
<MOB>
<TYPE>
<Health>
<Magic>
<EXP>
<DMG>
<DEF>
<Spawn>
<Attack Speed>
<Move Speed>
<Attack Range>
<Evasion Rate>
<X>
<Y>
<MAP_ID>
<MOBID>
<Total Items>
<Items>
<ID>
</Items>
</MOB>

So let's say, I want to edit dummy monster exp..

I will open with the notepad, but I don't understand what the language means, so I have to follow the structure.

Code:
<?xml version="1.0" ?>
<!--DUMMY-->
<MOB> <-- <MOB>
	<TYPE>8</TYPE> <-- Type
      <ÉúÃüÖµ>6000000</ÉúÃüÖµ> <-- Health
      <ħ·¨Öµ>0</ħ·¨Öµ>  <-- Magic
      <¾­ÑéÖµ>6000000</¾­ÑéÖµ> <-- EXP
      <¹¥»÷Á¦>0</¹¥»÷Á¦> <-- DMG
      <·ÀÓùÁ¦>0</·ÀÓùÁ¦> <-- DEF
      <ˢмä¸ô>15</ˢмä¸ô> <-- Spawn
      <¹¥»÷¼ä¸ô>0</¹¥»÷¼ä¸ô> <-- Attack Speed
      <Òƶ¯¼ä¸ô>0</Òƶ¯¼ä¸ô> <-- Move Speed
      <¹¥»÷·¶Î§>0</¹¥»÷·¶Î§> <-- Attack Range
      <Òƶ¯·¶Î§>0</Òƶ¯·¶Î§> <-- Evasion Rate
      <X>212</X> <-- X
      <Y>202</Y> <-- Y
      <MAP_ID>2</MAP_ID> <-- Map ID
      <¹ÖÎïID>2237</¹ÖÎïID> <-- Mob ID
      <µôÂäÊýÁ¿>4</µôÂäÊýÁ¿> <-- Total Items
      <µôÂäÎïÆ·> <-- Items
	    	<ID>0</ID>  [All the items id]
		<ID>432</ID>
	    	<ID>433</ID>
          	<ID>434</ID> [to here]
      </µôÂäÎïÆ·> <-- </Items>
</MOB> <-- </MOB>

So we found out that dummy monster exp is 6000000, and if I want to change it to 0, it will be like this..

Code:
<?xml version="1.0" ?>
<!--DUMMY-->
<MOB>
	<TYPE>8</TYPE>
      <ÉúÃüÖµ>6000000</ÉúÃüÖµ>
      <ħ·¨Öµ>0</ħ·¨Öµ>
      <¾­ÑéÖµ>0</¾­ÑéÖµ> <-- EXP
      <¹¥»÷Á¦>0</¹¥»÷Á¦>
      <·ÀÓùÁ¦>0</·ÀÓùÁ¦>
      <ˢмä¸ô>15</ˢмä¸ô>
      <¹¥»÷¼ä¸ô>0</¹¥»÷¼ä¸ô>
      <Òƶ¯¼ä¸ô>0</Òƶ¯¼ä¸ô>
      <¹¥»÷·¶Î§>0</¹¥»÷·¶Î§>
      <Òƶ¯·¶Î§>0</Òƶ¯·¶Î§>
      <X>212</X>
      <Y>202</Y>
      <MAP_ID>2</MAP_ID>
      <¹ÖÎïID>2237</¹ÖÎïID>
      <µôÂäÊýÁ¿>4</µôÂäÊýÁ¿>
      <µôÂäÎïÆ·>
	    	<ID>0</ID>
		<ID>432</ID>
	    	<ID>433</ID>
          	<ID>434</ID>
      </µôÂäÎïÆ·>
</MOB>

And once done changing, you are done, it's easy, isn't it? :thumbup1:
 
Last edited:
Junior Spellweaver
Joined
Apr 9, 2006
Messages
198
Reaction score
3
Re: [Guide]Editing Monsters XMLs

look like Structures same as ragnarok :thumbup1::thumbup1: easy n simple
 
Last edited:
Initiate Mage
Joined
Dec 16, 2008
Messages
3
Reaction score
0
Re: [Guide]Editing Monsters XMLs

30001.xml in "mobs" folder

Code:
<?xml version="1.0" ?>
<!--ÄϹÏСÍè×Ó[ÍÁ]-->
<Mob>
<TYPE>8</TYPE>
<ÉúÃüÖµ>1421</ÉúÃüÖµ>
<ħ·¨Öµ>0</ħ·¨Öµ>
<¾­ÑéÖµ>1102</¾­ÑéÖµ>
<¹¥»÷Á¦>227</¹¥»÷Á¦>
<·ÀÓùÁ¦>90</·ÀÓùÁ¦>
<ˢмä¸ô>15</ˢмä¸ô>
<¹¥»÷¼ä¸ô>2</¹¥»÷¼ä¸ô>
<Òƶ¯¼ä¸ô>2</Òƶ¯¼ä¸ô>
<¹¥»÷·¶Î§>1</¹¥»÷·¶Î§>
<Òƶ¯·¶Î§>15</Òƶ¯·¶Î§>
<X>277</X>
<Y>286</Y>
<MAP_ID>11</MAP_ID>
<¹ÖÎïID>110</¹ÖÎïID>
<µôÂäÊýÁ¿>10</µôÂäÊýÁ¿>
<µôÂäÎïÆ·>
<ID>1072</ID>
<ID>1059</ID>
<ID>1063</ID>
<ID>432</ID>
<ID>433</ID>
<ID>149</ID>
<ID>168</ID>
<ID>300</ID>
<ID>924</ID>
<ID>202</ID>
</µôÂäÎïÆ·>
</Mob>

and this fix code i think :blush:

Code:
<?xml version="1.0" ?>
<Mob>
      <TYPE>8</TYPE>
      <HP>3546</HP>
      <Magic>0</Magic>
      <Exp>2181</Exp>
      <Attack>262</Attack>
      <Def>121</Def>
      <Refresh>11</Refresh>
      <AttackInterval>2</AttackInterval>
      <Movement>2</Movement>
      <AttRange>3</AttRange>
      <Env>7</Env>
      <X>141</X>
      <Y>341</Y>
      <MAP_ID>7</MAP_ID>
      <Monster_ID>998</Monster_ID>
      <DropRate>12</DropRate>
      <DropItem>
          <ID>52</ID>
          <ID>167</ID>
          <ID>171</ID>
          <ID>377</ID>
          <ID>433</ID>
          <ID>439</ID>
          <ID>381</ID>
          <ID>410</ID>
          <ID>620</ID>
          <ID>1453</ID>
          <ID>2281</ID>
          <ID>2281</ID>
      </DropItem>
</Mob>
 
Initiate Mage
Joined
Dec 7, 2010
Messages
3
Reaction score
0
Re: [Guide]Editing Monsters XMLs

how about edit the skill code??

i edited the damage code,but didn't work with the game
 
Initiate Mage
Joined
Dec 7, 2010
Messages
3
Reaction score
0
Re: [Guide]Editing Monsters XMLs

where is the different?? please tell me :D
 
Newbie Spellweaver
Joined
Dec 22, 2010
Messages
11
Reaction score
0
Re: [Guide]Editing Monsters XMLs

Carrino why when i start server game always crash...
i just edit value of damage and exp..
 
Newbie Spellweaver
Joined
Dec 22, 2010
Messages
11
Reaction score
0
Re: [Guide]Editing Monsters XMLs

@Carrino
sorry,,

ok i have done to edit the monster that problem in server files..

sorry yeah..

how about edit warp ??

what is the mean of sou??
 
Newbie Spellweaver
Joined
Dec 22, 2010
Messages
11
Reaction score
0
Re: [Guide]Editing Monsters XMLs

@Carrino
that mean that is a warp object??
or Target to transfer character to different map??
 
Newbie Spellweaver
Joined
Dec 22, 2010
Messages
11
Reaction score
0
Re: [Guide]Editing Monsters XMLs

Warp object.
ouwh..
hey carrino..can i edit file item on server..
when i edit file xml in item folder..
i want to change price of HP potion..
then i see on the bottom that is the price to sell..
and i changed to decrease the value..
then i have to start the game...
but when i want to sell that the price of HP Potion not change...
??
can i edit the item file??
 
Joined
Mar 17, 2010
Messages
835
Reaction score
136
Re: [Guide]Editing Monsters XMLs

ouwh..
hey carrino..can i edit file item on server..
when i edit file xml in item folder..
i want to change price of HP potion..
then i see on the bottom that is the price to sell..
and i changed to decrease the value..
then i have to start the game...
but when i want to sell that the price of HP Potion not change...
??
can i edit the item file??

It might be another file.
 
Back
Top