Gotta force close it by killing the process lol
All i did was change the days then click rebirth, then when i see nao i send the code again
Have you had any luck rebirthing with the code?
Did you get my pm i seem to trouble replying on this forum for some strange reason?
Question About Option Code.. 04/27/2011 - Dekaron Private Server - 2 Replies Hey guys, I just wanted to know if there was an option code for skill decrease cool down to use in like, armors , gems, weps etc...
thank you.
[question]mob code IDs 03/27/2010 - CO2 Private Server - 11 Replies i know it sounds real nubbish, but does anyone have a mob code list? i used to have one, but not anymore. i used #search, couldn't find it either.
[Question]New ghostmode code 11/13/2009 - Dekaron - 3 Replies Everybody who used to use ghostmode(or invisibility) noticed that the old code dont work anymore, even after a lot of tries i couldn't make it work, so im asking, does anyone here have the new code?
Even if you got a tip or a idea post it here(or send me by e-mail [email protected])
[QUESTION] This code 07/18/2009 - CO2 Private Server - 12 Replies Anyone see anything wrong with this code here?
public static void SurroundDroppedItems(Character Me, bool Check)
{
foreach (DictionaryEntry DE in DroppedItems.AllDroppedItems)
{
DroppedItem item = (DroppedItem)DE.Value;
if (item.Map == Me.LocMap)
if (MyMath.CanSee(Me.LocX, Me.LocY, item.X, item.Y))
if (!MyMath.CanSee(Me.PrevX, Me.PrevY, item.X, item.Y) || Check == false)