Last edited by tanzer21; 05-11-20 at 02:43 PM.
working this...
add for the warp
https://www.youtube.com/watch?v=woUN7izSh54
sorry for lag.. my PC have lower memory.
Thank @yokohiro it work. but now i create server on VPS i have a problem
https://ibb.co/dcKcwkH
Hi @yokohiro thanks for the great release! I am new to aura kingdom development and i was hoping to learn i hope you can help me!
Btw do you know where can i fix this?
There's no character shown when choosing class to create?
https://ibb.co/BgmfJpH
and is there something like itemlist? and how can i add them to my character?
Thanks in advance hope you can help me.
It ok now thank @yokohiro
use my last client... work fine here... only bug is; shinob dont apear this select class.
ps:
working in this new select class screen:
https://www.youtube.com/watch?v=3_pzwYed1g4
Last edited by yokohiro; 08-11-20 at 12:28 AM.
have you the backup SQL in SQL?
This backup is in .bak
Thank you
C_Item.ini / C_ItemMail.ini
for got item: /ci IDOFITEM
sample: /ci 39553
got this item: Super Running SPD Candy
use this for recovery the backups:
ps: remove yours database. run this command
ps: put .bak inside root folder
Code:createdb -T template0 ffaccount psql ffaccount < ffaccount.bak createdb -T template0 ffdb1 psql ffdb1 < ffdb1.bak createdb -T template0 ffmember psql ffmember < ffmember.bak
Last edited by yokohiro; 08-11-20 at 02:47 PM.
createdb -T template0 ffaccountpsql ffaccount < ffaccount.bakcreatedb: could not connect to database template1: FATAL: role "root" does not exist