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
Printable View
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?
mines dont even glow...i have no idea y
Well, it's working for me. Try entering these commands:
The glow will now correspond to the grade and color of the gem.Code:/item 1 8 9 1 317 1 > Wooden Sword(9) w/ R7
/item 1 8 5 1 317 1 > Wooden Sword(5) w/ R7
/item 1 8 9 1 314 1 > Wooden Sword(9) w/ R4
/item 1 8 5 1 314 1 > Wooden Sword(5) w/ R4
/item 1 8 9 1 313 1 > Wooden Sword(9) w/ R3
/item 1 8 5 1 313 1 > Wooden Sword(5) w/ R3
/item 1 8 9 1 327 1 > Wooden Sword(9) w/ S7
/item 1 8 5 1 327 1 > Wooden Sword(5) w/ S7
/item 1 8 9 1 324 1 > Wooden Sword(9) w/ S4
/item 1 8 5 1 324 1 > Wooden Sword(5) w/ S5
/item 1 8 9 1 323 1 > Wooden Sword(9) w/ S3
/item 1 8 5 1 323 1 > Wooden Sword(5) w/ S3
..and so on..
so u say type the scoketed gem in insted of puting it in manually?
Now error with New TRose, i update it in Rose Online Evo carpet, and gameguard have an error :(