CLEO Help weaponlimit.asi opcode?

CLEO related
Status
Not open for further replies.

tested05

Active member
Joined
Jan 21, 2017
Messages
70
Reaction score
2
I want to know the memory address that increases the weapon range.
Is it possible to share  address? :surprised:
 

_C1ph3r_

Active member
Joined
Feb 5, 2017
Messages
91
Reaction score
3
Here ! Everything is easier with UG-Base community
http://www.gtamodding.com/wiki/Memory_Addresses_(SA)#Cheats
https://github.com/multitheftauto/mtasa-blue/blob/master/Client/game_sa/CPedSA.h#L70
 

tested05

Active member
Joined
Jan 21, 2017
Messages
70
Reaction score
2
supahdupahnubah said:
Look up for weapon.dat addresses at the end of the page : http://hotmist.ddo.jp/struct.html


Something is strange.

Weapon.dat:
Start 0xC8AAB8
Size 0x70
Num 0x51

[size=small]+0x08 Float weaponRan[/size]

[size=small][size=small][size=small]0xC8AAB8+0x08 Access to this address does not yield a value.[/size][/size][/size]
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
52
Location
LongForgotten <-> 0x32789
tested05 said:
supahdupahnubah said:
Look up for weapon.dat addresses at the end of the page : http://hotmist.ddo.jp/struct.html


Something is strange.

Weapon.dat:
Start 0xC8AAB8
Size 0x70
Num 0x51

[size=small]+0x08 Float weaponRan[/size]

[size=small][size=small][size=small]0xC8AAB8+0x08 Access to this address does not yield a value.[/size][/size][/size]

I tried the same, once using opcode.exe's setweapondat snippet in cleo, changed range to like 9999999.0 and it never worked./
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
tested05 said:
supahdupahnubah said:
Look up for weapon.dat addresses at the end of the page : http://hotmist.ddo.jp/struct.html


Something is strange.

Weapon.dat:
Start 0xC8AAB8
Size 0x70
Num 0x51

[size=small]+0x08 Float weaponRan[/size]

[size=small][size=small][size=small]0xC8AAB8+0x08 Access to this address does not yield a value.[/size][/size][/size]

I guess you're not familliar with the structures, your choice to copypaste or spend couple hours to understand it, but @springfield already explained it here : http://ugbase.eu/Thread-Request-Unlimited-Green-Triangle-Detection-Range
However Opcode's snippet works like a charm, dunno why it didn't work for @0x32789, it was fine for me an hour ago on several servers, including the ugbase one
 
Status
Not open for further replies.
Top