Anyone Know how to setup Pvp kills to get gold menu

User Tag List

Results 1 to 3 of 3
  1. #1
    jer963's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Anyone Know how to setup Pvp kills to get gold

    So Whenever you get a Hk you get gold Could Use some help with how to do it.

    Anyone Know how to setup Pvp kills to get gold
  2. #2
    kaato's Avatar Member
    Reputation
    12
    Join Date
    Dec 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's not even a question mark in this "question" post :O
    btw, if you find out how to do this, PM me =)

  3. #3
    Jotox's Avatar Contributor
    Reputation
    250
    Join Date
    Mar 2008
    Posts
    282
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's a script for it.

    Code:
    //Gold On-kill Script
    //Made by jotox/Classic
    
    //Gold rewarded on kill.
    #define GOLD 1
    
    //Level required to get gold.
    #define LEVEL_REQUIRED 80
    
    #include "StdAfx.h"
    #include "Setup.h"
    
    
    void OnPlayerKill(Player * pPlayer, Player * pVictim)
    {
    	if( pPlayer->getLevel() < LEVEL_REQUIRED || pVictim->getLevel() < LEVEL_REQUIRED )
    		return;
    	
    	pPlayer->ModUnsigned32Value( PLAYER_FIELD_COINAGE , GOLD*100*100 );
    	pPlayer->BroadcastMessage("You have earned %u gold for an enemy kill.", GOLD);
    }
    
    
    void SetupGoldKill(ScriptMgr * mgr)
    {
    	mgr->register_hook(SERVER_HOOK_EVENT_ON_KILL_PLAYER, &OnPlayerKill);
    }

Similar Threads

  1. Hey does anyone know how to setup the player map in.........
    By PRIMO12 in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 01-08-2008, 04:06 AM
  2. does anyone know how to get the wow nude mod?
    By mcorey93m2006 in forum World of Warcraft General
    Replies: 9
    Last Post: 05-09-2007, 12:43 AM
  3. Anyone know how to bug out mounts so you can control them?
    By bloodmage in forum World of Warcraft General
    Replies: 5
    Last Post: 09-02-2006, 08:56 AM
  4. Anyone know how to bug out mounts so you can control them?
    By bloodmage in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 09-02-2006, 08:56 AM
  5. Anyone know how to get to Outlands?
    By Tbone in forum World of Warcraft General
    Replies: 3
    Last Post: 06-18-2006, 04:35 PM
All times are GMT -5. The time now is 02:04 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search