[Service] C++ Scripts GALORE!!! menu

User Tag List

Page 4 of 4 FirstFirst 1234
Results 46 to 51 of 51
  1. #46
    HawthorneTR's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need a script (ArcEmu)! or a good starting point. I have not this before so I am pretty newb, here is what I am looking for.

    Script: On player death(PVE or PVP), if the player has items I want a chest to appear and I want everything the players is wearing and everything in his bags (but not his bags, or his money) to go into that chest. If an item is marked as bind on equip and has already been bound to that player, I want that item deleted and a replacement item made (If you can re-do enchants and gems that would be superb!). I want that chest to be able to be looted by any person and I want that chest to have a lifetime of 30 minutes or empty chest.

    Thanks in advance!

    Hawthorne

    [Service] C++ Scripts GALORE!!!
  2. #47
    0162321's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    cool

    i need to try making my own server it sounds really hard

  3. #48
    crewd's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Name of Script(If applicable):Guild Base Teleporter based off Database info
    What you want it to do:Teleporter people to a set guild base based on what the players GuildID is
    Notes:the way i think it would run is putting 5 sections into Guild table of database.
    guildbasecheck (if 0 no guild base matches if 1 they have one)
    guildbasemap (mapid)
    guildbasex
    guildbasey
    guildbasez
    Timeframe?: no care for when
    Other things you want to add: anything for mysql passwords and database names i can put in myself

  4. #49
    Mancer's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Name of Script(If applicable):Thisscriptrox
    What you want it to do: I want it to open up a menu with an npc, saying "Kick me up to level 80!" And when you click on it, it levels you up to level 80.
    Notes: I would give you 2x rep
    Timeframe?: Soon plox?
    Other things you want to add: If you do this, your amazing.

  5. #50
    XxCyanidexX's Avatar Member
    Reputation
    56
    Join Date
    Nov 2008
    Posts
    138
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why not just set the starting level to 80 or make it 1 kill to 80...?

  6. #51
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pedregon View Post
    Name of Script(If applicable):
    Any name.PvP Announcer
    What you want it to do:
    When a player kills another player,the server announces it
    saying " <Name of player> has killed <Name of player> and after
    a certain amount of killers it says somthing like <Name of player> is on a killing
    spree!
    Notes:None
    Timeframe?:Anytime
    Other things you want to add:none
    You can get a kill spree script from the arcemu forums, look under c++ section. But for the killing player part, thats a simple server hook.

    e.g.
    Code:
    void PvPKill(Player * Plr, Player * Vic) 
    {
    // the follow is to check players before death
        if (Plr->GetTeam() == Vic->GetTeam()) return; // Same Team
        if (Plr->GetLowGUID() == Vic->GetLowGUID()) return; // Suicide
    // On pvp kill do following
        char messagePlayerKill[200];
        sprintf(messagePlayerKill, "[|cff00ff00World PvP|r]|cffffffff%s|r has defeated |cffffff00%s|r in pvp combat", Plr->GetName(), Vic->GetName()); 
            sWorld.SendWorldText(messagePlayerKill)
    }
    void SetupPVPKill(ScriptMgr * mgr)
    {
        mgr->register_hook(SERVER_HOOK_EVENT_ON_KILL_PLAYER, (void*)PvPKill);
    }


Page 4 of 4 FirstFirst 1234

Similar Threads

  1. [Service] LUA Boss Scripting.
    By Ground Zero in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 02-04-2009, 06:11 PM
  2. [Service] Script, mob, item, gobject and such store
    By Arthas117 in forum World of Warcraft Emulator Servers
    Replies: 50
    Last Post: 04-27-2008, 05:14 PM
  3. [Service] Bapes LUA Scripting Shop
    By Bapes in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 04-22-2008, 09:06 PM
  4. Iceknight001's LUA Scripting Service!
    By Iceknight001 in forum World of Warcraft Emulator Servers
    Replies: 66
    Last Post: 04-12-2008, 08:26 PM
All times are GMT -5. The time now is 10:28 PM. 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