AionSource.com - Powered by the Tower of Eternity: Aion RainMeter, new dmg meter tool - AionSource.com - Powered by the Tower of Eternity

Jump to content

  • 29 Pages +
  • « First
  • 16
  • 17
  • 18
  • 19
  • 20
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Aion RainMeter, new dmg meter tool Rate Topic: ***** 1 Votes

#341 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 14 April 2012 - 07:26 PM

View PostSpiritOfChaos, on 14 April 2012 - 06:58 PM, said:

again on Lakara , i pressed .ap , copy and pasta , them reseted ap of 2 persons on list to 0

Carni 2500 me 0 other person 0


That's impossible really -.- Can you reproduce it? try using "process older log file" (trim the log first)
This is all the code for .ap, there's nothing there that would modify the AP mount.

  if finds('.ap',cm) then begin
    ApCalc.CopyAPToClipboard;
    Exit;
  end;

procedure CopyAPToClipboard;
Var a: Integer;
    s,p: string;
begin
  s := '';
  for a := 0 to Players.Count-1 do
  with TDPSer(Players[a]) do begin
    if (PlayerName = Unknown) or
       (PlayerName = AllPets) or
       (PlayerName = Godstones) then Continue;
    if finds('-',PlayerName) or
       finds(' ',PlayerName) then Continue;
    p := PlayerName;
    if Alias <> '' then p := Alias;
    s := s + p + ' ' + IntToStr(AP) + ', ';
  end;
  if s <> '' then Delete(s,length(s)-1,2);
  if length(s) > 255 then s := Copy(s,1,255);
  Clipboard.AsText := s;
  TrayMsg(TrayNoAction,'AP: '+s,'',bfNone);
end;


How do you do it, do you type ".ap" + enter, or you select/cut?

This post has been edited by Mikuni: 14 April 2012 - 07:48 PM

Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#342 User is offline   SpiritOfChaos 

  • Star Officer
  • PipPipPip
  • Group: Members
  • Posts: 323
  • Joined: 05-March 11
  • LocationBrazil , Curitiba
  • Character:SpiritofChaos
  • Race :Elyos
  • Server:Perento

Posted 14 April 2012 - 07:36 PM

tomorrow if i do an esoterrace i try make new log file just during it and i send for you in case bug happens again

happnes like

i click on ap item , write .ap and paste , when going past its bug the ap. dunno why

This post has been edited by SpiritOfChaos: 14 April 2012 - 07:42 PM

Posted Image
0

#343 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 14 April 2012 - 07:49 PM

Click, you mean loot? You must press enter after .ap, then wait ~1s and it's ready to paste, you should see a notification in the tray with the ap list also.

Try opening the chat.log with Notepad++ then cut only the part from the eso run and save, then try to use the process log file function.

This post has been edited by Mikuni: 14 April 2012 - 07:51 PM

Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#344 User is offline   lrwr 

  • Daeva
  • Pip
  • Group: Members
  • Posts: 17
  • Joined: 27-February 12

Posted 16 April 2012 - 05:25 PM

hello, I'm here to post some suggestion this time.

since gameforge took over the game right-klicking a playername in chat would directly open whisper chat to that person instead of giving you the menu to select betreen block and whisper.
due to the high ammount of kinah sellers i'd like to have the right-klick menu again.
someone told me it should work when using 64 bits client, so i switched arm to run 64 bit client for me.
right click menu didn't work, although the tast manager confirmed aion running in 64 bit mode.
i checked the forum topic where they had a guide for the 64bit client including a batch file for running the game.
using that batch file i got the desired menu.
i guess it's one of the starting parameters , they start it using:
-ip:79.110.83.80 -port:2106 -cc:2 -noauthgg -ls -charnamemenu -lang:enu
(probably it's the -charnamemenu)
is it possible to add a box for additional starting parameters to arm? or at least have a checkbox for enabling the menu when starting the game with arm?
0

#345 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 16 April 2012 - 05:50 PM

View Postlrwr, on 16 April 2012 - 05:25 PM, said:

hello, I'm here to post some suggestion this time.

since gameforge took over the game right-klicking a playername in chat would directly open whisper chat to that person instead of giving you the menu to select betreen block and whisper.
due to the high ammount of kinah sellers i'd like to have the right-klick menu again.
someone told me it should work when using 64 bits client, so i switched arm to run 64 bit client for me.
right click menu didn't work, although the tast manager confirmed aion running in 64 bit mode.
i checked the forum topic where they had a guide for the 64bit client including a batch file for running the game.
using that batch file i got the desired menu.
i guess it's one of the starting parameters , they start it using:
-ip:79.110.83.80 -port:2106 -cc:2 -noauthgg -ls -charnamemenu -lang:enu
(probably it's the -charnamemenu)
is it possible to add a box for additional starting parameters to arm? or at least have a checkbox for enabling the menu when starting the game with arm?


Ty, forgot to include the param in the EU launch string. I set it by default now for next build.
Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#346 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 22 April 2012 - 02:51 AM

Bah, they did some changes on 3.0 log, but didn't fix any issues

Captain Lakhara received 1,045 damage due to the effect of Blood Rune II Additional Effect.
Longhorn Rynoce received 746 damage due to the effect of Blood Rune II Bonus Effect.

This post has been edited by Mikuni: 22 April 2012 - 02:51 AM

Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#347 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 23 April 2012 - 12:21 PM

Final version 1.0 is almost ready, prolly a few more days, though I'm still missing some data from 3.0 skills.

I've pretty much rewritten the damage parsing from scratch, it was a mess with patch after patch; now it's a lot cleaner and manageable, though a lot more complex; there are lots of fixes, specially for pvp messages; delayed hits from sorc and cleric servants are now "cycled" and matched to their casters after some ~guessing with the timing and number of hits; bleeding/poisoning hits are handled; applied effects like poison/venom/promised of wind/blessing of fire and similar "proc" hits keep a timer and record of the casters who buffed themselves up, and if more than 1 are active they get "nullified" to avoid false data, then it goes into "Unknown"; also if they didnt buff up while in range from the meter, it might still register if they are the only active class for that specific skill, and if it's yourself it registers 100% possitive hits (some procs get a special msg in the log when you are the caster).

With these and lots of other changes in the parsing process, I think there isn't a lot more I can do to try and make up for the horrible formatting of the log and lack of identification; After I add all 3.0 skills/dots it will probably be the "final" version without any more changes for a while.
Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#348 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 24 April 2012 - 04:21 AM

Really annoyed with so much crap in the log -.-

Quote

2012.04.20 12:23:20 : x has summoned Divine Crystal to attack Chantra Assassin by using Summon Divine Crystal IV.
2012.04.20 12:23:22 : Divine Crystal inflicted 781 damage on Chantra Assassin by using Summon Holy Servant IV Effect.

This post has been edited by Mikuni: 24 April 2012 - 04:22 AM

Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#349 User is offline   No,you. 

  • Goat Lord
  • PipPipPipPipPipPip
  • View blog
  • Group: Curse Premium
  • Posts: 1551
  • Joined: 03-June 09
  • Server:Undecided

Posted 24 April 2012 - 04:24 AM

Always loved Aion chatlog non sense :sparkles:
Posted Image
0

#350 User is offline   sickofitall89 

  • Daeva
  • Pip
  • Group: Members
  • Posts: 14
  • Joined: 27-February 11
  • LocationBulgaria
  • Race :Asmodians
  • Server:Undecided

Posted 25 April 2012 - 10:58 AM

Hmm There is something weird , i noticed today when my NexusModManager is running and i try to start ARM , it said "You are not allowed to Run ARM alongside hacking applications"

And NexusModManager "NMM" Is a tool for Mods for Bethesda games , like Elder Scrolls and Fallout.Why does it detect it as hacking application lol.
Peace is a lie, there is only passion.
Through passion, I gain strength.
Through strength, I gain power.
Through power, I gain victory.
Through victory, my chains are broken.
The Force shall free me.
0

#351 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 25 April 2012 - 12:04 PM

View Postsickofitall89, on 25 April 2012 - 10:58 AM, said:

Hmm There is something weird , i noticed today when my NexusModManager is running and i try to start ARM , it said "You are not allowed to Run ARM alongside hacking applications"

And NexusModManager "NMM" Is a tool for Mods for Bethesda games , like Elder Scrolls and Fallout.Why does it detect it as hacking application lol.


I'll check it out, def. a false possitive.
Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#352 User is offline   StingerX 

  • General
  • PipPipPipPipPip
  • Group: Members
  • Posts: 888
  • Joined: 12-October 09
  • LocationGreece
  • Character:Shaq
  • Legion:i dont care if she s not 18!
  • Race :Undecided
  • Server:Perento

Posted 26 April 2012 - 02:47 AM

maybe cause it s checking network traffic?
PLZ SPARE US THE PIX&QUOTES U FIND IN THE INTERNET

PS: U LISTEN TO DELIQ? looooooooooooooooooooooool

Deliq: "If I wanted to be low on DMG Id switch to polearm."
0

#353 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 26 April 2012 - 04:46 AM

View PostStingerX, on 26 April 2012 - 02:47 AM, said:

maybe cause it s checking network traffic?


No, only checks running processes.
Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#354 User is offline   StingerX 

  • General
  • PipPipPipPipPip
  • Group: Members
  • Posts: 888
  • Joined: 12-October 09
  • LocationGreece
  • Character:Shaq
  • Legion:i dont care if she s not 18!
  • Race :Undecided
  • Server:Perento

Posted 26 April 2012 - 04:27 PM

checking processes might be alarming too...
PLZ SPARE US THE PIX&QUOTES U FIND IN THE INTERNET

PS: U LISTEN TO DELIQ? looooooooooooooooooooooool

Deliq: "If I wanted to be low on DMG Id switch to polearm."
0

#355 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 27 April 2012 - 02:48 AM

1.0 preview


Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#356 User is online   AlphaD 

  • Star Officer
  • PipPipPip
  • Group: Members
  • Posts: 316
  • Joined: 06-September 10
  • Locationur base
  • Character:Delian
  • Race :Asmodians
  • Server:Spatalos

Posted 27 April 2012 - 04:07 PM

When you select a class filter, is it possible to remove the filter and again show all the players? Because currently it's an irreversible process.

This post has been edited by AlphaD: 27 April 2012 - 04:07 PM

Delian, Spatalos Sauceror
>Videos
0

#357 User is offline   Mikuni 

  • <3 PvP
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2684
  • Joined: 08-March 12
  • Server:Undecided

Posted 27 April 2012 - 04:11 PM

View PostAlphaD, on 27 April 2012 - 04:07 PM, said:

When you select a class filter, is it possible to remove the filter and again show all the players? Because currently it's an irreversible process.


Not possible atm, due to the way I sort and display the player objects, would need to change a lot of things (and have some performance loss implications); however, I'm building a graphs/reports separate window where you can filter per class, mob etc without wiping the data; expect to see it with 1.0

The current filter deletes all the other classes, it's not just removing them from display.

This post has been edited by Mikuni: 27 April 2012 - 04:14 PM

Aion RainMeter - dps/ap meter tool/faction translator + hacker reports | Website | Forum
Officially approved by NCSoft and Gameforge

Not buying Gold Pack anymore.

-Collection of complaints about Gameforge-
0

#358 User is offline   vigor0us 

  • Star Officer
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 10-September 10
  • Character:Earo
  • Legion:Evul Smurfies
  • Race :Asmodians
  • Server:Undecided

Posted 28 April 2012 - 02:12 AM

http://board.en.aion...thod-from-aion/

"Rain meter is banned in EU its a 3rd party software"


/discuss :P

personally i dont think its even possible for them to tell if ure using rainmeter or not since its only reading a chat log.am i wrong?:o
Posted Image
0

#359 User is offline   SpiritOfChaos 

  • Star Officer
  • PipPipPip
  • Group: Members
  • Posts: 323
  • Joined: 05-March 11
  • LocationBrazil , Curitiba
  • Character:SpiritofChaos
  • Race :Elyos
  • Server:Perento

Posted 28 April 2012 - 02:47 AM

they can ban whit hackshield

if they do i bypassing hackshield for fun.
Posted Image
0

#360 User is offline   Valana 

  • Soldier
  • PipPip
  • Group: Members
  • Posts: 59
  • Joined: 08-August 10
  • LocationThe Netherlands
  • Character:Valana
  • Legion:Air Up There
  • Race :Asmodians
  • Server:Telemachus

Posted 28 April 2012 - 03:23 AM

View Postvigor0us, on 28 April 2012 - 02:12 AM, said:

http://board.en.aion...thod-from-aion/

"Rain meter is banned in EU its a 3rd party software"


/discuss :P

personally i dont think its even possible for them to tell if ure using rainmeter or not since its only reading a chat log.am i wrong?:o


Sucks big time -.-
0

  • 29 Pages +
  • « First
  • 16
  • 17
  • 18
  • 19
  • 20
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users