Jump to content

botka4aet

Members
  • Content Count

    57
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by botka4aet


  1. Any idea why map-server restarts with generate-translations plugin?

    [Status]: Event 'OnInit' executed with '2405' NPCs.
    [Info]: Hercules, Copyright (C) 2012-2024, Hercules Dev Team and others.
    [Info]: Licensed under the GNU General Public License, version 3 or later.
    [Status]: Server is 'ready' and listening on port '5121'.
    
    [Status]: Terminating...
    [Status]: Cleaned up 1156 maps.
    [Status]: Close Map DB Connection....
    [Status]: Close Log DB Connection....
    [Status]: Finished.
    [Info]: Memory manager: No memory leaks found.
    
    Map-Server has shutdown successfully.
    Restarting in 15 seconds, press Ctrl+C to cancel.

     


  2. On 2/18/2021 at 11:19 AM, Kuya Jeo said:

    Its possible for script by killing all the mobs in the map something like killallmonsterall "prontera"; but you need to put it all in the MVP Maps.

     

    Sample : this will kill all mobs after restart and reloadscript

    Monsters create at start server? Not at map activation?

    Better remove normal spawn and do it with script.

     

    Also use search - 

     


  3. 25 minutes ago, Kuya Jeo said:

    Maybe you are looking for something like this? correct me if im wrong. 😝

    - script Test FAKE_NPC,{ OnNPCKillEvent: if ( getmonsterinfo( killedrid, MOB_MVPEXP ) ) { message "You killed the MVP Boss. This is your reward."; getitem 512,100; end; } end; }

    
    -	script	Test	FAKE_NPC,{
    OnNPCKillEvent:
    	if ( getmonsterinfo( killedrid, MOB_MVPEXP ) ) {
    		message "You killed the MVP Boss. This is your reward.";
    		getitem 512,100;
    		end;
    	}
    end;
    }

     

    No, it's about - if you point target(not yet even cast skill) - check, if it's normal monster, boss or player.


  4. 21 hours ago, hadiesyafiq said:

    Спасибо за ответ ... но мне нужен не сценарий VIP-привилегий ... я просто хочу, чтобы ставки были разными для обычной работы и работы по возрождению ... может быть, я могу изменить таблицу опыта ... но если есть сценарий может отдельно сделать будет замечательно.

    Just copy skript but check job instead vip status

×
×
  • Create New...

Important Information

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