Jump to content

InFiNiTe

Members
  • Content Count

    40
  • Joined

  • Last visited

Everything posted by InFiNiTe

  1. hello, I have few questions about this, I was testing in hercules these items, like convex mirror and bosses, but bosses before, they use to spawn like minions xD helpers that attak the players once they come closer... but recently they don't, I don't know what have been changed since I use to have a server but anyway... why they don't cast some skills before they did? The question about convex mirror is that it doesn't detect boss monsters... any idea?
  2. Is it possible for this to count the actual online time and not the entire online time?
  3. % of succes is not working properly, even if you set something like 4/4 that means 100%...
  4. I have it, but i re coded it... xD
  5. mmmmm this formula made MISS each time... and i placed everything... help?
  6. According to http://irowiki.org/wiki/Old_Glast_Heim he means the ENCHANT npcs
  7. Is there a way to active this ONLY for MVP monsters?
  8. Sure thanks... I see. its weird... i had 6 players Online, but counter stayed at 5... now i have 7 and it changed... i don't know whats wrong then xD
  9. Thank You ill try... Change all $GM_ variables to $@GM_ variables, as the latter ones aren't saved between server restarts. Alternatively just clear the $GM_ variables in the OnInit section. @@Oxxy: You could also add an option to specify by which column (map, level, name, ...) the character list should be ordered. i tried this, xD doesn't count any GM login don't worry, nice try. New version is out, try it out! Check changelog to see what's new. :-) Bug found Line 44. shouldn't be .@GM_Name$, should be .GM_Name$ When you choose Players Online option at the begining, no matters how many characters there are... it shows [0/x] where X is the maximum players online. When set .showPeakOnline to 2 (Only show on waiting room) it still show peak online on NPC Dialog. Also, when PeakOnline gets to 5, (or 2) peakOnline doesnt go higher showing something like this Players Online 6 / 5 @@Oxxy
  10. Pues en caso de que aun así lo quiera... haciendo las modificaciones pertinentes... http://herc.ws/board/topic/4643-get-last-mac-address/ Puede hacer uso de este código... - script dual_mac -1,{ OnPCLoadMapEvent: getmapxy .@map$, .@x, .@y, 0; if ( .@map$=="schg_cas06" || .@map$=="schg_cas07" || .@map$=="schg_cas08" || .@map$=="arug_cas06" || .@map$=="arug_cas07" || .@map$=="arug_cas08" || .@map$=="rush_cas01" || .@map$=="rush_cas02" || .@map$=="rush_cas03" || .@map$=="rush_cas04" ) { if(harm_map_multicount("rush_cas01")>1 || harm_map_multicount("rush_cas02")>1 || harm_map_multicount("rush_cas03")>1 || harm_map_multicount("rush_cas04")>1 || harm_map_multicount("schg_cas06")>1 || harm_map_multicount("schg_cas07")>1 || harm_map_multicount("schg_cas08")>1 || harm_map_multicount("arug_cas06")>1 || harm_map_multicount("arug_cas07")>1 || harm_map_multicount("arug_cas08")>1 ){ dispbottom "[Mac Security]"; dispbottom "Double Login is forbidden in Battlegrounds/WoE Maps"; atcommand "@kick "+strcharinfo(0); end; } } end;} schg_cas06 mapflag loadeventschg_cas07 mapflag loadeventschg_cas08 mapflag loadeventarug_cas06 mapflag loadeventarug_cas07 mapflag loadeventarug_cas08 mapflag loadevent Si ocupa hacer que esa restricción se aplique en ciertos mapas, solo seria cosa de añadir los mapas al código... Saludos
  11. Thank you for your support Change all $GM_ variables to $@GM_ variables, as the latter ones aren't saved between server restarts. Alternatively just clear the $GM_ variables in the OnInit section. @Oxxy: You could also add an option to specify by which column (map, level, name, ...) the character list should be ordered. i tried this, xD doesn't count any GM login don't worry, nice try.
  12. Found this: [Error]: script error in file 'npc/custom/Valhabar/antibot.txt' line 45 column 58 parse_line: need ')' 42: sc_start SC_BERSERK, 1000000000, 1; 43: sc_start SC_FREEZE, 1000000000, 1; 44: sleep2 3000;* 45: for(set botter,botter; botter < 4; set botter,botter + 1;){ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 46: set .@String$,GetString( 15,rand(3,7) ); 47: mes "You Have 3 Chance to Type the Red Text Correctly"; 48: mes "If you failed- You will be jailed"; Nice one now fix it :V
  13. Bug found, if for some reason, the server shuts down and a GM or player were inside the server (playing) the NPC double counts the login and shows duplicated values... example: My name is Infinite inside the game, i'm a GM, so i showed up on NPC online's list. but if i shut the server down, without loging off, and start it again and log in again, the server will show there are 2 GMs online, when i'm the only GM online.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.