Wizardry Online

demonx

Golden Oldie
Golden Oldie
Aug 4, 2004
712
0
123
England
First of all: http://www.wizardrythegame.com/

Basically a fantasy game with a permadeath system... The game is extremely challenging solo so i would advise a group also STAY AWAY FROM PURPLE NAMED MOBS. There is PvP and a Criminal System. You can also loot gold/items from other players.

Its just come into Open Beta


http://wizardryvault.com/guides/guide-tips-and-advice-for-new-players/

Tips for new players.


Enjoy!

Hit me up ingame if you join im on the EU server under the name [Char Name]> Morgana Pendragn <[Soul Name]
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,183
30
2,784
540
looks cool, gonna give it a go.

however as its run by sony and its free, even without playing it i can tell they're going to throw their station currency in your face all the time and have tons of micro transations - i find it with every free sony mmo.
 

demonx

Golden Oldie
Golden Oldie
Aug 4, 2004
712
0
123
England
It took me and a friend about 5hours to clear one of the dungeons today (doing a few quests 3-4times for exp) - Was 3 floors, SO many puzzles, We prob could have done it faster but im tank and hes healer... We are kinda getting to the point where DPS is really needed ^_^ - Still enjoying it... Makes you use your mind lol.

Hit level 10, Soul Rank 3.
 

koz1122

Dedicated Member
Dedicated Member
Feb 22, 2012
185
2
44
Just downloaded this, anyone interested in starting fresh wimme :I xxx
 

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
I'll play it! Anyone got the auto-roll bot working for this?? I really want a high bonus points.

-Ash
 

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
I'm not sure yet depending if the name has already been chosen.

I'm trying to get this bot that automatically re-roll the "Bonus points". Apparently highest bonus point you can get is 70 and the average amount of times I've only had 12 and below is a lot.

*LINK* - People discussing about the Auto re-roll bonus point bot. I needed to download something known as "AutoHotKey(.AHK)" then save some code to run the bot. Trying to find the right resolution bot.

-Ash
 

linzi

Golden Oldie
Golden Oldie
May 10, 2004
547
4
125
rochdale
Found it very hard to play solo, done the time trial tutorial but the next mission were you have to defeat the dragon clan is impossible solo, graphics are very good, game reminds me of FFXI
 

ashleyuk

Dedicated Member
Dedicated Member
Loyal Member
Nov 18, 2008
2,000
23
145
What bonus points did you end up with? I think cap might been reduced to 12 or something.. Can't get past it.

Bot: Wizardry Auto-Bonus-Point-Reroller

Download AutoHotKey (Link)

I think this works.. Resolution: 1024x768

Code:

^d::
Loop {
;MouseClick, left, 281, 615, 5 ;(Race Selection) - >Human (M)
;MouseClick, left, 281, 615, 5 ;(Race Selection) - >Human (M) 2nd attempt
;MouseClick, left, 286, 655, 5 ;(Race Selection) - >Human (F)
;MouseClick, left, 286, 655, 5 ;(Race Selection) - >Human (F) 2nd attempt
;MouseClick, left, 437, 617, 5 ;(Race Selection) - >Elf (M)
;MouseClick, left, 437, 617, 5 ;(Race Selection) - >Elf (M) 2nd attempt
;MouseClick, left, 438, 654, 5 ;(Race Selection) - >Elf (F)
;MouseClick, left, 438, 654, 5 ;(Race Selection) - >Elf (F) 2nd attempt
MouseClick, left, 584, 617, 5 ;(Race Selection) - >Dwarf (M)
MouseClick, left, 584, 617, 5 ;(Race Selection) - >Dwarf (M) 2nd attempt
;MouseClick, left, 587, 657, 5 ;(Race Selection) - >Gnome (F)
;MouseClick, left, 587, 657, 5 ;(Race Selection) - >Gnome (F) 2nd attempt
;MouseClick, left, 737, 622, 5 ;(Race Selection) - >Porkul (M)
;MouseClick, left, 737, 622, 5 ;(Race Selection) - >Porkul (M) 2nd attempt
;MouseClick, left, 738, 657, 5 ;(Race Selection) - >Porkul (F)
;MouseClick, left, 738, 657, 5 ;(Race Selection) - >Porkul (F) 2nd attempt
Sleep, 10
MouseClick, left, 447, 723, 5
MouseClick, left, 447, 723, 5
Sleep, 2200
PixelSearch, colorX, colorY, 490, 378, 502, 391, 0xFFFFFF, 0, fast
if !ErrorLevel
break
MouseClick, left, 513, 416, 5
MouseClick, left, 513, 416, 5
Sleep, 10
MouseClick, left, 575, 726, 5
MouseClick, left, 575, 726, 5
Sleep, 10
}
return

^s::
Pause
return

Remove the ";" for which character you want botted. To start this bot you will need to Hold down CTRL+D To stop it you will need to Hold down CTRL+S.

Just incase someone wants to bot a good amount of bonus points.. I'm not 100% sure what bonus point it stops at i just found the code from a forum. Which can be found (Link).

-Ash

---------- Post Merged at 05:17 PM ---------- Previous Post was at 04:02 PM ----------

Sorry double post.

Had to mess about with it's coordination's.. Now i got them fixed. Only problem is it forgets to press the button or misses it out now and then.

I'm gonna search on that forum again for better code for the bot and change the coordination's around to suit 1024x768.

-Ash

Edit: Better explained BOT - Add into a .TXT Format then change the name to (Wizardry-Bot.ahk) Or some thing with .AHK . You will also need to download AutoHotKey.

;AutoRoll Macro for Wizardry Online Bonus Points.
;All x,y coordinates are for 1024x768.
;Press the right key to start the macro.
;Press ESC to stop the macro.
;Macro *should automatically stop on 20 or higher.

^d::
BreakLoop = 0
White = 0xffffff

Loop
{
;This section selects Character race/gender.
;Remove semicolon for whatever race/gender you are rolling for.
click 435, 624, 5 ;Race Selection - Human (M)
click 435, 624, 5 ;Race Selection - Human (M)
;click 732, 969, 5 ;Race Selection - Human (F)
;click 877, 930, 5 ;Race Selection - Elf (M)
;click 880, 970, 5 ;Race Selection - Elf (F)
;click 1046, 939, 5 ;Race Selection - Dwarf (M)
;click 1033, 978, 5 ;Race Selection - Gnome (F)
;click 1186, 9385, 5 ;Race Selection - Porkul (M)
;click 1193, 980, 5 ;Race Selection - Porkul (F)

sleep 60 ;A slight pause
;Start the rolling
click 613, 728, 5 ;OK Button
click 613, 728, 5
Sleep 2000 ;Wait until the roll is done
PixelSearch, Px, Py, 941, 536, 947, 547, White, 0, Fast RGB ;Search this area of pixels for white text. Should stop at 20 or higher.
if (ErrorLevel = 0)
break
;Stop macro
if (BreakLoop = 1)
break
;Continue to next roll
click 679, 418, 5 ;OK Button on bonus points dialog.
click 679, 418, 5
sleep 60 ;Pause
click 741, 728, 5 ;Cancel character and reroll another.
click 741, 728, 5
sleep 60 ;Wait for Server
}
return

Esc::
BreakLoop = 1
return

-Ash
 
Last edited: