Atex 30 Posted October 6, 2018 Report Share Posted October 6, 2018 Feel like u can't pull off enough dps and parse grays on warcraftlogs? Want to parse 90's like an alphamale but ur a beta cuck? All ur problems are solved if u can run a python script #combatfake.py name = ('"'+input("Character name (e.g. Name-Realm): ")+'"') multiplier = float(input("Damage multiplier (e.g. 1.1): ")) file=open("/home/user/Documents/WoWCombatLog.txt",'r') file2=open("/home/use/Documents/WoWCombatLogFake.txt","w") content = file.readlines() lineslist = [] for line in content: info = line.split(',') newline = "" actiontype = info[0] action = actiontype.split(' ') if action[3] == 'SPELL_DAMAGE' and info[2] == name or action[3] == 'SPELL_PERIODIC_DAMAGE' and info[2] == name: print (info[0],"to",info[6], "using",info[10],info[-10],info[-9]) info[-10] = int(int(info[-10])*multiplier) info[-9] = int(int(info[-9])*multiplier) if action[3] == 'SWING_DAMAGE' and info[2] == name: print (info[0],info[6],info[-10],info[-9]) info[-10] = int(int(info[-10])*multiplier) info[-9] = int(int(info[-9])*multiplier) for x in info: newline += str(x) newline += "," newline = newline[:-1] lineslist.append(newline) print("Writing out faked combatlog with {0}x damage multiplier for {1}".format( multiplier,name)) file2.writelines(lineslist) how2use: change file path to correct and run ur script 3 Quote Link to comment Share on other sites More sharing options...
bambelo 4 Posted October 7, 2018 Report Share Posted October 7, 2018 Thanks but since i dont play WoW could you maybe explain what this does? Quote Link to comment Share on other sites More sharing options...
Atex 30 Posted October 7, 2018 Author Report Share Posted October 7, 2018 2 hours ago, bambelo said: Thanks but since i dont play WoW could you maybe explain what this does? In wow raid encounters people log the kills and upload the logs to https://www.warcraftlogs.com to compare their kill performances with others. These comparisons can be used to determine who is a good player for guilds and raids. This script is to multiply ur dps by amount X in a log to increase ur dps stats on the site which makes it easier to stand out as a good player in the game or ruin someone elses dps in the log to fuck them over. 1 Quote Link to comment Share on other sites More sharing options...
bambelo 4 Posted October 7, 2018 Report Share Posted October 7, 2018 Ahh okay got it, thanks for explaining this to a non WoW player. Quote Link to comment Share on other sites More sharing options...
impuremelon 49 Posted October 8, 2018 Report Share Posted October 8, 2018 (edited) On 10/7/2018 at 5:58 PM, Atex said: In wow raid encounters people log the kills and upload the logs to https://www.warcraftlogs.com to compare their kill performances with others. These comparisons can be used to determine who is a good player for guilds and raids. This script is to multiply ur dps by amount X in a log to increase ur dps stats on the site which makes it easier to stand out as a good player in the game or ruin someone elses dps in the log to fuck them over. u need to donate i am pissed u dont have a color when u post @Gekk0why u mad Edited October 8, 2018 by impuremelon 2 Quote Link to comment Share on other sites More sharing options...
Atex 30 Posted October 9, 2018 Author Report Share Posted October 9, 2018 12 hours ago, impuremelon said: u need to donate i am pissed u dont have a color when u post @Gekk0why u mad U blind m8? I got a name color Quote Link to comment Share on other sites More sharing options...
impuremelon 49 Posted October 9, 2018 Report Share Posted October 9, 2018 sorry i meant a a color and market when u post to show ur special https://gyazo.com/ea5639a7801ab0c8cab07453cd9b6566 and unstuck could do with the extra money as always. and gekko is against the jews what a cunt Quote Link to comment Share on other sites More sharing options...
Gekk0 118 Posted October 9, 2018 Report Share Posted October 9, 2018 im only against shitposting.. thats it 1 Quote Link to comment Share on other sites More sharing options...
baronkp 0 Posted December 29, 2018 Report Share Posted December 29, 2018 Trying to run the script, got it executed. However, doesn't seem to change the data nor work, on upload. Could you try fill it out, as its supposed to and send a screenshot/code-block of it? @Atex Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.