| | Emulator Server Releases This section is for all releases regarding Emu servers.
[NO QUESTIONS HERE] |  | | 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | | [Release] Lua Craze PvP System | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | | No Comments? :/ | 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: Feb 2009 Location: Texas
Posts: 90
Nominated 4 Times in 1 Post Reputation: 41 Level up: 9%, 642 Points needed |  | | Meh, this looks an aweful lot like the PVP script that is already included in Arcemu's Extra Scripts. All you seemed to do was put it in LUA format. Code: /*
* ArcScript Scripts for Arcemu MMORPG Server
* Copyright (C) 2008 Arcemu Team
* Copyright (C) 2007 Moon++ <http://www.moonplusplus.com/>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//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)
{
int die;
die = rand()%5 + 1;
if (die <= 1)
{
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);
}
__________________ What once was Moonblade rose from the ashes as Apple Pi! | 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | | Yep i made it in Lua... Because some guys wont use C++ scripts because with many C++ scripts server is unstabble... | 
2 Weeks Ago
|  | Contributor | | | Join Date: May 2008 Location: QLD, Australia
Posts: 619
Nominated 13 Times in 3 Posts Reputation: 299 Points: 11,446, Level: 13 | Level up: 35%, 854 Points needed |     | | Looks good, .
__________________ IMMA FIRIN' MAH FOOBARZ!! | 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | Thanks Jadd  back if I can xD | 
2 Weeks Ago
|  | Digital Arist | | | Join Date: Mar 2008 Location: Reflectionartwork@DA
Posts: 1,310
Nominated 2 Times in 1 Post Reputation: 365 Level up: 79%, 237 Points needed |     | | | Nice work, could prove useful to someone. Repped
__________________ Reflectionartwork.deviantart.com Reflective Arts - Coming Soon | 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | Thanks you Reflection for comment  +rep back | 
2 Weeks Ago
|  | Hazardous To Health. | | | Join Date: Aug 2008 Location: United Kingdom.
Posts: 1,503
Nominated 22 Times in 4 Posts Reputation: 550 Points: 13,440, Level: 14 | Level up: 88%, 160 Points needed |     | | |
Last edited by Ground Zero; 2 Weeks Ago at 08:48 AM.
| 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | | maybe im not sure :S Because i codded it alone :S | 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | they have for honor i dont have  So its not same.. I made this for Craze-wow | 
2 Weeks Ago
|  | Hazardous To Health. | | | Join Date: Aug 2008 Location: United Kingdom.
Posts: 1,503
Nominated 22 Times in 4 Posts Reputation: 550 Points: 13,440, Level: 14 | Level up: 88%, 160 Points needed |     | | Just saying it looks the same, If you didn't copy it, Good job | 
2 Weeks Ago
|  | Master Sergeant | | | Join Date: May 2009
Posts: 133
Nominated 8 Times in 2 Posts Reputation: 35 Level up: 31%, 347 Points needed |   | | I didnt  Thanks you...  for comments :P
Edit- I need to wait 24hrs so i can rep you xD | 
2 Weeks Ago
| | New User | | | Join Date: Nov 2008 Location: Sweden
Posts: 65
Reputation: 4 Level up: 55%, 229 Points needed |  | | | | 
2 Weeks Ago
|  | Digital Arist | | | Join Date: Mar 2008 Location: Reflectionartwork@DA
Posts: 1,310
Nominated 2 Times in 1 Post Reputation: 365 Level up: 79%, 237 Points needed |     | | | Trle94, why are you repping just for comments? o.O I mean, they're not exactly constructive criticism. Could be mistaken for reptrading
__________________ Reflectionartwork.deviantart.com Reflective Arts - Coming Soon |  | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 11:15 PM. |