how i put Huntpoints to count after killing a event mob or boss? in cash hv "My W Coin",can be that the hunt point? how i configure? someone?
![]()
how i put Huntpoints to count after killing a event mob or boss? in cash hv "My W Coin",can be that the hunt point? how i configure? someone?
![]()
What files do you use?
muemu files sr
IGCData/ItemBags/
Find
ChangeCode:<AddCoin Enable="0" CoinType="0" CoinValue="0" />
CoinType="0"Code:<AddCoin Enable="1" CoinType="0" CoinValue="100" />
0=WCoinC
1=WCoinP
2=Goblin Point
1. Open Sql Server Management>MuOnline>Programmability>Stored Procedures
Find WZ_CustomMonsterReward, Right Click on it>Modify
Find
Add LineCode:UPDATE CashShopData SET GoblinPoint=GoblinPoint+@RewardValue1 WHERE AccountID=@Account
Then Click ExecuteCode:UPDATE CashShopData SET WCoinC=WCoinC+@RewardValue2 WHERE AccountID=@Account
2. Open Data/Custom/CustomMonster.txt
It will be for Selupan, 2000 its reward WCoinC, 3000 its reward Goblin Points, if u dont want Goblin Points, then change 3000 to -1Code://Index MapNumber MaxLife DamageMin DamageMax Defense AttackRate DefenseRate ExperienceRate KillMessage InfoMessage RewardValue1 RewardValue2 459 -1 100 100 100 100 100 100 100 504 505 3000 2000 end
This Conguration read all vaules monster, from monster.txt
3. Open Data/Messege.txt
Add 2 lines
Code:504 "The player% s killed the Selupan!" 505 "You have won% d% d WCoin and Gobin Point!"
To correctly generate the main.emu and ah.emu files
Change in the ...\ToolsX803\MAIN_INFO\MainInfo.ini
PHP Code:[MainInfo]
LauncherType = 0
CustomerName = muemu
IpAddress = your IP address or domaian // 15 bytes only
IpAddressPort = 44405
ClientVersion = 1.05.07
ClientSerial = TbYehR2hFUPBKgZj
WindowName = MU
ScreenShotPath = ScreenShots\Screen(%02d_%02d-%02d-%02d)-%04d.jpg
ClientName = main.exe
PluginName = MHPClient.dll
CameraName = Client.dll
Change in the ...\ToolsX803\AH_INFO\ClientInfo.ini
PHP Code:[ClientInfo]
CustomerName = muemu
IpAddress = your IP address or domain // 15 bytes only
ServerPort = 55999
ServerName = muemu
ClientName = main.exe
PluginName = Client.dll
VerifyName = MHPVerify.dll
Steps to generate the main.emu and ah.emu files
- Copy main.exe, Main.dll, Client.dll and MHPClient.dll to the ...\ToolsX803\MAIN_INFO\ folder
- Run GetMainInfo.exe (Compiled from "...\Package [SOURCE] MuEmu\GetMainInfo")
- Copy main.emu (Generated by step 2), Main.dll, MHPClient.dll, MHPVerify.dll and Client.dll to the ...ToolsX803\AH_INFO\ folder
- Run GetClientInfo.exe (Compiled from "..\Package [SOURCE] MuEmu\MHP\GetClientInfo")
- Copy main.emu, ah.emu, Main.dll, MHPClient.dll, MHPVerify.dll and Client.dll to the client root folder