|
Vanguard Bot - VGExtreme Scritping Service : VGExtreme General Discussion - Page 20
|
|
Posted: March 15th, 2007, 5:58 pm
|
|
|
|
terl42
Total Posts: 56
Joined: August 31st, 2005, 8:02 am
terl42's Reps: 1
|
binafus (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): I tried it with Vista it did not work.
64 bit vista users, this isn't a real negative, he's using the 32 bit version.
can someone with a 64 bit version of vista check this out?
|
|
|
|
|
Posted: March 15th, 2007, 8:33 pm
|
|
|
|
zergcow
Total Posts: 43
Joined: March 15th, 2007, 7:05 am
zergcow's Reps: 1
|
I heard someone needed this tested out in 64 vista.
amd64
vista64
2Gb ocz ram
2x 7800GTX
10k RPM 74Gb HD
not sure if i am installing it rite. basically i downloaded it and ran the file in the zip. it put this in a temp folder and tried to run it from there. i got the following errors.
"Failed to register ExhumeHelper.dll.
Exception has been thrown by the target of an invocation.
Try to run Exhume to get a full error message."
"Failed to register XUScripts.dll.
Exception has been thrown by the target of an invocation.
Try to run xunleashed to get a full error message."
"Vanguard is not running"
and yes vanguard is running in windowed mode.
I dont know what exhume is or where to get it and i dont know what xunleased is.
there really needs to be a more comprehensive install instruction rather than "run the exe and it will do what it is supposed to do" ... maybe tell us what files end up where and what to install should look like? I dont know, anyways that is as far as i got with this. I would love to see it in action with the radar and whatnot. I hope we can get this working with vista64 soon! for now i am off to vaction. cya in 3 days!
|
|
|
|
|
Posted: March 16th, 2007, 9:53 pm
|
|
|
|
terl42
Total Posts: 56
Joined: August 31st, 2005, 8:02 am
terl42's Reps: 1
|
Link to Exhume
Link to XUnleashed
Link to VGExtreme
In theory, the way to install all three of theese is the same.
1. download the file form the links above.
2. unrar them (use winrar to extract them) with the link that says "extract to Name Of File\
Go into the newly created folder of the same name as the file you extracted, and run the .exe inside of it (it's currently the ONLY file, so it shouldn't be too hard to find).
After running the file, it will log into somewhere, and download between 3 (exhume) and a shitload (VGExtreme) of files.
Once the download is done, you "should" be able to simply run the same .exe you ran to get the extra files to make the program start up. (the should has been put in quotes because of how many people are on incompateable computers-mainly 64 bit or vista os).
Running the .exe file is supposed to take you to a login screen. Use your name on thos forum as your name, and the password you use to log onto this forum as your password.
(For any of you who are thinking about posting your passwords here so someone with a working computer can check it out for you, I've got some prime realty in florida, and even a couple square inches of the brooklyn bridge to sell...)
The excess of instructions out there talking aobut deleting "helper.dll" or running the vgextreme.exe through a .dll are for people who can't get the program to work with the method above. This is not supposed to get those people working, it's supposed to get the booring people with store bought computers that rarely break down and don't cost more than their car.
|
|
|
|
|
Posted: March 18th, 2007, 1:29 am
|
|
|
|
sinshar
Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
|
WyvernX, i started working on group code tonight and ran into a snag.
The tgetDefTarget() returns a reference to a mob object, and the mob object doesn't have Hitpoints and Max Hit points yet.
I'm thinking i will have to hard code in hitpoints for now, for each group Member unless you got a brilliant bypass for me?
|
|
|
|
|
Posted: March 18th, 2007, 2:45 am
|
|
|
|
sinshar
Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
|
OK i tried the getDefTargetHP() way too, it didn't work for me.
It seems to return a zero?
|
|
|
|
|
Posted: March 18th, 2007, 8:59 am
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
HP's are not stored in memory. They are downloaded from the server when you target something. The MobHP and MobMaxHP will never work I should take out those API's as they are bogus. Only Target.HP, and DefTarget.HP will actually show any HP info.
So, I'm not sure why your getDefTargetHP didnt work unless you didnt have a defensive target.
As for groups, I havnt done those API's yet, but for now you can easily target each member and get their HP from the getDefTargetHP command.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: March 18th, 2007, 10:06 am
|
|
|
|
sinshar
Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
|
I got it... its the percentage.... heheh.
one last problem... FOr some reason i can't get my heal routine to accept a value when i pass in the healing status.../my problem here. heheh
|
|
|
|
|
Posted: March 19th, 2007, 11:02 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
March 20, 2007 Vgextreme 1.5
'///Modified 3/20/07 - Added getGroupMember(ZeroBasedIndex) 'Returns a Mob object for the party member at position index
'///Modified 3/20/07 - Added getGroupMemberCount() 'Returns the number of members in your party
'///Modified 3/20/07 - Added getGroupMemberHP(ZeroBasedIndex) 'Returns the Group Member HP at index
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: March 19th, 2007, 11:12 pm
|
|
|
|
metallica5
metallica5's Reps:
|
all i wanna know is, is there a crafting script already made?
|
|
|
|
|
Posted: March 19th, 2007, 11:16 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
i dont think so. I have one I have started.. I'll have it posted sometime later this week. It basically runs through a work order get/complete run.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: March 19th, 2007, 11:20 pm
|
|
|
|
metallica5
metallica5's Reps:
|
yeah really all I'd like is something that will just do the work orders I have... I don't mind running back and forth to the NPC to get more but the clicking drives me insane... (too bad we can only get 3 at a time ) unless ur able to get more after novice ^^
Thx wyv
If you're on Tharridon I'll get you some nice jewelry or a boat someday :p
|
|
|
|
|
Posted: March 20th, 2007, 6:12 am
|
|
|
|
sinshar
Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
|
Great, news on the new functions I can't wait I have been getting the group member count by hitting F1, then checking for a null, then F2, etc.etc.
That will take about 50 lines of code out of my healing Routine.
Wait... you have my code heheh will you jsut go ahead and change it for me.. LOL
Im' kidding but ya gotta admit it was funny .
|
|
|
|
|
Posted: March 24th, 2007, 12:21 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
March 24, 2007
'///Modified 3/24/07 - Bugfix Added Vista Support. (see forum for details on how to setup)
'///Modified 3/24/07 - Bugfix Fixed some CLSID errors some where having.
'///Modified 3/24/07 - Added getPlayerChunkX() 'Returns the map coords in chunk format.
'///Modified 3/24/07 - Added getPlayerChunkY() 'Returns the map coords in chunk format.
To get working in vista (and maybe xp64):
Right click on VGExtreme.exe Click on poperties. Check the box for Run in Compatibility mode with XPSP2. Check the box for Run as Administrator. Do the same for UpdateVGExtreme.exe.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: March 24th, 2007, 7:55 pm
|
|
|
|
lead2gold
lead2gold's Reps:
|
still no luck with vista, wyvernx, even with the new version
|
|
|
|
|
Posted: March 24th, 2007, 9:21 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
I have vista and have it running.
What problem are you having?
_________________
Use Search first, ask questions later!
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 12 guests |
|
|
|