Jump to content

Emrys

Legendary Member
  • Posts

    3,198
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Emrys

  1. Pff i will probably not be there omg. I have to fix my computer i just saw time's changed. My computer is heating up when i play and automatically restarts if that happens during game it will ruind it. I want to be sure its not going to do problem during the game.. why did you changed  the time ...There's a small chance i'll be there tho if  I manage to fix my PC by then.

    clean up your pc ;)

    I dont mean the HDD, I mean CPU and GPU.

  2. public void onKillUpdatePvPKarma(L2Character target)
    {
    	if (target == null) return;
    	if (!(target instanceof L2Playable)) return;
    
    	L2PcInstance targetPlayer = target.getActingPlayer();
    
    	if (targetPlayer == null) return;                                          // Target player is null
    	if (targetPlayer == this) return;                                          // Target player is self
    
    	if (isCursedWeaponEquipped())
    	{
    		CursedWeaponsManager.getInstance().increaseKills(_cursedWeaponEquippedId);
    		// Custom message for time left
    		// CursedWeapon cw = CursedWeaponsManager.getInstance().getCursedWeapon(_cursedWeaponEquipedId);
    		// SystemMessage msg = new SystemMessage(SystemMessageId.THERE_IS_S1_HOUR_AND_S2_MINUTE_LEFT_OF_THE_FIXED_USAGE_TIME);
    		// int timeLeftInHours = (int)(((cw.getTimeLeft()/60000)/60));
    		// msg.addItemName(_cursedWeaponEquipedId);
    		// msg.addNumber(timeLeftInHours);
    		// sendPacket(msg);
    		return;
    	}
    
    	// If in duel and you kill (only can kill l2summon), do nothing
    	if (isInDuel() && targetPlayer.isInDuel()) return;
    
            // If in Arena, do nothing
    	if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP))
    		return;
    
            // Check if it's pvp
    	if (
    			(
    					checkIfPvP(target) &&            //   Can pvp and
    					targetPlayer.getPvpFlag() != 0   //   Target player has pvp flag set
    			) ||                                     // or
    			(
    					isInsideZone(ZONE_PVP) &&         		 //   Player is inside pvp zone and
    					targetPlayer.isInsideZone(ZONE_PVP) 	 //   Target player is inside pvp zone
    			)
    	)
    		increasePvpKills(target);
    	else
    	// Target player doesn't have pvp flag set
    	{
    		// check about wars
    		if (targetPlayer.getClan() != null && getClan() != null
    				&& getClan().isAtWarWith(targetPlayer.getClanId())
    				&& targetPlayer.getClan().isAtWarWith(getClanId())
    				&& targetPlayer.getPledgeType() != L2Clan.SUBUNIT_ACADEMY
    				&& getPledgeType() != L2Clan.SUBUNIT_ACADEMY)
    		{
    			// 'Both way war' -> 'PvP Kill'
    			increasePvpKills(target);
    			return;
    		}
    
                // 'No war' or 'One way war' -> 'Normal PK'
    		if (targetPlayer.getKarma() > 0)                                        // Target player has karma
    		{
    			if (Config.KARMA_AWARD_PK_KILL)
                        increasePvpKills(target);
    		}
    		else if (targetPlayer.getPvpFlag() == 0)                                                                    // Target player doesn't have karma
    		{
    			increasePkKillsAndKarma(target);
    			//Unequip adventurer items
    			checkItemRestriction();
    		}
    	}
    }
    

    Here you can config PvP kills...

  3. Ok My list which is 100% the best xD

    Btw I am searching for the episode of house's dad death.

    4.15-4.16 10/10 One Of the best episode in house history + -->

    6.1-6.2 Broken 11/10 Best of the best! I like the music on the start :D

    1.21. The House History about his leg! 9.9/10

    5.24 11/10 One of the best episodes :D Best of the Best

    Episode 19 - House vs God 9/10 Rly Nice episode

    Episode 20 - Euphoria 1 If I remember right , it is with forman , 8/10

    Episode 21 - Euphoria 2

    --

    Episode 1 - Dying changes everything

    Episode 2 - Not cancer

    9.0/10

    ----

     

     

     

     

     

  4. It's not about developing mate, I'm asking where's the panel in which i can change the parameters of the welcome message the players get when they join my game, how can I make it that the bot automatically writes a mode for me in game and how can i remove advertisements in start of the game that's all i wish to know . Anyway fine if you seriously think it's about developing im waiting your version of GhostOne.

    Mode doesnt work in garena and ban as I remember so I am gonna fix it :D

    Go in options about the welcome messages

  5. I've read a guide and i somehow fixed it but i couldn't stop to wonder how to make these following things :

     

    Set it automatically so when the game starts the bot writes the mod for me and as you know there's a welcome message from a bot like when s1 joins my game there's a message he sees where from can I change that, is it posible to do it ? And last there's advertiseemnts in the start of the game is it possible to remove it or is it coded so it cannot be removed unless it's recompiled?

     

    Thanks in advance.

     

    ~MrMG

    Yes I had these problems too. If you w8 I will develop it in a way that it will work ;)

  6. Well I've searched all over Google and I have found nothing but dead ends. There was something about usin' GhostOne for Garena but guess not since there was this way that if you make the path of your wc3 in garena to the ghostone.exe[renaming it to wc3.exe] b4 that i'd would work but guess not i've tried many other ways and nothing good came from that so I am now asking you guys if you know anything about a real Garena host bot cuz i've seen ppl ugin host bots and I simply can't find one or atleast i cannot set one up workin with Garena. Hopefully someone will help me.

    PS: When i use GhostOne and hook it, when i write pubg "name" i get this error " UDPCMDSOCK] Could not relay cmd [!pubg all random] to server []: server unknown

    "

    ~MrMG

    I have a guide in MxC, Do the steps as I told you and it will work,...

×
×
  • 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