Jump to content

FactorX

Members
  • Posts

    116
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by FactorX

  1. Hello to all ... how can you get so many 'offenders' to me because I do not understand certain things? And for what? To give some users the chance to offend?
    I thought MaxCheaters was something serious. But offend if you do not understand something is the first place. I do not know what the administrator of this site and developers will understand about this. My opinion is that we should talk / write nicer. Because you do not know who you are talking about. Older times, a few years ago, MaxCheaters was much more beautiful. More savvy users ... but time passes.
    and anyway, I thank you for my answers and my little misconceptions. Have a beautiful day.

  2. // Was the character not yet inside this zone?
    			if (!_characterList.contains(character))
    			{
    				List<Quest> quests = getQuestByEvent(EventType.ON_ENTER_ZONE);
    				if (quests != null)
    				{
    					for (Quest quest : quests)
    						quest.notifyEnterZone(character, this);
    				}
    				_characterList.add(character);
    				onEnter(character);
    			}
    		}

     

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock