[Help Thread] Please post your questions here.

12/14/2015 15:43 PetTrainer#5341
Hallo Leute,
ich wollte meinen Server mal mit Deutschem Offi Client spielen:D .. tja bei wollte ist es nun auch geblieben:( ...
Wenn ich mit Deutschem Client auf meinem Server einlogge geht alles, bis zur Charakter-Auswahl ohne Probleme.. aber wenn ich mir dann meinen Charakter aussuche und auf Bestätigen gehe.. bleibt der Ladebalken bei der hälfte stehen und geht nicht mehr weiter.
Bitte um Hilfe =( ich komm einfach nicht mehr weiter =(

anbei 2 Screenshots und meine .opt files ..

Charakterauswahl

Ladescreen

Auth.opt

Common.opt

GameServer.opt

Launcher
12/14/2015 16:44 TheOnlyOneRaskim#5342
Der Gameserver spuckt dir sicherlich ne Meldung beim einloggen aus. Die sieht in etwa so aus

"Received message from unlogined connection (random zahl)

Falls dem so ist, benutzt du eine 9.2 sframe bzw die aus dem Release Thread. Besorg dir ne 9.1 und Pack die in den clienten.

Falls du geduldig bist Poste ich die nachher wenn ich Zuhause bin.
12/15/2015 10:26 Sherock#5343
can i make lua function that have the name of this function ?
/run insert_item(100001, 1, 1, 1, 2,"saw")

function insert_item( id , num , enhance , level , status , name )
notice (name)
end


is it able ??
12/16/2015 09:36 CHlNAMAN#5344
Quote:
Originally Posted by Sherock View Post
can i make lua function that have the name of this function ?
/run insert_item(100001, 1, 1, 1, 2,"saw")

function insert_item( id , num , enhance , level , status , name )
notice (name)
end


is it able ??
No, but for the sake of scientific research why not try?
12/16/2015 12:08 Sherock#5345
Quote:
Originally Posted by Leqendary View Post
No, but for the sake of scientific research why not try?
i tried its not able

if you did it , the system will ignore the original and use the one that you wrote in lua
12/16/2015 12:34 g_d_dragon#5346
Quote:
Originally Posted by Sherock View Post
can i make lua function that have the name of this function ?
/run insert_item(100001, 1, 1, 1, 2,"saw")

function insert_item( id , num , enhance , level , status , name )
notice (name)
end


is it able ??

Well you can do a new dlg_menu which will be insert a item to the char.


Its an example if u mean this :D
12/16/2015 15:14 PetTrainer#5347
Hi, also mit der SFrame geht es nun..
Aber nun sehe ich meinen Charakter nicht sondern nur die Hände,das Gesicht und die Füße =(
12/16/2015 15:21 Sherock#5348
Quote:
Originally Posted by g_d_dragon View Post
Well you can do a new dlg_menu which will be insert a item to the char.


Its an example if u mean this :D
i wanna record all gm's codes in globalvariable
12/16/2015 19:03 guildeur#5349
bonjour voila jai un souci averc mon server sous hamachi le server ce lance mes moi je ne peux me connecter dessu
12/17/2015 17:13 PetTrainer#5350
Bitte um Hilfe =(
12/17/2015 18:37 ThunderNikk#5351
Quote:
Originally Posted by PetTrainer View Post
Bitte um Hilfe =(
You haven't really provided enough information, but I am going to guess that you have the wrong sframe for the server file release that you are trying to run if you can only see your characters head hands and feet.

I apologize for not being able to provide an answer in German as it would only be crappy Google translate.
12/18/2015 10:38 bertie2008#5352
Quote:
Originally Posted by TheOnlyOneRaskim View Post
Try different (and existing) motion_file_id's.

Not the cleanest way, but it will work.
Thanks Raskim, I am having the same problem as Brock, is there a way to find existing unused motion_file_id.

Thanks

**Merry Christmas to all**
And Thank you to everyone that helps us with our queries, without you I for one would not have my little private server that my children and I enjoy so much.
12/18/2015 12:19 g_d_dragon#5353
Quote:
Originally Posted by bertie2008 View Post
Thanks Raskim, I am having the same problem as Brock, is there a way to find existing unused motion_file_id.

Thanks

**Merry Christmas to all**
And Thank you to everyone that helps us with our queries, without you I for one would not have my little private server that my children and I enjoy so much.
When u try to add for example the silver or golden dragon so use the motion_file from a white_dragon_lv3.

For example for the frozen eye i used the motion file from a kaian/ice maiden evo2

So it should work.
12/19/2015 15:33 Charliefoxtrott#5354
I followed this guide, but can't insert/add any items:
[Only registered and activated users can see links. Click Here To Register...]

I tried these commands already:
#insert_item([itemcode], 1, [enchant], 2, "CharacterName")
(normal items)

#insert_item([itemcode], [quantity], 2, "CharacterName")
(consumables with no enchant/level)

#insert_item(540014, 1, 1, 1, -2147483648, "CharacterName")
(this should basically add a poultry)

None of them works.

I can use other commands, like #warp, #learn_all_skill, ##learn_creature_all_skill with no Problems.

I tried different items from different lists, but can't get any to work.

What in hell am i doing wrong? :(
12/19/2015 16:03 g_d_dragon#5355
Quote:
Originally Posted by Charliefoxtrott View Post
I followed this guide, but can't insert/add any items:
[Only registered and activated users can see links. Click Here To Register...]

I tried these commands already:
#insert_item([itemcode], 1, [enchant], 2, "CharacterName")
(normal items)

#insert_item([itemcode], [quantity], 2, "CharacterName")
(consumables with no enchant/level)

#insert_item(540014, 1, 1, 1, -2147483648, "CharacterName")
(this should basically add a poultry)

None of them works.

I can use other commands, like #warp, #learn_all_skill, ##learn_creature_all_skill with no Problems.

I tried different items from different lists, but can't get any to work.

What in hell am i doing wrong? :(
You can use in game /run insert_item. But u need permision 100.