Page 1 of 1

Potion Craft Coordinates Pointer Table

Posted: Wed Dec 14, 2022 1:44 pm
by The Mogician
Pointer table for x and y coordinates

Now with hotkeys
Numpad 2468 for bigger movements
IJKL for minute adjustments if you want to get a tier3 or something

Here are some of the tier 3 coordinate locations:

Frost
X 11.55
Y -0.2

Healing
X 5.3
Y -5.8

Dexterity
X 20.85
Y 3.15

Magic Vision
X 21.3
Y 10.4

Fire
X -14
Y 1.15

Poison
X -5.65
Y -5.85

Strength
X 0.75
Y -16.3

Stone Skin
X -0.75
Y-23

Wild Growth
X 16.8
Y -12

Light
X -24.9
Y 0

Swiftness
X -0.9
Y 18.65

Explosion
X -13.1
Y 12.75

Libido
X -30.4
Y 14.2

Charm
X -11.1
Y 27.1

Lightning
X 10.4
Y 19.6

Levitation
X -4.2
Y 36.4

Sleep
X 21.8
Y -6

Slowness
X 8.4
Y -29.6

Mana
X 11.7
Y 11.7

Necromancy
X -27.4
Y -30.4

Lightning Protection (needs spinning)
X -5.3
Y -49

Fire Protection (needs spinning)
X 39.9
Y 0.55

Invisibility
X 10.5
Y 35.6

Inspiration (needs spinning)
X 7.65
Y 61.1

Rage
X -20.3
Y 22.6

Re: Potion Craft Coordinates Pointer Table

Posted: Fri Dec 16, 2022 4:05 am
by zolambarkudak
It's working with the steam release version. Honestly if you are looking for a cheat for this game, this is pretty much it.

Just add some hotkeys to coordinates

Image

Which will let you move your potion thing using Home/del/end/pgdwn buttons (you can change it to your own liking but chances are it'll conflict with games own keybinds).

Re: Potion Craft Coordinates Pointer Table

Posted: Fri Dec 16, 2022 4:38 am
by The Mogician
zolambarkudak wrote:
Fri Dec 16, 2022 4:05 am
It's working with the steam release version. Honestly if you are looking for a cheat for this game, this is pretty much it.

Just add some hotkeys to coordinates

Image

Which will let you move your potion thing using Home/del/end/pgdwn buttons (you can change it to your own liking but chances are it'll conflict with games own keybinds).
Added hotkeys

Re: Potion Craft Coordinates Pointer Table

Posted: Sat Dec 17, 2022 11:42 pm
by Chikaze
Thank u Mogician :lol:


IndicatorMapItem:MoveIndicatorAlongThePath+18e:
rax+0 PotionMapLocationX
rax+4 PotionMapLocationY

TransmitterWindow:Transmit+1b5:
rax+0 MouseMapLocationX
rax+4 MouseMapLocationY-(Float)130[water]
rax+4 MouseMapLocationY-(Float)283[oil]


Code: Select all

[ENABLE]
{$lua}
if syntaxcheck then return end

local t=createTimer()
t.Interval=500
t.OnTimer=function()
  memrec.Active=false
  t.destroy()
end
writeFloat('[PotionMapLocation]',readFloat('[MouseMapLocation]'))
writeFloat('[PotionMapLocation]+4',readFloat('[MouseMapLocation]+4')+283)
{$asm}
[DISABLE]
TPtoMouseLocation(HotKey)
PotionX+Y
MouseX+Y
FastTP(WIP)
Potion Craft.CT
(50.16 KiB) Downloaded 409 times

Re: Potion Craft Coordinates Pointer Table

Posted: Thu Jan 05, 2023 3:52 pm
by CarbonBeast
please help, I have no idea how to get this to work.. hotkeys, numpad did nothing.. changing the value did noting.. do I have to check the box at x and y? is this outdated?

Re: Potion Craft Coordinates Pointer Table

Posted: Sat Jul 13, 2024 10:09 pm
by anl93
Is this still working?

Re: Potion Craft Coordinates Pointer Table

Posted: Wed Jan 08, 2025 2:06 pm
by LeoLunar64
anl93 wrote:
Sat Jul 13, 2024 10:09 pm
Is this still working?
No, game crashes, it would be perfect to make it work again. Maybe it's because of new wine base for potions, those code for water and oil only. I tried to make pointers for X and Y coords, but i can't, weird.