|
You last visited: Today at 23:55
Advertisement
ModStruct problem
Discussion on ModStruct problem within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.
03/13/2025, 15:21
|
#1
|
elite*gold: 0
Join Date: Jul 2012
Posts: 22
Received Thanks: 3
|
ModStruct problem
Hello everyone, so here I am updating old program to me, and I have 2/3 problems.
To start I can not know if my ModStruct are correct , some are good but others do not work after tests I have performed.I tried with the toolbox to look but nothing corecing with the figure that I have.
Local $PlusDemons = StringInStr($ModStruct, "A0848210", 0, 1) ; +10vs Demons
Local $PlusDragons = StringInStr($ModStruct, "A0948210", 0, 1) ; +10vs Dragons
Local $PlusPlants = StringInStr($ModStruct, "A0348210", 0, 1) ; +10vs Plants
Local $PlusUndead = StringInStr($ModStruct, "A0048210", 0, 1) ; +10vs Undead
Local $PlusTengu = StringInStr($ModStruct, "A0748210", 0, 1) ; +10vs Tengu
; New +10vsMonster Mods 07/10/2018 - Thanks to Savsuds
Local $PlusCharr = StringInStr($ModStruct, "0A014821", 0 ,1) ; +10vs Charr
Local $PlusTrolls = StringInStr($ModStruct, "0A024821", 0 ,1) ; +10vs Trolls
Local $PlusSkeletons = StringInStr($ModStruct, "0A044821", 0 ,1) ; +10vs Skeletons
Local $PlusGiants = StringInStr($ModStruct, "0A054821", 0 ,1) ; +10vs Giants
Local $PlusDwarves = StringInStr($ModStruct, "0A064821", 0 ,1) ; +10vs Dwarves
Local $PlusDragons = StringInStr($ModStruct, "0A094821", 0 ,1) ; +10vs Dragons
Local $PlusOgres = StringInStr($ModStruct, "0A0A4821", 0 ,1) ; +10vs Ogres
I have the same problem with runes
Local $ModStruct = GetModStruct($aItem)
Local $SupVigor = StringInStr($ModStruct, "C202EA27", 0, 1) ; Mod struct for Sup vigor rune
Local $WindWalker = StringInStr($ModStruct, "040430A5060518A7", 0, 1) ; Windwalker insig
Local $MinorMyst = StringInStr($ModStruct, "05033025012CE821", 0, 1) ; Minor Mysticism
Local $SupEarthPrayers = StringInStr($ModStruct, "32BE82109033025", 0, 1) ; Sup earth prayers
Local $Prodigy = StringInStr($ModStruct, "C60330A5000528A7", 0, 1) ; Prodigy insig
Local $SupDom = StringInStr($ModStruct, "30250302E821770", 0, 1) ; Superior Domination
Local $Shamans = StringInStr($ModStruct, "080430A50005F8A", 0, 1) ; Shamans insig
Local $MinorSpawning = StringInStr($ModStruct, "0124E821", 0, 1) ; Minor Spawning
Local $MinorEnergyStorage = StringInStr($ModStruct, "010CE821", 0, 1) ; Minor Energy Storage
Local $MinorFastCasting = StringInStr($ModStruct, "0100E821", 0, 1) ; Minor Fast Casting
Local $MinorIllusion = StringInStr($ModStruct, "0101E821", 0, 1) ; Minor Illusion
Local $MinorSoulReap = StringInStr($ModStruct, "0106E821", 0, 1) ; Minor SoulReaping
Local $Tormentor = StringInStr($ModStruct, "EC010824", 0, 1) ; Tormentor's Insignia
Local $Sentinel = StringInStr($ModStruct, "FB010824", 0, 1) ; Sentinel's Insignia
Local $MinorDivine = StringInStr($ModStruct, "0110E821", 0, 1) ; Minor Divine Favor
Local $MinorInspiration = StringInStr($ModStruct, "0103E821", 0, 1) ; Minor Inspiration Magic
Local $Nightstalker = StringInStr($ModStruct, "E1010824", 0, 1) ; Nightstalker's Insignia
Local $MinorVigor = StringInStr($ModStruct, "C202E827", 0, 1) ; Rune of Minor Vigor
Local $MajorVigor = StringInStr($ModStruct, "CC202E927", 0, 1) ; Rune of Major Vigor
if someone has this information or can tell me how to retrieve them thank you in advance.
then I would like to know the difference between EnterChallengeForeign() and EnterChallenge() because 1 out of 3 times I have a code 007 and the problem seems to come from EnterChallengeForeign() or WaitMapLoading() because the coop has the same number as the city
and finally unable to find a function to recycle the runes on items by looking through all the programs I can have
I hope the translation will be correct thank you in advance for your help
|
|
|
03/18/2025, 13:35
|
#2
|
elite*gold: 0
Join Date: May 2011
Posts: 111
Received Thanks: 94
|
Quote:
Originally Posted by bob31450
Hello everyone, so here I am updating old program to me, and I have 2/3 problems.
To start I can not know if my ModStruct are correct , some are good but others do not work after tests I have performed.I tried with the toolbox to look but nothing corecing with the figure that I have.
Local $PlusDemons = StringInStr($ModStruct, "A0848210", 0, 1) ; +10vs Demons
Local $PlusDragons = StringInStr($ModStruct, "A0948210", 0, 1) ; +10vs Dragons
Local $PlusPlants = StringInStr($ModStruct, "A0348210", 0, 1) ; +10vs Plants
Local $PlusUndead = StringInStr($ModStruct, "A0048210", 0, 1) ; +10vs Undead
Local $PlusTengu = StringInStr($ModStruct, "A0748210", 0, 1) ; +10vs Tengu
; New +10vsMonster Mods 07/10/2018 - Thanks to Savsuds
Local $PlusCharr = StringInStr($ModStruct, "0A014821", 0 ,1) ; +10vs Charr
Local $PlusTrolls = StringInStr($ModStruct, "0A024821", 0 ,1) ; +10vs Trolls
Local $PlusSkeletons = StringInStr($ModStruct, "0A044821", 0 ,1) ; +10vs Skeletons
Local $PlusGiants = StringInStr($ModStruct, "0A054821", 0 ,1) ; +10vs Giants
Local $PlusDwarves = StringInStr($ModStruct, "0A064821", 0 ,1) ; +10vs Dwarves
Local $PlusDragons = StringInStr($ModStruct, "0A094821", 0 ,1) ; +10vs Dragons
Local $PlusOgres = StringInStr($ModStruct, "0A0A4821", 0 ,1) ; +10vs Ogres
I have the same problem with runes
Local $ModStruct = GetModStruct($aItem)
Local $SupVigor = StringInStr($ModStruct, "C202EA27", 0, 1) ; Mod struct for Sup vigor rune
Local $WindWalker = StringInStr($ModStruct, "040430A5060518A7", 0, 1) ; Windwalker insig
Local $MinorMyst = StringInStr($ModStruct, "05033025012CE821", 0, 1) ; Minor Mysticism
Local $SupEarthPrayers = StringInStr($ModStruct, "32BE82109033025", 0, 1) ; Sup earth prayers
Local $Prodigy = StringInStr($ModStruct, "C60330A5000528A7", 0, 1) ; Prodigy insig
Local $SupDom = StringInStr($ModStruct, "30250302E821770", 0, 1) ; Superior Domination
Local $Shamans = StringInStr($ModStruct, "080430A50005F8A", 0, 1) ; Shamans insig
Local $MinorSpawning = StringInStr($ModStruct, "0124E821", 0, 1) ; Minor Spawning
Local $MinorEnergyStorage = StringInStr($ModStruct, "010CE821", 0, 1) ; Minor Energy Storage
Local $MinorFastCasting = StringInStr($ModStruct, "0100E821", 0, 1) ; Minor Fast Casting
Local $MinorIllusion = StringInStr($ModStruct, "0101E821", 0, 1) ; Minor Illusion
Local $MinorSoulReap = StringInStr($ModStruct, "0106E821", 0, 1) ; Minor SoulReaping
Local $Tormentor = StringInStr($ModStruct, "EC010824", 0, 1) ; Tormentor's Insignia
Local $Sentinel = StringInStr($ModStruct, "FB010824", 0, 1) ; Sentinel's Insignia
Local $MinorDivine = StringInStr($ModStruct, "0110E821", 0, 1) ; Minor Divine Favor
Local $MinorInspiration = StringInStr($ModStruct, "0103E821", 0, 1) ; Minor Inspiration Magic
Local $Nightstalker = StringInStr($ModStruct, "E1010824", 0, 1) ; Nightstalker's Insignia
Local $MinorVigor = StringInStr($ModStruct, "C202E827", 0, 1) ; Rune of Minor Vigor
Local $MajorVigor = StringInStr($ModStruct, "CC202E927", 0, 1) ; Rune of Major Vigor
if someone has this information or can tell me how to retrieve them thank you in advance.
then I would like to know the difference between EnterChallengeForeign() and EnterChallenge() because 1 out of 3 times I have a code 007 and the problem seems to come from EnterChallengeForeign() or WaitMapLoading() because the coop has the same number as the city
and finally unable to find a function to recycle the runes on items by looking through all the programs I can have
I hope the translation will be correct thank you in advance for your help
|
As far as I know, the modstructs should all still be correct, the problem is that when they updated the GW compiler it changed how some of the AutoIt functions work. The modstructs have stayed the same since pretty much the beginning of Guild Wars.
I havent ran anything since the complier update, but maybe one day I will translate the functions to Py4GW - thats probably the best bet.
|
|
|
 |
