ei nice work luciano..game server is completely running but when i connect with my 1.04h client, ive been disconnected..what may the problemwith that?can you help me pls
thnx:construct
Printable View
ei nice work luciano..game server is completely running but when i connect with my 1.04h client, ive been disconnected..what may the problemwith that?can you help me pls
thnx:construct
Thanks a lot Shagoon!!:)
I need patch english for 1.04H??Plzz help me
how can i create an account
Please...I have a problem...The shop's prices are to expansive...how can I lower them?:bot:
isn't this a release section? ;) haha...nxt time go ask on help section dude..:clown:
heres some info..try opening on muserver\data\shop0-16 and edit the code there change the 255 to 0...but 2 make sure i suggest search for the some guide im sure theres a lot of them here...
wrong.
didn't you notice he mentioned not being able to create the summoner class after the error appears, and have you even bothered to check your defaultclasstype entry of the summoner class?
i don't have that error in all the editors i used either.
and moreover, the web data/table isn't linked to the editor data.
bottomline, it wont hurt if he gives the suggestion a try, then report back.
do you yourself have a solution to his question?
i gat zen bug
i gat 344 zen and when i buy items or move show the nomal zen..
luciano you gone release skills fix?
and can you give your monsteSetBase?
without the summoner entry in the database, those using the new client (1.04N - 1.04Q) wont be able to get ingame and would get stuck on loading.
those using 1.04H or 1.04J can get in fine but without the visuals (of course ^^)
if they are using the older client then they can ignore the error.
Dude I use the new client. I made summoners with the editor. I can create it a char selection screen. I can login with any char with his items on. They will not dissapear and it won't get stuck at all...and I DO HAVE the "from" error. I have it on most of versions on almost all editors....so it just can't be about the summoner...
items are dependent on the item.txt file and if its updated with the summoner ones, then it wont vanish. one of the reasons people get stuck using the new client is the missing summoner addition entry to defaultclasstype, poeple actually execute the query, but then it vanishes when the server files are rerun. anyway, i agree, if all goes well for you despite the editor error msg (which i don't have ^^) then it could be something else.
To fix deleting entry of class 80 add this job to sql:
Code:USE [MuOnline]
DELETE FROM DefaultClassType where class='80';
INSERT INTO DefaultClassType (Class, Strength, Dexterity, Vitality, Energy, Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY, DbVersion, Leadership, [Level], LevelUpPoint)
VALUES (80,21,21,18,23,70,70,40,40,0,182,128,3,0,1,0)