hi because keving deleted his guide to make exppotion i post my guide, im new in c# (5weeks) so it is possible that it aint working.
if it is not then tell me (but i tested it and it worked)
i hope you will like it there on your chair:p
Guide to make 1 Hour double exp (ExpPot)
(1: go to character.cs and add the code below in line 20:
(2: add this on line 19 in character.cs:
(3: add this in line 3222 in character.cs:
(4: Hit the thanks button for me and debug everything and enjoy your ExpPotion effect!
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
if it is not then tell me (but i tested it and it worked)
i hope you will like it there on your chair:p
Guide to make 1 Hour double exp (ExpPot)
(1: go to character.cs and add the code below in line 20:
Code:
public uint dexptime = 0;
Code:
public byte dexp = 0;
Code:
else if (ItemParts[0] == "723017")
{
dexptime = 3600;
dexp = 1;
MyClient.SendPacket(General.MyPackets.Vital(UID, 19, dexptime));
RemoveItem(ItemUID);
}
Code:
Post questions about this guide here on this thread, Do not spam the forum with new threads! I posted this to help people, this codes are from the ultimateco source.
[Only registered and activated users can see links. Click Here To Register...]