ISAM_MISTRO Posted October 3, 2021 Posted October 3, 2021 i want to add a buttons that open alt+b community board but not the index .html other one the default for index : gameserver\data\html-en\scripts\services\communityPVP\pages\index.htnl what i want : gameserver\data\html-en\scripts\services\communityPVP\gatekeeper\ main.htm can some one help plz function HandleShowBoardWnd() { local string strParam; ParamAdd(strParam, "Init", "1"); ExecuteEvent(EV_ShowBBS, strParam); } this code open index :gameserver\data\html-en\scripts\services\communityPVP\pages\index.htnl
HyperBlown Posted October 3, 2021 Posted October 3, 2021 then you will probably need to change on server side code. Make a debug on RequestBypassToServer and see what you get as parameter.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now