ARCEMU Spell Spam Flood limiter menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Zellcorp's Avatar Member
    Reputation
    24
    Join Date
    Jun 2008
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ARCEMU Spell Spam Flood limiter

    hi,

    I had this idea but have no idea how to implement it basicly I run a fun server and people like to spam spells I dont really mind so much its kinda fun but it seems when they spam bit too hard the server crashes.

    what i would like is some sort of limiter similar to what is used when you try and spam too many lines of text in chat, it says You can speak again in %u seconds..

    is there a way to edit the core and add this kind of feature to the spell casting so if someone casts a spell quickly too many time it would say something like "you have casted too many times and must wait 20 sec"

    Kind of like the flood protector for chat

    can anyone help? its a c++ edit

    below is the code used for the flood protection for chat, can it somehow be used for spell casting too?

    Code:
    	// Flood protection
    	if(lang != -1 && !GetPermissionCount() && sWorld.flood_lines != 0)
    	{
    		/* flood detection, wheeee! */
    		if(UNIXTIME >= floodTime)
    		{
    			floodLines = 0;
    			floodTime = UNIXTIME + sWorld.flood_seconds;
    		}
    
    		if((++floodLines) > sWorld.flood_lines)
    		{
    			if(sWorld.flood_message)
    				_player->BroadcastMessage("Your message has triggered serverside flood protection. You can speak again in %u seconds.", floodTime - UNIXTIME);
    
    			return;
    thanks
    Z

    ARCEMU Spell Spam Flood limiter
  2. #2
    Joriee's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2009
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its already in Arcemus Core Check the configs

  3. #3
    Zellcorp's Avatar Member
    Reputation
    24
    Join Date
    Jun 2008
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for spell casting? can ive looked can you tell me where?

  4. #4
    Joriee's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2009
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ther ain't any for spell casting

  5. #5
    Zellcorp's Avatar Member
    Reputation
    24
    Join Date
    Jun 2008
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    umm well yeah i want it for spell casting.........

Similar Threads

  1. Program For Spell Spamming
    By Creez330 in forum WoW Bots Questions & Requests
    Replies: 9
    Last Post: 10-19-2010, 11:06 PM
  2. Zeppeln Spam. Flood any city!
    By Trygve in forum World of Warcraft General
    Replies: 0
    Last Post: 07-03-2010, 10:07 AM
  3. Arcemu spell: perm illusion worgen
    By djbaird5 in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 12-19-2009, 03:11 PM
  4. ArcEmu - Supporting 2.4.3, spell dbcs updated, fully working too! =)
    By Hasbro in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 07-17-2008, 08:18 PM
All times are GMT -5. The time now is 03:53 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