| | Warhammer Online Exploits, Bots, and Programs Exploits, Bots and Programs for Warhammer Online.
[NO QUESTIONS HERE] |  | | 
04-06-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 258
Reputation: 45 Level up: 99%, 9 Points needed | | | | DLL Update i uploaded an updated DLL Version.
changes:
UpdateRadar -- takes 2 parameters now ( range , type ) : Range = 0 means infinite, Types: 0 = all , 2 = Players , 3 = NPC's
new:
SetSpeed -- adjust your movement speed. 1 means normal speed. You can set any speed you like, but don't complain you die splashed onto something ;-)
there may be other new functions, i don't remember. as always, type hlp in the console to see them all.
Last edited by HansW; 04-06-2009 at 07:21 AM.
| Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
04-06-2009
| | New User | | | Join Date: Mar 2009
Posts: 58
Reputation: 4 | | Quote:
Originally Posted by HansW i uploaded an updated DLL Version.
changes:
UpdateRadar -- takes 2 parameters now ( range , type ) : Range = 0 means infinite, Types: 0 = all , 2 = NPC's , 3 = Players
new:
SetSpeed -- adjust your movement speed. 1 means normal speed. You can set any speed you like, but don't complain you die splashed onto something ;-)
there may be other new functions, i don't remember. as always, type hlp in the console to see them all. | For example if I would like to have infinite range ans see players only, what exactly should I write in console? (I just can not get how to set both parameters) | 
04-06-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 258
Reputation: 45 Level up: 99%, 9 Points needed | | | | /script UpdateRadar(0,2) -- in the client chat
UpdateRadar(0,2) -- in the warextdll console
Last edited by HansW; 04-06-2009 at 07:22 AM.
| 
04-06-2009
| | New User | | | Join Date: Mar 2009
Posts: 58
Reputation: 4 | | Quote:
Originally Posted by HansW /script UpdateRadar(0,2) -- in the client chat
UpdateRadar(0,2) -- in the warextdll console | Thanks a lot! | 
04-06-2009
| | New User | | | Join Date: Mar 2009
Posts: 58
Reputation: 4 | | | One more question, after I changing parameters should I refresh it somehow or it has to happened automatically?
Also I think that with a range=0 it is still has the same radius or am I wrong?
Last edited by tino4ka; 04-06-2009 at 08:21 AM.
| 
04-06-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 258
Reputation: 45 Level up: 99%, 9 Points needed | | | | You should use the WARadar addon and modify the UpdateRadar call in the .lua script file that comes with the addon ( just add the 2 parameters to the call).
Range=0 means that every entity that the client knows about will be picked up, regardless of how far away it is. The client itself does only get entity information in a certain radius around the player position (in PVE and open RVR).
In scenarios you should see all players involved. | 
04-06-2009
| | Knight-Lieutenant | | | Join Date: Mar 2009
Posts: 305
Reputation: 20 | | | This is sweet. Thanks for the update! | 
04-06-2009
| | New User | | | Join Date: Mar 2009
Posts: 58
Reputation: 4 | | Quote:
Originally Posted by HansW You should use the WARadar addon and modify the UpdateRadar call in the .lua script file that comes with the addon ( just add the 2 parameters to the call).
Range=0 means that every entity that the client knows about will be picked up, regardless of how far away it is. The client itself does only get entity information in a certain radius around the player position (in PVE and open RVR).
In scenarios you should see all players involved. | Should it be like:
WARadar = {}
local TIME_DELAY = 10
local timeLeft = TIME_DELAY
function WARadar.Update(elapsed)
timeLeft = timeLeft - elapsed
if timeLeft > 0 then
return
end
timeLeft = TIME_DELAY
UpdateRadar(0,3)
end
I would like to have max radius and to be able to see players only, is it correct? | 
04-06-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 258
Reputation: 45 Level up: 99%, 9 Points needed | | | | looks ok. you can also try to UpdateRadar(99999,3) should be the same. | 
04-06-2009
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Oct 2008
Posts: 23
Reputation: 4 | | | injecting the dll kill my client after 30 sec of play, this uppen in lost vale for sure, not tested in other zone (maybe b/c there is no map there???).
I use Euro client and i was using the map addon with the config posted few post above. I'll post the debug asap.
Alcor75
P.S. tnx so much for this dll, as i sad you are my super hero! | 
04-06-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 258
Reputation: 45 Level up: 99%, 9 Points needed | | | | mhh, maybe the last dll release was a bit untested. i've not really tested is for long. let me know if it happens frequently. | 
04-07-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 258
Reputation: 45 Level up: 99%, 9 Points needed | | | | I just tried some things. it seems that i'am having a little trouble with the different threads running inside the client. I will dig into this next and try to get it fixed. Unless that is done the dll may crash the client in some cases. This makes it unuseable at the moment. | 
04-07-2009
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Mar 2009
Posts: 3
Reputation: 1 | | | thanks Got it to work then it gets stuck and says Need to Loot 0 continuously
To make it work by select a attack and inserted then I inject the DLL and then I put the rest of the attacks that I want into it and it works for while. I really like what you have created . Keep up the great work it is much appreciated | 
04-07-2009
| | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Dec 2006
Posts: 2
Reputation: 1 | | Quote:
Originally Posted by stoner69 Got it to work then it gets stuck and says Need to Loot 0 continuously
To make it work by select a attack and inserted then I inject the DLL and then I put the rest of the attacks that I want into it and it works for while. I really like what you have created . Keep up the great work it is much appreciated | yes i have the same problem here, it unstucks when i press tab or selecting next mob, i searched over the net to get a program so it can auto-tab but i couldnt find a good one. Thx for making this anyway i think you are close to make ti perfect. | 
04-08-2009
| | Knight-Lieutenant | | | Join Date: Jan 2008
Posts: 258
Reputation: 45 Level up: 99%, 9 Points needed | | | | new version i uploaded a new dll version. i hope this fixes the warradar client crash proble, but i'am not sure.
It has however some new functions:
- TeleportToEntity(GUID) - Teleports you to the entity
- FaceEntity(GUID) - Change heading to face the entity
- WriteMem(Addr,Type, Data1, Data2,... ) - Writes all Data items to the Address. Nice for quick ingame patching - if you know what opcodes to patch 
- ReadMem(Addr,Type,count) - Read "count" data item from address and return them a lua table
In the near future i will add the capability to obtain height values for x,y coordinates. With this, a click-on-map-to-teleport is fairly easy. |  | |
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 02:51 PM. |