-
Posts
27 -
Joined
-
Last visited
About Ðumb
- Birthday 11/04/1991
Ðumb's Achievements
-
Name of the violator (if the name contains alt-code, try to copy it from your game chat). Zeshi, Childsbag, Wrez, Heann, Renna, Cboltrushb Realm, where you saw the violation. Panda-Fun Description of the violation (write please in English very clearly and understandably). Wintrading. Proof: https://www.youtube.com/watch?v=FtYBfkCFxS0
-
I don't actually play my Disc Priest, like that actually matters... You are indeed a special kind of person. Idk, small text I just think looks sleeker.
-
As I stated. It has its flaws. And FYI, if you're partnering with your "brother" it wouldn't affect you. It's only if you kill him in an honorable situation, which btw does not fall to being their partner. You seem to be misunderstood. The block of allowing same IP killing is a custom implement, but the realm already has "custom" features outside of blizzlike, so it is not absurd to see it happening if it were taken that far. A side from misunderstanding the replies you quoted, I did mention the system itself has flaws like anything they would do, or have done to this existing point. But I must say, congratulations on resorting to child-like insults to further your more than less constructive reply. Restrictions are not bad, and even referring them to "Auschwitz" is so.. so wrong. Get a grip.
-
In a lot of cases 1 side of the wintrading team (once they realize you get no conquest unless you actually join and slightly participate) you can gather a name from that. Once you have at least 1 productive name to report, a GM by default should be looking up the IP address of the user that was reported and then in hope, finding some additional names & accounts which would then be suspended in-joint with the name you reported. However.. Will you catch every wintrader every time? No. That's just something you would have to come to terms with, unfortunately. But if you refer to my first reply to this thread, an IP filter to set automated bans to players who kill themselves under the same IP address would put a little dampener on the popularity of wintrading as most don't have the social friendships or trusted relationships to use additional people to wintrade consecutively.
-
You can't absolutely stop wintrading from happening. Same way you can't entirely stop cheating on any level in any circumstance. (There's a half measure - Same IP Killing, apply restrictions to same IP address honorable killing. This temporarily or permanently locking characters or accounts for killing someone under the same IP address, but has its direct flaws for obvious reasons). Staff activity, and reports from the community is what puts a stronghold against such activities. As well as dodging queues, you can't implement a feature that would make someone not get X person(s) in a popular realms active arena queues, that's just not logical. Like hacking, exploiting. Wintrading and Queue dodging is part of it.
-
Name of the violator (if the name contains alt-code, try to copy it from your game chat). Pikaprist. (His partner; Wronika failed to report the hacking use and was playing at like 1800+, so maybe some sort of punishment for him?) Realm, where you saw the violation. Panda-Fun Description of the violation (write please in english and very clearly and understandably). Using such third party programs to exploit an issue with Dominate Mind to teleport the player away & back with the effect of immediately killing the target. Proof. https://www.youtube.com/watch?v=DnywRi48-h0&feature=youtu.be
- 1 reply
-
- 1
-
-
What...? Can't a guy know a thing or two? :( But whether or not people use my initial post or not is purely whatever :P Maybe it helps, maybe not. But it has the potential to.
-
:( It helps to be constructive in a way that helps in some context or another..
-
A new one can be made in but a few minutes, or an hour depending on the capacity of teleport locations through SAI and Gossip Menus. Which includes fancy images and colors if they so desire.. INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES (383870, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 62, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 1440.83, -5017.2, 12.1, 1.68, 'Teleport Player'); INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`) VALUES (20983, 1, 0, '|cFF0008E8|TInterface\\icons\\inv_misc_largeshard_superior:30|t|rWHYTHISNAME', 1, 3, 0, 0, 0, 0, 'comment here'); Information relevant to understand the query; To get the icon information from another website such as www.wowhead.com you can then look up an item, quest, achievement etc... click the one you want to use the icon of, such as; EXAMPLE click the item icon and that will give you the code to replace ( inv_misc_largeshard_superior ) with. In the first SQL for smart scripts, ( 383870 ) should be changed to the entry ID of your teleporter NPC to ensure no errors miss-match the setup. Teleport location co-ordinates should be changed from the 3 co-ordinates from the example ( 1440.83, -5017.2, 12.1, 1.68, ) Teleport map location can be changed by changing the value ( 1, ) to the map ID of the new location you want. In the gossip options; ( 20983 ) should be changed to the gossip ID on the creature you've set for your teleporter. In the gossip options; ( 3 ) - the second digit column after the name should be changed to the SAME NPCflag as your teleporter to ensure no errors with your teleport setup. The bonus of this method is that no restarts or compiles of your server are required. You can quite simply reload the creature template for that ID, reload smart scripts and reload gossip menu options and you're free to edit, update, release and enjoy it all at once. Everyone loves a bit of variety and difference. Even in something as simple as a custom teleporter. Show off, and do one for them? ;)
-
It could just be defined with a hackfix. For example; Spell_linked_spell (It's functionality towards how 1 spell can interact with another). - I will show an example below if unfamiliar. Power Word: Fortitude, Spell ID: 21562 Dark Intent, Spell ID: 109773 Spell_linked_spell = 109773 | -21562 | 2 | Dark Intent replacement hackfix. What this now does is whenever the spell aura 21562 (Power Word: Fortitude) is cast upon a player, if they have Dark Intent (109773) active, it becomes void (immune) so it cannot, and does not replace Dark Intent with a lesser buff such as Power Word: Fortitude. It can also be done with functions of; This method can be duplicated for any kind of buff, aura, proc for the same outcome. It's not "blizzlike", but it's convenient. :) I'm sure the developers have some of these kind of methods being used in the DB already, but this was just to help widen the picture a little for "others.
-
Bug abusing and fly hacking in arena
Ðumb replied to Deadlypwnzz's topic in Report a player or forum user
Pooseer was already banned. -
Name of the violator (if the name contains alt-code, try to copy it from your game chat). Qqwwtt, Asadfrij, Qwerr I don't know how to get the other characters to write down their names. (Hopefully you can). Realm, where you saw the violation. Panda-Fun Description of the violation (write please in english and very clearly and understandably). Wintrading, using alternative accounts, friends or random players to exchange kills in an arena game for a quick & free win for conquest points and inevitably a free cap. Proof: screenshots or video. https://youtu.be/sEGZVrMDkGU
-
Name of the violator (if the name contains alt-code, try to copy it from your game chat). Dasdido, Areinorfre, Xcxc, Réwiteh Realm, where you saw the violation. Panda-Fun Description of the violation (write please in english and very clearly and understandably). Wintrading, using alternative accounts, friends or random players to exchange kills in an arena game for a quick & free win for conquest points and inevitably a free cap. Proof: screenshots or video. https://youtu.be/xxrphZLABzA
-
Name of the violator (if the name contains alt-code, try to copy it from your game chat). Pooseer Realm, where you saw the violation. Panda-Fun Description of the violation (write please in english and very clearly and understandably). Using a third party program to enable features to use in-game that otherwise wouldn't be available to an averag Proof: screenshots or video. Player