[HELP]Modify Arcane Reagent

06/03/2015 15:23 MayCreon#1
#fuckyouelite
06/03/2015 22:37 AncientCompiler#2
Quote:
Originally Posted by MayCreon View Post
HI ElitePvpers!

How to can i modify arcane reagent rates,
How you mean ? Better Chance for better OPTS on the runes after unsealing or what?
Or generally higher the OPTS ?

Quote:
Originally Posted by MayCreon View Post
HI ElitePvpers!
and how to set login spawn position on tenterserver??
How you mean ? For each login or after creating a char?
06/05/2015 13:55 MayCreon#3
Yes,for each login spawn x;y.
I want better OPTS on the runes/jewellery
after unseal.
06/05/2015 14:39 AncientCompiler#4
Quote:
Originally Posted by MayCreon View Post
Yes,for each login spawn x;y.
TGAME_GSP -> Functions -> TEnterServer
PUT THIS CODESNIPPET somewhere into this function and edit the mapid + coordinates
Code:
UPDATE TCHARTABLE SET wMapID = 0, fPosX = 3774, fPosY = 86, fPosZ = 406 WHERE dwUserID = @dwUserID AND dwCharID = @dwCharID
Quote:
Originally Posted by MayCreon View Post
I want better OPTS on the runes/jewellery
after unseal.
Higher the values in TGAME_GSP -> Tables ->TITEMMAGICCHART

Open the spoiler for description of bMagic

Increase the "bMaxValue" to increase all Rates on Server
Increase "wMaxBound" for better Runes
Optional "wRareBound" describes rare OPTS like
Normal Rates on XBOW = 43/11/11 and if someone have much luck he can receive OPTS from "wRareBound" which can be like 48/13/13 (Depends how you set it)

Greetings
06/05/2015 15:26 MayCreon#5
Thank U ^_^