Bienvenidos a un nuevo tutorial, aprenderemos a personalizar nuestro servidor MuOnline a partir de los códigos hexadecimales [Muy buscados para versiones antiguos]
Para este tutorial es necesario tener conocimientos en cuanto a la manipulación de un programa hexadecimal, particularmente en este sitio siempre utilizamos el mismo: ULTRAEDIT 32 el cual pueden descargar y además conocer sus funciones en el siguiente tutorial Ver Aqui
1)Lo que vengo a brindarles en esta oportunidad son los códigos hexadecimales para variadas versiones y configuraciones.
Esta recopilación personal que hoy comparto con todos ustedes.
Jewel of Chaos: 00080056: 10 5C
Jewel of Soul: 0008003b: 80 8D 5B
Jewel of Bless: 00080021: 40 54 89
Jewel of Creat: 0008008b: 00 51 25 02
Jewel of Life: 00080071: 40 A5 AE 02
Jewel of Soul: 0007a06c: 32
32 Means 50% 00 Means 100%
Jewel of Soul+Luck: 00079f8d: 4B
4B Means 75%
Jewel of Life: 0007a67b: 32
32 Means 50% 00 Means 100%
Apple: 00027e37: 0A = 10%
Small Hp: 00027e60: 14 = 20%
Medium Hp: 00027e89: 1E = 30%
Big Hp: 00027eb2: 28 = 40%
Small Mp: 00028008: 14 = 20%
Medium Mp: 00028047: 1E = 30%
Big Mp: 00028086: 28 = 40%
0.97d: 001133e8: F4 01
500 players: F4 01
250 Jugadores: FA 00
200 Jugadores: C8 00
150 Jugadores: 96 00
100 Jugadores: 64 00
50 Jugadores: 32 00
20 Jugadores: 14 00
10 Jugadores: 0A 00
DW/DK/ELF: 00062b0e: 05
Magic G: 00062af7: 07
Buscar 0x680db y agregar la siguiente cadena:
000680dc: 8B 4D 0C 33 C0 8A 41 5C 83 F8 02 75 20 8B 91 94
000680ec: 00 00 00 89 55 F8 DB 45 F8 D8 0D 74 36 51 00 E8
000680fc: 40 54 03 00 8B 4D 0C 89 81 94 00 00 00 5F 5E 5B
0006810c: 8B E5 5D C3
Cambiar: 0005be0e: C7 45 94 00 00 40 40
Por esto: 0005be0e: 90 90 90 90 90 90 90
Pk Cant Pk:
0005509c: 90 90 8B 55 D4 0F BE 82 CC 00 00 00 83 F8 03 90Pk Can Pk:
000550ac: 90 33 C0 90 90 90 90 90
0005509c: 7C 16 8B 55 D4 0F BE 82 CC 00 00 00 83 F8 03 7CPk Can Pk X no tiempo:
000550ac: 07 33 C0 E9 BA 12 00 00
00055077: 90 90 8B 4D D8 0F BE 91 CC 00 00 00 83 FA [0A] 7C
00055087: 07 33 C0 E9 DF 12 00 00 8B 45 D4 0F BE 88 CD 00
00055097: 00 00 83 F9 06 90 90 8B 55 D4 0F BE 82 CC 00 00
000550a7: 00 83 F8 03 90 90 33 C0 90 90 90 90 90
+10 Item Creation : 0004926d: 32 = 50% (+25% with luck)
+11 Item Creation : 0004927c: 2D = 45% (+25% with luck)
(Cambiar por 64 para tener 100%)
0004a27a: 5A = 90 means starting sucess = 10%
Change 5A-->01 to get 99% starting sucess
0004a286: 5A = 90 means 90% maximum sucess
Change 5A-->64 to get 100% maximum sucess
Máximo nivel 1000:
1-> Cambiar esto: 00059b9c: 83 7D 08 01 7C 09 81 7D 08 5E 01
Por esto: 00059b9c: 83 7D 08 01 7C 09 81 7D 08 E8 03
2-> Cambiar esto: 00059b9c: 00062a33: 81 F9 5E 01 00
Por esto: 00062a33: 81 F9 E8 03 00
3-> Cambiar esto: 00059b9c: 0008a2a7: 81 7D F0 5E 01
Por esto: 0008a2a7: 81 7D F0 E8 03
4-> Cambiar esto: 00059b9c: 00096d93h: 3D 5E 01 00 00
Por esto: 00096d93: 3D E8 03 00 00
5-> Cambiar esto: 0008a2be: 6B D2 0A 8B 45 F0
Por esto: 0008a2be: 6B D2 01 8B 45 F0
Cambiar estoChange this: 0008a2d7: 83 C1 09 0F AF 4D EC 0F AF 4D EC 69 C9 E8 03
Por esto: 0008a2d7: 83 C1 09 0F AF 4D EC 0F AF 4D EC 69 C9 02 00
7-> Cambiar esto: 0008a2cb: 81 7D F0 FF 00 00 00 7E 33 8B 4D EC 83 C1 09 0F
0008a2db: AF
Por esto: 0008a2cb: 81 7D F0 20 03 00 00 7E 33 8B 4D EC 83 C1 09 0F
0008a2db: AF 4D EC 0F AF
8-> Cambiar esto: 0008a2e0: 4D EC 69 C9 E8 03 00 00
Por esto: 0008a2e0: 4D EC 69 C9 6E 00 00 00
Level<=800: exp=(Level+9)*Level*Level*1 Level>800Mana Shield Duration formula: 60 +Energy/40 (in seconds)
exp=[(Level-800)+9]*(Level-800)*(Level-800)*110+(Level+9)*Level*Level*1
Mana Shield Absorb Formula: 10 +Agil/80 +Energy/200
00058797: 0A = 10 (means start with 10%)
0005877a: 50 = +Agil/80 (means 1% each 80 points of Agility)
0005878e: C8 = +Energy/200 (means 1% each 200 points of Energy)
000587b5: 3C = 60 (means start with 60 secs)
000587ad: 28 = +Energy/40 (means 1 sec each 40 points of energy)
000297ba: 83 7D E4 64 7C 07 C7 45 E0 01 00 00 00 83 7D E4
000297ca: 0A
000297e8: 81 7D E4 B4 00 00 00 7C 09 C7 45 E0 01 00 00 00
000297f8: EB 0D 83 7D E4 64
0002981b: 81 7D E4 FA 00 00 00 7C 09 C7 45 E0 01 00 00 00
0002982b: EB 10 81 7D E4 B4 00 00 00
00029843: 81 7D E4 FA 00 00 00 7D 07
1-> 100 - 10 64-0A
2-> 180 - 100 B4-64
3-> 250 - 180 FA-B4
4-> 250 FA
Buscar 5e01 y cambiar por e803
Puedes usar estos valores:
0f000000500000000a0000003c000000
51000000820000003d0000006e000000
83000000b40000006f000000a0000000
b5000000e6000000a1000000d2000000
e700000018010000d300000004010000
190100005e010000050100005e010000
81-130 61-110
131-180 111-160
181-230 161-210
231-280 211-260
281-350 261-350