Lomkevicius Posted January 6, 2019 Posted January 6, 2019 does any1 know how to change gm access what number, cant find on this server.....
RafaelOvack Posted January 13, 2019 Posted January 13, 2019 (edited) HELP FOR NEWBIES: 1* You need JDK 1.8 to run the batch files succefully. 2* Remove MySQL password or just change the File Configs from the wanted lines that ask you mysql username= root mysql password = Edited January 14, 2019 by RafaelOvack
Meliana Posted January 23, 2019 Posted January 23, 2019 Hello, someone has managed to find some backdoor? do you know if he has? if someone has found any (active) you can show it thanks.
Katara512 Posted February 19, 2019 Posted February 19, 2019 how is possible that this system running utx's like starting logo and loading screen which do not exist on my client ? which method the dev used? some kind of binding maybe on the dlls
williandpaula Posted March 8, 2019 Posted March 8, 2019 On 2/18/2019 at 10:42 PM, Sidereal Day said: how is possible that this system running utx's like starting logo and loading screen which do not exist on my client ? which method the dev used? some kind of binding maybe on the dlls all utx are inside the "system" folder in some .u files
Katara512 Posted March 11, 2019 Posted March 11, 2019 On 3/8/2019 at 5:37 PM, williandpaula said: all utx are inside the "system" folder in some .u files Nice thinking , thanks for the info
captain.jack Posted February 16, 2020 Posted February 16, 2020 (edited) Hello,, i found confused it connect gameserver use external hostname,but if configuration internal hostname same network not problem, if use external hostname cannot login enter game then i has config router open port ip public but cannot login in game only login you can help me ? Edited February 16, 2020 by captain.jack
Urbanhack Posted February 22, 2020 Posted February 22, 2020 On 2/16/2020 at 12:48 AM, captain.jack said: Hello,, i found confused it connect gameserver use external hostname,but if configuration internal hostname same network not problem, if use external hostname cannot login enter game then i has config router open port ip public but cannot login in game only login you can help me ? i solved it doing this: set all ips as default then: gameserver host = * externalip = your public or noip adress loginhost = your internal ip check it in cmd>ipconfig
StarSCreams Posted February 28, 2020 Posted February 28, 2020 (edited) hi any can help me with add killing spree? i already add some lines in model/player.java but dont work properly find: private long _resurrectionBuffBlockedTime = 0; i put below private int kill_streak = 0; find: protected void doPKPVPManage(Creature killer) { and search pk.setPvpKills(pk.getPvpKills() + 1); and i put below kill_streak++; switch(kill_streak) { case 1: blah blah blah break; case 2: blah blah blah } find protected void onDeath(Creature killer) { i put below if(kill_streak > 0) { if(kill_streak > 12 { kill_streak = 0; announcement stop killing spree blah blah blah; } } but not work, when character kill other update the kill_streak at same time for (pk and victim) and never increment the kill_streak i need stop killing_spree when killer die any can help me? thanks sorry for my bad english. Edited February 28, 2020 by StarSCreams
Urbanhack Posted March 3, 2020 Posted March 3, 2020 anyone know where classid and race are stored when u make a character? cuz isnt stored in characters database table. i search in all sql files but doesnt exist. i need it for a web script. thx in advance.
StarSCreams Posted March 4, 2020 Posted March 4, 2020 On 3/3/2020 at 11:10 AM, Urbanhack said: anyone know where classid and race are stored when u make a character? cuz isnt stored in characters database table. i search in all sql files but doesnt exist. i need it for a web script. thx in advance. you dont searched fine
Recommended Posts