[Release] epic 9.5 Specific master box opener

03/11/2021 23:07 bodzioelite#1
RELEASE

Hi guys!

I want to share my lua for Master class boxs opening.
Basically server that are epic 9.5 dosn't have option to open specific class box for example Marksman, so i did update a lua for npc "Coin Exchanger". Now you can open specific master class boxs with 1 click but opening is limited to 1000 at time to reduce lag ( you can easly change it in lua if you sure that server will handle it ).

Hope you like it.

Instalation
  1. Go to NPC_QuestClient.lua
  2. Delete/Replace those functions:
    "NPC_dailyquest_9_2_exchang", "Coin_Exchange", "NPC_9_5_Alteration", "NPC_9_4_Cube", "NPC_9_4_OpenBox" ,"NPC_9_4_OpenBox_go" , "NPC_9_4_Coin_exchange_item"

  3. If 2 was REPLACE then: copy function "Master_box" and relace function name from "NPC_9_4_OpenBox_go" to "OpenBox" and do it in function "NPC_9_4_OpenBox" as well.

  4. If 2 was DELETE then: create new lua, name it however you want and copy my code ( create it in Script folder )

    example place for it C:\Name of you folder \GameEngine\Game_bin\Resource\Script


Lua for NPC: