PvP Server Question menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Shadowlurk's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PvP Server Question

    I'm nearing my final steps of my server i have yet to configure the vendors but i know how to do that.
    I have a question about PvP
    Im thinking of making my own arena and making ports to it in all ally and horde cities
    But i wana set up a badge system, everytime you kill someone outside of a major city or in the arena you receive a badge of justice. And i have s5 custom set up too. you can spend ur badges on s5. I wana know how to set up a badges system for ASCENT

    any tips would be greatly appreciated
    Regards, Shadowlurk

    PvP Server Question
  2. #2
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just make a continious quest that requires you to have a badge to get the s5.


  3. #3
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
     
    //Made by ???
    //Modified by WigSplitta whole code
    //Re-Modified by HalestormXV (Added More Features)
    //Random Dice Concept to Kuraria for Helping HalestormXV
    //Modified by Neo_mat
    
    
    #include "StdAfx.h"
    #include "Setup.h"
    
    #define TokenID 19712 //set token id here
    
    void onPvpKill(Player* pPlayer)
    {
    
    		Item *item;
    		item = objmgr.CreateItem( TokenID , pPlayer);
    		item->SetUInt32Value(ITEM_FIELD_STACK_COUNT,1);
    		item->SoulBind();
    		if(!pPlayer->GetItemInterface()->AddItemToFreeSlot(item))
    		{
    			pPlayer->GetSession()->SendNotification("No free slots were found in your inventory!");
    			item->DeleteMe();
    		}
    		else
    		{
    			SlotResult *lr = pPlayer->GetItemInterface()->LastSearchResult();
    			pPlayer->GetSession()->SendItemPushResult(item,false,true,false,true,lr->ContainerSlot,lr->Slot,1);
    		}
    }
    
    void SetupPvPToken(ScriptMgr * mgr)
    {
    	mgr->register_hook(SERVER_HOOK_EVENT_ON_KILL_PLAYER, (void*)onPvpKill);
    }
    from arcemu, try compile it, might work with Ascent too

  4. #4
    mydlay's Avatar Member
    Reputation
    5
    Join Date
    Mar 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    theres a arcemu-optional.conf in your confs folder in arcemu, i wud use arcemu ascent is to old.

    and in that config you configure what item a person receives for killing someone i believe.

  5. #5
    Shadowlurk's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thnks Mydlay there is an optional thing xD +rep ALSO whats the id for a badge of justice?

  6. #6
    Aznex's Avatar Contributor
    Reputation
    128
    Join Date
    Feb 2008
    Posts
    770
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the optional thing you'll still have to compile the ExtraScripts m8

Similar Threads

  1. Some question (PVP server)
    By nickeg in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 07-13-2008, 06:13 PM
  2. Couple Private Server questions
    By Jboz in forum World of Warcraft General
    Replies: 21
    Last Post: 07-26-2006, 07:37 PM
  3. Have Both Alliance and Horde characters on a PvP server
    By Matt in forum World of Warcraft Exploits
    Replies: 15
    Last Post: 07-25-2006, 06:49 AM
  4. Replies: 6
    Last Post: 07-15-2006, 01:31 AM
  5. Wow Emu server question
    By TripleShank26 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-06-2006, 03:07 PM
All times are GMT -5. The time now is 02:24 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search