Pamela32 Posted February 12, 2018 Posted February 12, 2018 Hello guys .. how I can edit race choice button ? hi5 Client ! example I wanna remove from choice dwarf race !
SweeTs Posted February 14, 2018 Posted February 14, 2018 Simply add the proper check on core side, so ppl won't be able to create dwarf.
'Hater Posted February 14, 2018 Posted February 14, 2018 (edited) def raceList = xdat.windows["CharacterCreateSetupWnd"].children["cbRace"].values if (raceList.size() == 6) { raceList.remove(4) println "done!" } Edited February 14, 2018 by 'Hater 1
Pamela32 Posted February 15, 2018 Author Posted February 15, 2018 20 hours ago, 'Hater said: def raceList = xdat.windows["CharacterCreateSetupWnd"].children["cbRace"].values if (raceList.size() == 6) { raceList.remove(4) println "done!" } i will check it soon ( sex love sex love )
Pamela32 Posted February 15, 2018 Author Posted February 15, 2018 2 hours ago, Pamela32 said: i will check it soon ( sex love sex love ) where I have to it ? on charcreate? I try I can'.. I m using l2jsunrise xd
Recommended Posts