[Release]DB 7.3 Arcadia from RDB convertion

03/23/2012 14:46 ismokedrow#46
Classic sign of a bad client. Only the client stops at half, the server actually logs you in. Check both Auth and Game Server Consoles (Press F3) and they will report 1 client. You need to use a fully updated 7.3 US Client + 7.3 PH SFRAME
03/23/2012 14:50 GeneraL_SchnitzeL#47
thanks , and how i can fix that thing with the skills :)?
03/23/2012 15:00 ptifou78#48
Many db is fixed sry i have done an error on my function to convert into string but is fixed :)
Edit 23/03 3:00pm = > SummonResource 7.3 fixed :)
Edit 23/03 3:00pm = > StateResource 7.3 fixed :)
Edit 23/03 3:00pm = > FieldPropResource 7.3 fixed :)
Edit 23/03 3:00pm = > NPCResource 7.3 added :)
03/23/2012 15:03 GeneraL_SchnitzeL#49
Quote:
Originally Posted by ptifou78 View Post
Many db is fixed sry i have done an error on my function to convert into string but is fixed :)
Edit 23/03 3:00pm = > SummonResource 7.3 fixed :)
Edit 23/03 3:00pm = > StateResource 7.3 fixed :)
Edit 23/03 3:00pm = > FieldPropResource 7.3 fixed :)
Edit 23/03 3:00pm = > NPCResource 7.3 added :)
pitfu do you know how to fix it? i cant skill evertyhing ._.
03/23/2012 15:08 ptifou78#50
See my first post... i take all in this first post and is already fixed just download new link ;)
For skills is missing smtp stop to ask if with that db you can update skills
03/23/2012 15:25 GeneraL_SchnitzeL#51
Quote:
Originally Posted by ptifou78 View Post
See my first post... i take all in this first post and is already fixed just download new link ;)
For skills is missing smtp stop to ask if with that db you can update skills
sry dude i dont understand ur sentence :D , i used all sql server files from you in the first page, but i still cant skill skills with my char..
03/23/2012 15:31 ptifou78#52
Use your brain,use google if you don't understand... i know i don't speak very well english but here you can understand...

For skills is missing smtp stop to ask if with that db you can update skills
03/23/2012 15:51 falkenman#53
use for skills Learn_skill. xD and wait for my skill table..
03/23/2012 15:52 GeneraL_SchnitzeL#54
also kann man noch nix skillen? bzw sag mal den kompletten learn skill command pls :D
03/23/2012 16:01 falkenman#55
man kann noch garnix skilln bzw noch ned alles ich arbeite daran /run learn_skill("skill id")
03/23/2012 16:03 GeneraL_SchnitzeL#56
Quote:
Originally Posted by falkenman View Post
man kann noch garnix skilln bzw noch ned alles ich arbeite daran /run learn_skill("skill id")
danke , hast du zufällig eine skill id liste ? , und wann realeased du dein skill table :D?
03/23/2012 16:20 TheOnlyOneRaskim#57
Gründe dafür das man nichts skillen/skills erlernen kann:

- dbo.skillresource nicht vorhanden/unvollständig
- dbo.skilltreeresource nicht vorhanden/unvollständig
- dbo.skillstage nicht vorhanden/unvollständig
- dbo.skilltreedisplay nicht vorhanden/unvollständig

Und mal ganz unter uns, es wurde mehrfach von Pitfou erwähnt (ebenfalls von demonlord und ismoke und die ganzen konsorten), das sie noch nciht fertig sind mit ihren DB´s.

Also bei allem Respekt, du hast 2 Möglichkeiten:

- Fix die File´s auf eigene Faust
- warte wie fast 90% der Leecher gemeinde hier auf die fertige Arbeit anderer


kthxbye ;)
03/23/2012 16:29 haxti#58
Quote:
Originally Posted by GeneraL_SchnitzeL View Post
danke , hast du zufällig eine skill id liste ? , und wann realeased du dein skill table :D?

Bastel dir doch selbst eine. Das ist ein einfaches SQL script.
Da ich keine aktuelle DB hab (keine Zeit dran zu basteln) hier eine kleine Hilfestellung:

Code:
SELECT skill.id, skill.text_id, string.value
FROM Arcadia.dbo.SkillResource skill, Arcadia.dbo.StringResource string
WHERE skill.text_id = string.code
ORDER BY value ASC
Keine Ahnung, obs so funktioniert. Wie gesagt: Gerade keinen SQL da. Spaltennamen hab ich nur noch grob im Kopf und weiss nicht, ob die nicht mittlerweile anders sein. Die Idee dahinter sollte jedoch einfach zu verstehen sein.
03/23/2012 16:33 GeneraL_SchnitzeL#59
wenn ich das sql script einfüge kommt das : Meldung 207, Ebene 16, Status 1, Zeile 3
Invalid column name 'name_id'.
Meldung 207, Ebene 16, Status 1, Zeile 1
Invalid column name 'name_id'.
:D
ich habe nicht so viel ahnung von sql , also sry^^
03/23/2012 16:34 haxti#60
dann ersetz name_id mit text_id