gamepoint scrolls

Join Discord

stonecold316

Dedicated Member
Dedicated Member
Nov 2, 2009
657
55
115
hi there does anyone know what the fld shape number is for gamepoint scrolls ?
the one that decides what it will actually do
cheers
stonecold
 

stonecold316

Dedicated Member
Dedicated Member
Nov 2, 2009
657
55
115
i have made some gamepoint scrolls and im trying to get it so u can double click them and they add to your gamepoints , just wondering what the fld shape is which decides what the scroll does i e :townteleport is 3 i have tried numbers on either side with no luck , so was just wondering if anyone else knew it ?
stonecold
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
ok you can use qfun todo this

[@StdModeFunc1]
#ACT
gamegold + 200
break

then in the for ur scroll change
FLD_STDMODE = 31
FLD_ANICOUNT = 1
 
Upvote 0

stonecold316

Dedicated Member
Dedicated Member
Nov 2, 2009
657
55
115
ermm ok so i have it like this :
[@StdModeFunc99]
#ACT
gamegold + 100
break

now i have used 99 cos 1 is used so i picked another random number
but as i have scrolls ranging from 100gps to 900gps would i have to make more of the [@StdModeFunc99] so it ends up looking like this :

[@StdModeFunc99]
#ACT
gamegold + 100
break
THEN
[@StdModeFunc100]
#ACT
gamegold + 200
break

TY FOR ADVICE SO FAR much appreciated :)
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
i use both cuz one you can add all you want other i just use for smalls things
 
Upvote 0