[Help Thread] Please post your questions here.

10/11/2018 14:58 1nternalError#7261
Quote:
Originally Posted by 1nternalError View Post
Hello everybody ! The problem with the client 7.2, very often crashes on Windows 8/10. I could get a log via ollydbg

CPU - main thread, module SFrame

EAX 178CA37C
ECX 17DE9238
EDX 17E3AD0D ASCII "utton_tab_01"
EBX 17DE9148
ESP 0019F398
EBP 178CA338
ESI 656D6172
EDI 178CA37C
EIP 007653D5 SFrame.007653D5

C 0 ES 002B 32bit 0(FFFFFFFF)
P 0 CS 0023 32bit 0(FFFFFFFF)
A 0 SS 002B 32bit 0(FFFFFFFF)
Z 0 DS 002B 32bit 0(FFFFFFFF)
S 0 FS 0053 32bit 35C000(FFF)
T 0 GS 002B 32bit 0(FFFFFFFF)
D 0
O 0 LastErr 00000000 ERROR_SUCCESS
EFL 00210202 (NO,NB,NE,A,NS,PO,GE,G)

ST0 empty 8.0000000000000000000
ST1 empty -8.0000000000000000000
ST2 empty -0.0
ST3 empty 182.12109375000000000
ST4 empty -8.0000000000000000000
ST5 empty -3.5605468750000000000
ST6 empty 0.0
ST7 empty 5.0000000000000000000
3 2 1 0 E S P U O Z D I
FST 003F Cond 0 0 0 0 Err 0 0 1 1 1 1 1 1 (GT)
FCW 027F Prec NEAR,53 Mask 1 1 1 1 1 1
Last cmnd 0000:00658942

XMM0 00000000 00000000 00000000 00000000
XMM1 00000000 00000000 00000000 00000000
XMM2 00000000 00000000 00000000 00000000
XMM3 00000000 00000000 00000000 00000000
XMM4 00000000 00000000 00000000 00000000
XMM5 00000000 00000000 00000000 00000000
XMM6 00000000 00000000 00000000 00000000
XMM7 3F4B8696 35088B36 00000000 00000000
P U O Z D I
MXCSR 00001FB3 FZ 0 DZ 0 Err 1 1 0 0 1 1
Rnd NEAR Mask 1 1 1 1 1 1
current issues
10/11/2018 16:11 ThunderNikk#7262
Log means nothing to me. Just a bunch of random.

Have you tried normal things people would try with a client crashing on your PC?

Not really our job here in these forums to try and figure out why a PC cant run a client, but try running it on a clean start up. Make sure you do not have an AV issue...comodo anyone? Rule out what could possibly cause conflicts.
10/11/2018 16:56 Dark Blaze#7263
Quote:
Originally Posted by 1nternalError View Post
current issues
Can you run any other client? Test a 9.1 and a 6.2 client to see if the issue occurs with older clients only.
10/16/2018 08:47 waahaha#7264
how to know item is equipped in lua script?
10/19/2018 12:44 xxfaisalxx#7265
AUTH DB INIT ERROR : [DBNETLIB][ConnectionOpen(Connect)].]Specified SQL server not found.

^ How can i Fix this Please?
10/19/2018 12:49 ThunderNikk#7266
You need to double check your SQL server services and your .opt files.

Make sure you have set the .opt files to local host.

Make sure your server services are running.
10/19/2018 16:50 xxfaisalxx#7267
Quote:
Originally Posted by ThunderNikk View Post
You need to double check your SQL server services and your .opt files.

Make sure you have set the .opt files to local host.

Make sure your server services are running.
is there a guild more clear than the original one? so it can give us more specific details?

Quote:
Originally Posted by ThunderNikk View Post
You need to double check your SQL server services and your .opt files.

Make sure you have set the .opt files to local host.

Make sure your server services are running.

could you please explain further?
10/19/2018 18:14 ThunderNikk#7268
Are your SQL server services running...

[Only registered and activated users can see links. Click Here To Register...]

Did you make sure the .opt files are set to local host address? 127.0.0.1

You should find useful .opt examples in the guide.
10/20/2018 07:53 xxfaisalxx#7269
how to make the launcher?
i followed the instructions but it doesn't work though.. even the video in the end its not clear how to download/make the launcher/client!
please do respawn and share me the informations!
My deepest thanks.

i also have when logging in the game .. in the acc/pass section "cannot connect to the login server" ??
10/20/2018 16:13 ThunderNikk#7270
The launcher is a text file.

You copy the local host launcher text into it and then save it with a .bat extension.

if you cannot connect to the log in server when logging into the game it is usually a port issue as long as you have changed the addresses in the .opt file to local host 127.0.0.1

The port in your .bat file should be the same one listed in the .opt file under...

S io.auth.port:
10/20/2018 17:31 xxfaisalxx#7271
Quote:
Originally Posted by ThunderNikk View Post
The launcher is a text file.

You copy the local host launcher text into it and then save it with a .bat extension.

if you cannot connect to the log in server when logging into the game it is usually a port issue as long as you have changed the addresses in the .opt file to local host 127.0.0.1

The port in your .bat file should be the same one listed in the .opt file under...

S io.auth.port:

can't find this one , where is it located exactly?
S io.auth.port:[/QUOTE]
10/20/2018 17:34 ThunderNikk#7272
In the auth .opt
10/20/2018 19:44 xxfaisalxx#7273
I can now launch the game perfectly , But when i Press M i get d/c?
What's the problem here?

Plus!
also how can i set my dbo. to 100 permission?
10/22/2018 03:19 waahaha#7274
In Telecaster.dbo.Character ,change permission cloum to 100.

in lua script,when player equipped a item,using delete_item(handle,count) cant delete the item..how to know item is equipped in lua script? thanks a lot...

2:if item has 2 sockets in ItemResource,but player kill a monster that droped the item ingame,maybe found the item has 3 or 4 sockets,why? and how to change the count of real sockets ingame? thanks again.
10/22/2018 05:19 xxfaisalxx#7275
Quote:
Originally Posted by waahaha View Post
In Telecaster.dbo.Character ,change permission cloum to 100.

in lua script,when player equipped a item,using delete_item(handle,count) cant delete the item..how to know item is equipped in lua script? thanks a lot...

2:if item has 2 sockets in ItemResource,but player kill a monster that droped the item ingame,maybe found the item has 3 or 4 sockets,why? and how to change the count of real sockets ingame? thanks again.
okay thanks, i have done the permission to 100 , but when i log in the game should i have the [GM]TAG? , even when i use GM-Tools nothing happens?

Quote:
Originally Posted by ThunderNikk View Post
In the auth .opt
I do have some question about the server:

A) Why does the game have some Delay while moving/attacking? , should i download a new client?

B) Making an account still gives me an error (dose the Null refuse to accept it or i'm missing some files)?

C) how can i use a GM-Tool?