someone has the system to lock the items that can post
ty^^
ty^^
Go trade.cs search for: case 10 and comment the GM part of the code adding these ->> /* */Quote:
How am i able to make my gm characters trade stuff
case 10:
{
Character Who = (Character)World.H_Chars[C.MyChar.TradingWith];
if (Who != null && Who.ClickedOK)
{
/* if (C.GM && !Who.MyClient.GM)
return;
else if (Who.MyClient.GM && !C.GM)
return;
else*/
Go Character.cs and search for EqStats.TotalBless then change the last value of each line example:Quote:
hello all
why in my server 5165 one level 70 kill one level 130 higth potins
Quote:
Go Character.cs and search for EqStats.TotalBless then change the last value of each line example:
change from
Damage = (uint)((double)Damage * (100 - EqStats.TotalBless) / 100)
to
Damage = (uint)((double)Damage * (100 - EqStats.TotalBless) / 80)
bigger numero means less damage
smaller numer means more damage
There are many of these line so read the whole character.cs
Dude, Im sorry if Im offending you, I really dont want to be mean, but you need to use a translator.Quote:
when i make items +11 or +12 and make desconect acc and open agine this items beecome 3 aND MORE items +11 or +12 why ?
sorry for bad englishQuote:
Dude, Im sorry if Im offending you, I really dont want to be mean, but you need to use a translator.
This one should work fine [Only registered and activated users can see links. Click Here To Register...]