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!

Fix quest level 103 replace

Junior Spellweaver
Joined
Jan 8, 2012
Messages
133
Reaction score
44
I will teach a method for the quest to replace 103 level on top of the instructor amanda instead of level 39 quest!

Game MagicPT
Code:
0046C68C  |. 83B9 B8000000 >CMP DWORD PTR DS:[ECX+B8],27 //Level hex quest
0046BF7B  |. C705 54A10703 >MOV DWORD PTR DS:[307A154],29 //ID mob to kill
0046BFAE  |. 66:C705 5EA107>MOV WORD PTR DS:[307A15E],5 //Amount of mobs to kill

Server MagicPT
Code:
00561B8C  |. B8 00020101    MOV EAX,lixo.01010200 //Item to be delivered

Game bPT 4176
Code:
0045AB8C  |.  83B8 B8000000>CMP DWORD PTR DS:[EAX+B8],27 //Level hex quest
00459E08  |.  C705 E4620803>MOV DWORD PTR DS:[30862E4],29 //ID mob to kill
00459E36  |.  66:C705 EE620>MOV WORD PTR DS:[30862EE],5 //Amount of mobs to kill

Server craft
Code:
0053631E  |> \B8 00020101   MOV EAX,01010200 //Item to be delivered

Explanations:
To check the ID of the monsters, go to your gameserver choice for the monster you want to hunt and find the line * ± º ¸ ° 49 ÄÚμå reverse the hex value 49 whereupon 31, the same level of the quest, put the level 103 in hex ​​67. The amount of mobs kill is greater than nine, put the hex value!

Item to be delivered:
To choose the item to be delivered just take the item ID.
00020101 = Steel Axe
Just go to the the item da126 and early to catch the id of the item
002A0102 remember to change the ID of the item and to avoid ctrl + bugs.

by MRX
 
Newbie Spellweaver
Joined
Nov 3, 2010
Messages
66
Reaction score
18
Qual a relação disto com o desafio de nível 103?
A primeira impressão que tenho, é que você usou este título para atrair atenção.
Você está apenas editando o nível máximo permitido para realizar os desafios da Amanda, e alterando um dos monstros que é preciso matar para concluir uma das missões.
Mesmo assim, o tópico ainda é válido.
 
Junior Spellweaver
Joined
Jan 8, 2012
Messages
133
Reaction score
44
Qual a relação disto com o desafio de nível 103?
A primeira impressão que tenho, é que você usou este título para atrair atenção.
Você está apenas editando o nível máximo permitido para realizar os desafios da Amanda, e alterando um dos monstros que é preciso matar para concluir uma das missões.
Mesmo assim, o tópico ainda é válido.
Sim o cabeça de dinossauro, eu citei fixando quest level 103 replace, na verdade é só uma alteração que faz como se fosse uma quest level 103 tendeu? =D te quebro via skype =P
 
Newbie Spellweaver
Joined
Oct 18, 2012
Messages
22
Reaction score
2
Tolrok uma duvida, no caso a maioria dos pts já vem com as quests prontas, teria alguma forma de eu fazer esta quest mesmo com a quest do nivel 39 já concluida?


vlw
 
Back
Top