Jump to content

nortim

Members
  • Posts

    209
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by nortim

  1. Good evening, my doubt is where I should add the line you gave me, in which of the two options?
  2. yes, i need help for add abnormalseffect in my npcs custom
  3. Good evening, Mr. I have a doubt, I added the mod Npc Whith Aura in my project, however only have two possibilities of effects in npc, I wanted to add abnormalseffects in npcs, how would the lines stay? Line Mod Retail: writeC(_npc.isFlying() ? 2 : 0); if(Config.LIST_NPC_WITH_AURA.contains(_npc.getNpcId())) { writeC(0x20);// auras for npcs | red circle } else { writeC(0x20); }
  4. @Override public synchronized void run() { // while server is running while(true) { // if no have participants or arenas are busy wait 1 minute if (registered.size() < 2 || free == 0) { 112 --> try { Thread.sleep(Config.ARENA_CALL_INTERVAL); } catch (InterruptedException e) { e.printStackTrace(); } continue; } List<Pair> opponents = selectOpponents(); if (opponents != null && opponents.size() == 2) { Thread T = new Thread(new EvtArenaTask(opponents)); T.setDaemon(true); T.start(); } //wait 1 minute for not stress server try { Thread.sleep(Config.ARENA_CALL_INTERVAL); } catch (InterruptedException e) { e.printStackTrace(); } } }
  5. Good evening, Mr. My server has an event called Tornament Event, but I noticed that when I restart the server an error appears, what should I do to fix it? The error is that of print ..
  6. HELLOW GUYS! I' NEED BUY MOD PHANTOM PLAYERS WORK IN ACIS! PRICE?
  7. Good morning, Mr. I was away and I forgot a little the operation of the forum so if the post is in the wrong area I'm sorry! I was wondering if it would be possible for someone to provide the core of a JFROZEN without javalution free or paid, if it is paid how much would that amount be?
  8. Good night, mxc, I'm adding an npc buffer that the Melron member shared and I'm having error creating the macro buff ... can someone help me? Error: http://i64.tinypic.com/2jalxtw.png Npc : http://www.maxcheaters.com/topic/209418-interlude-acis-buffer-tryskell/page-3
  9. Good evening, sir, I'm having the following error in my acis, I use the command "<list maintainEnchantment =" true ">" but the items when purchased in the custom store are not charmed and already looked at my core And my rev apparently has This mod, however, does not work, what should I do?
  10. Good afternoon, guys, I recently changed my project to the Acy 368 and I'm adding mods and everything, I noticed a mod that already exists (I think it already comes in clean acys why not adc this mod and I got the core of it gross! ) And is not working properly, or at least not 100%. The mod is on the NPC CREST SHOW (I think everyone already know this), he's just making some npcs pick up the clan crest from the town's castle owner ... could anyone help me get all npcs to pick Crest
  11. How do I put the days that are missing from the community htm? I mean, what code does it have to be used on HTM to display?
  12. Good afternoon mxc, I'm adc a java mod in my project and got error in this line of acys: Diff Mod ServerGuard:
  13. Good evening, Mr. I am having two problems in my package acys 368. The first is that if I get subclass in any npc, I can only go back to the class base in the source npc of my class. Ex: Duelist picks base subclass so back to Duelist class when to stop at Warrior Guild and talk to the npc of the .. The second is that if I log two accounts and try to attack each other a message appears and the characters can not attack each other .. can anyone help me?
  14. Good afternoon mxc I found this mod in a forum, where it updates the ranking of the olympiadas daily, I wanted to modify it so that it updates every 1 hour during the period of the olympiads, how would it have to stay?
  15. The changelog I received does not have any sql to be added.
  16. What I did was upgrade the changlos to the acys 369, and then I started having those errors ..
  17. The one in npc I understood, regarding the problem of creating chars, what should I?
  18. Good night mxc, I'm having error, when I try to create a char on my server, I can not, the char does not create and this error appears in gs .. I also have another error in another line ... could someone help me?
×
×
  • Create New...