i've tried now on windows 8 and it worked fine
but on windows 7 sp 1 ultimate it doesn't works (don't know why)
pressing login and nothing happens
Printable View
i've tried now on windows 8 and it worked fine
but on windows 7 sp 1 ultimate it doesn't works (don't know why)
pressing login and nothing happens
hmm ill try it on my 2nd System....
win7 32 bit (maybe i have a ide why it doesnt work and a solution if thats the problemwhat i think)
on Win7 64bit 4gb ram and i3 works well, its still bugged somewhere for what i have watch, but very nice relase, the bugs i have encourred are these +/- : if you delete all quests from the short menu , and you wanna add just the important missions , there nothing happens , remain empty. the second is when you relog your skill bar is empty too. and mount now work right !! , same for the login and the launcher , im making survival tera :D , grats @P5yl0.
UPDATE , cannot Climb up , remain there and nothing happen. i hope these help to you in ur work =) .
http://i59.tinypic.com/24bvhbl.png
Win 7 Ultimate - 32 bit - working
http://i.imgur.com/HodPfGy.jpg
Win 8.1Enterprise - 64bit - working
http://i.imgur.com/P6lyXfT.jpg
using one and the same tera folder... and files... !
sometimes.. i realized...the launcher doesn´t really react..
after a pc restart it worked again without problem...
nice release :)
Well, i don't know how it's coded, but it doesn't works.
website is working:
http://rghost.ru/6cnbQkSkV/image.png
.ini
WebServerUrl=http://127.0.0.1
Login doesn't works (just nothing happens after pressing Login button):
http://rghost.ru/78JdG5Tjt/image.png
for people who want join in Tera, i show something about the emulator, from tasty source
credits same from Op
http://www.youtube.com/watch?v=vlWtmASRP-g
daily fixes:
3. inventory saving between logout/relog
4. characters deleting from database
5. attack/skills delay impoving
6. updating character after relog (correct animation with weapon, info)
on coding: ui setting saving
i manage already about how fix UI Setting save ( is done in my head, i just need write, probably you too )
add on skype. we could work together...
skype : adrianolls
i'm going sleep but tomorrow i'm here to work too
it's easy
public static void SaveCharacterSettings(Player player, int id)
{
try
{
MySqlConnector.Execute("INSERT INTO character_settings (charId, setting_" + id + ") VALUES (" +
player.PlayerId + ",0x" +
Functions.BytesToHex(id == 1 ? player.Setting1 : new byte[] {0x00}) +
") ON DUPLICATE KEY UPDATE setting_" + id + " = 0x" +
Functions.BytesToHex(id == 1 ? player.Setting1 : new byte[] {0x00}));
}
catch (Exception e)
{
Logger.Log.WarnException("DbScrPlayer: Can't insert or update char settings.", e);
}
}
check rp setting info, Ui setting is written on account object not players
and what opcode to send setting1 to player
LOL (different character = different ui settings)
otherwise ui setting will be always same for every char on account
Ui setting is above chat options Interface etc..., CharacterSettings1 is about hotkeys etc, they two are saving on sameplace
yep hotkeys (hotkey bar)
currently only hotkey bar saving on priority
other settings not so (later)