Yeah i have it now forget it^^
Printable View
Yeah i have it now forget it^^
Hi guys, I have a problem. I block in "connecting to server"
my configuration.ini is okay but my login server and char server receive a unknow packet :s
How to resolve this problem please.
Hi guys, I have a problem. I block in "connecting to server".
My configuration.ini and db is okay but my login server receive an unknow packet :s
How to resolve this problem please
Hi guys, I have a problem. I block in "connecting to server".
My configuration.ini and db is okay but my login server receive an unknow packet :s
How to resolve this problem?
Hi guys,
I have a problem. I block in "connecting to server".
My configuration.ini and db is okay but my login server receive an unknow packet :s
How to resolve this problem?
Just follow the compile guide in the stickies. I use VC++ 2005 Express and the release version of the svn not the debug version. Maybe my code will not work on NA. I'll try to install NA later and test this.
quick question....mine doesnt glow o_O?? is there not a code that wasnt added and Erwt has em? lol or am i juss missing a stb or sumthin
u guys just made a lil mistake.. all gems are shining well even sparkling.. ( Pink Opal, too! looks awesome) but you can see it shiny only IF <--!!! you have the weapon unrefined like Six Stick Bow = /item 220 8 0 0 0 1... thats all.
greez dem.
u guys just made a lil mistake.. all gems are shining well even sparkling.. ( Pink Opal, too! looks awesome) but you can see it shiny only IF <--!!! you have the weapon unrefined like Six Stick Bow = /item 220 8 0 0 0 1... thats all.
greez dem.
just download and update dont take long
Thanks for the code. Any one working on quest?
Thanks again
just download the clint and update dont take long
There is no such thing as a glow/glow color
Welcome to EVO
There is no such thing as a glow/glow color
Welcome to EVO
Whats wrong with this i cant see new posts, but i see LAST POST BY ADDITUDE :S but i see my own as last.
ITEM MUST BE /ITEM ID TYPE 0 1 0 1 OR U WILL CAN'T SEE GLOW OR UR GLOW COLOR WILL BE INCORRECT.
All lot of persons have the refine visible ,is it really difficult to do? I think that's less difficult than gemming
ITEM MUST BE /ITEM ID TYPE 0 1 0 1 OR U WILL CAN'T SEE GLOW OR UR GLOW COLOR WILL BE INCORRECT.
All lot of persons have the refine visible ,is it really difficult to do? I think that's less difficult than gemming
I'm desperate to have the right glow of the gems. So I've done some debugging and I think this should fix it:
Open: World Server/extrafunctions.cpp
Find:
Replace:Code://----Build Item refine
unsigned CWorldServer::BuildItemRefine(CItem thisitem)
{
if (thisitem.stats == 0)
return thisitem.refine;
else
return thisitem.refine + 0xd00+(thisitem.stats-320)*4;
}
Tested in pROSE v118 and TALA v119 with the latest STBs extracted. (I dont' know for NA cause I don't have that installed)Code://----Build Item refine
unsigned CWorldServer::BuildItemRefine(CItem thisitem)
{
if (thisitem.stats == 0)
return thisitem.refine;
else
{
if (thisitem.refine < 144)
thisitem.refine = 144;
return thisitem.refine + 0xd00+((thisitem.stats-36)-320)*4;
}
}
ok does anyone kno how to fix dmg? but i can only run the server in the relse folder not the Debug so if anyone had it would be great also i wann kno more info about making a Drop list i got some from SVN just need to kno what each colum is for. add me on msn to help me if u can please? PM me if u can help me TY!
cant login cuss unknown packet...
[WARNING]: (SID:192) Received unknown packet. Command:c09d Size:0006
this is with na evo fully updated... ideas on this fix? maybe i should jump to tala?
Seriously all work with no stat and no refine item -__-
omg well since people dont understand what has been going on with the gemming I'll try to break it down as clearly as I can.
First.. Arnie's gemming code worked just fine.. colors.. grades.. everything worked fine .. but only with nonstatted unrefined items.. and if you add peps code nothing will change.. except for the fact that you can use gems in refined gear with right color glow and such. So for all the people using Arnie's code.. try gemming unrefined and unstatted items. And for people that added peps code (people who actually added the code and compiled a new server.exe) should have no problems with any sort of items (maybe on items that need appraisal, havent checked that yet) but to be safe just add peps code and gem items that _dont_ need appraisal.. you can even use (9) gear. Dont bother askin me if what I said works or not.. what I said is how I experienced everything. If you want to see if it works _TRY_ it out and if you dont know how to add the code and compile.. then I'm sorry but you're never going to have a decent server.
Exactly
Item refined or stated who has been created with the svn 76 show a wrong glow that's normal DON'T USE REFINED AND STATED.
Arnie do u think u can fix the show stuff refine?
so peps, will that fix the glow's color?