HuntPoints CashShop

Results 1 to 10 of 10
  1. #1
    Enthusiast marcmarccc is offline
    MemberRank
    Oct 2015 Join Date
    44Posts

    HuntPoints CashShop

    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?



  2. #2
    Enthusiast irDA is offline
    MemberRank
    Mar 2017 Join Date
    PolandLocation
    41Posts

    Re: HuntPoints CashShop

    What files do you use?

  3. #3
    Apprentice namloki18 is offline
    MemberRank
    Oct 2015 Join Date
    13Posts

    Re: HuntPoints CashShop

    Quote Originally Posted by irDA View Post
    What files do you use?
    IGCN sir

  4. #4
    Enthusiast marcmarccc is offline
    MemberRank
    Oct 2015 Join Date
    44Posts

    Re: HuntPoints CashShop

    muemu files sr

  5. #5
    Enthusiast irDA is offline
    MemberRank
    Mar 2017 Join Date
    PolandLocation
    41Posts

    Re: HuntPoints CashShop

    Quote Originally Posted by namloki18 View Post
    IGCN sir
    IGCData/ItemBags/
    Find
    Code:
    <AddCoin Enable="0" CoinType="0" CoinValue="0" />
    Change
    Code:
    <AddCoin Enable="1" CoinType="0" CoinValue="100" />
    CoinType="0"
    0=WCoinC
    1=WCoinP
    2=Goblin Point

    Quote Originally Posted by marcmarccc View Post
    muemu files sr
    1. Open Sql Server Management>MuOnline>Programmability>Stored Procedures
    Find WZ_CustomMonsterReward, Right Click on it>Modify
    Find
    Code:
    UPDATE CashShopData SET GoblinPoint=GoblinPoint+@RewardValue1 WHERE AccountID=@Account
    Add Line
    Code:
    UPDATE CashShopData SET WCoinC=WCoinC+@RewardValue2 WHERE AccountID=@Account
    Then Click Execute
    2. Open Data/Custom/CustomMonster.txt
    Code:
    //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
    It will be for Selupan, 2000 its reward WCoinC, 3000 its reward Goblin Points, if u dont want Goblin Points, then change 3000 to -1
    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!"

  6. #6
    Apprentice namloki18 is offline
    MemberRank
    Oct 2015 Join Date
    13Posts

    Re: HuntPoints CashShop

    Quote Originally Posted by irDA View Post
    IGCData/ItemBags/
    Find
    Code:
    <AddCoin Enable="0" CoinType="0" CoinValue="0" />
    Change
    Code:
    <AddCoin Enable="1" CoinType="0" CoinValue="100" />
    CoinType="0"
    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
    Code:
    UPDATE CashShopData SET GoblinPoint=GoblinPoint+@RewardValue1 WHERE AccountID=@Account
    Add Line
    Code:
    UPDATE CashShopData SET WCoinC=WCoinC+@RewardValue2 WHERE AccountID=@Account
    Then Click Execute
    2. Open Data/Custom/CustomMonster.txt
    Code:
    //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
    It will be for Selupan, 2000 its reward WCoinC, 3000 its reward Goblin Points, if u dont want Goblin Points, then change 3000 to -1
    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!"
    Tyvm !!!

  7. #7
    Valued Member brentology1 is offline
    MemberRank
    Apr 2017 Join Date
    103Posts

    Re: HuntPoints CashShop

    Quote Originally Posted by marcmarccc View Post
    muemu files sr
    can u share the files ?

  8. #8
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Re: HuntPoints CashShop

    Quote Originally Posted by brentology1 View Post
    can u share the files ?
    http://forum.ragezone.com/f197/muemu...6-8-a-1122239/

  9. #9
    Valued Member brentology1 is offline
    MemberRank
    Apr 2017 Join Date
    103Posts

    Re: HuntPoints CashShop


    thanks btw i did try to run but main wont launch ?

  10. #10
    Novice C++ allexander is offline
    MemberRank
    Feb 2011 Join Date
    European UnionLocation
    580Posts

    Re: HuntPoints CashShop

    Quote Originally Posted by brentology1 View Post
    thanks btw i did try to run but main wont launch ?
    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

    1. Copy main.exe, Main.dll, Client.dll and MHPClient.dll to the ...\ToolsX803\MAIN_INFO\ folder
    2. Run GetMainInfo.exe (Compiled from "...\Package [SOURCE] MuEmu\GetMainInfo")
    3. Copy main.emu (Generated by step 2), Main.dll, MHPClient.dll, MHPVerify.dll and Client.dll to the ...ToolsX803\AH_INFO\ folder
    4. Run GetClientInfo.exe (Compiled from "..\Package [SOURCE] MuEmu\MHP\GetClientInfo")
    5. Copy main.emu, ah.emu, Main.dll, MHPClient.dll, MHPVerify.dll and Client.dll to the client root folder



Advertisement