Similar Threads
|
ModStruct for Forget Me Not 19 / 20%
03/26/2022 - GW Bots - 0 Replies
Someone got the modstruct for forget me not 19 / 20%?
Would like to add this into
Func IsRareRune($aItem)
Local $ModStruct = GetModStruct($aItem)
Local $SupVigor = StringInStr($ModStruct, "C202EA27", 0, 1) ; Mod struct for Sup vigor rune
Local $WindWalker = StringInStr($ModStruct, "040430A5060518A7", 0, 1) ; Windwalker insig
Local $MinorMyst = StringInStr($ModStruct, "05033025012CE821", 0, 1) ; Minor Mysticism
; Not Worth Anything - Local $SupEarthPrayers =...
|
[PROBLEM]HATCHERY PROBLEM[PROBLEM]
07/27/2013 - Facebook - 8 Replies
GUYS I HAVE 3 HATCHERY IN MY ISLAND I WANT TO DELETE THE 2 I CLICK THE REMOVE TOOL THEN CLICK ON THE HATCHERY THEN NOTHING HAPPENS HELP??
THANKS
=)
|
[Problem] Server Inspection Problem
05/01/2008 - Silkroad Online - 1 Replies
Hi, By the update of 1.145 I get the error "The servers is undergoing inspection or updates. Connect to htpp://www.silkroadonline.net for more information." I reinstall the game but I get the same error. And the servers are open! Who can help me. Thank You
|
Problem with Infinty/ Problem mit Infinity
04/14/2008 - Dekaron - 1 Replies
Hey guys, i donwloadet Infinity from this site http://www.gametribe.com/.
K i installed this game and now if i try to start is i get an error message:
The game security module update has failed
How i can fix this problem, i wont to play it.
Ps. I postet it here becoz its the same producer like Dekaronīs
Hi Leute, ich hab mir Infinty gedownloadet von http://www.gametribe.com/ und hab es auch installiert, doch jedes mal wenn ich das spiel starten will bekomm ich diesen Fehler: The...
|
All times are GMT +1. The time now is 23:56.
|
|