785 Changelog

For changelogs and discussion related to a specific revision.
Message
Author
User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#41 Post by beanybabe » Mon Aug 10, 2015 4:15 pm

lol they are in c:/micromacro/scripts/rom I just added svn to show where it was.

just to be sure i am going to also remove all the profiles but default and userdefault I copy from default and changed the levels for attacking mobs.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 785 Changelog

#42 Post by rock5 » Tue Aug 11, 2015 3:36 am

BlubBlab wrote:

Code: Select all

Use MACRO: WARDEN_POWER_OF_THE_playerclass1 = 7
This line seems like the print message as only half-way executed ? Jese something is really horrible wrong on your side.
It's supposed to be truncated, I suppose to make more things fit on the line.

Code: Select all

		-- first part of 'casting ...'
		printf(language[21], hf_temp, string.sub(skill.Name.."                      ", 1, 20));
beanybabe wrote:I searched for romglobal it seems to be the root path but I don't see were it is ever set. here is every reference I found in *.lua files is it passed from micromacro?
RoMGlobal is an optional folder where you can store waypoint files and userfunctions. The purpose of it is so that if you have more than 1 rom folder (maybe for testing purposes) then they would share the waypoint files and userfunctions. Not much use for regular users with only 1 rom folder. The folder structure looks like this.

Code: Select all

micromacro/scripts/rom/...
micromacro/scripts/romglobal/waypoints/
micromacro/scripts/romglobal/userfunctions/
beanybabe wrote:for k,v in pairs(settings.profile.skills) do
v.AutoUse = false
end
I have this at start of the wp that should have kept it from trying to use skills?
So I have no idea why it was trying to use that warden skill.
It might be because the warden pet skills are done differently then other skills. There is a whole class just for it, pet.lua. Maybe some of the ids used in it are wrong and that's why you are getting the error. Maybe you should check it out.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: 785 Changelog

#43 Post by BlubBlab » Tue Aug 11, 2015 5:02 am

Another stupid question beanybabe have you ever run update.lua ?
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#44 Post by beanybabe » Tue Aug 11, 2015 12:44 pm

I had a boot failure on machine error was from today it looks like some hardware is failing in it. That may explain the message.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#45 Post by beanybabe » Wed Aug 12, 2015 10:59 pm

first time i seen this error it happened starting the command line .bat rom was not running at the time.

2015-08-12 22:58:15 - C:/micromacro/scripts/rom/functions.lua:42: bad argument #
1 to 'findPatternInProcess' ((null))

noobbotter
Posts: 527
Joined: Fri Aug 31, 2012 1:15 pm

Re: 785 Changelog

#46 Post by noobbotter » Thu Aug 13, 2015 7:08 am

I'm pretty sure ROM needs to be running when you run the commandline.bat because it will attach itself to the active RoM window. I think if there isn't one, it will fail.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#47 Post by beanybabe » Thu Aug 13, 2015 9:21 am

I figured out that is what that message meant when it occurred again. I get the same message starting bot with no player logged. It may be helpful to put a message that player needs logged along with that error.
It does fail but I was still able to do some command line work.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#48 Post by beanybabe » Thu Aug 13, 2015 11:18 am

when first loging in a character and starting bot it seem to hang quite often. I have to close it and restart it to make it work normal.
You can see it it looping by the prints I had put in. The time it gets stuck varies also from minute to what seems like forever. Does anyone else have this happen when they first start it.

No ranged skills specified in profile; Turning
Maximum range of range attack skills is less t
COMBAT_DISTANCE setting to 50.
[DEBUG] CPU Frequency xxxx
address= 3 , playerclass= 3
playerclass1 = 3
playerclass memoryread = 3
address= 3 , playerclass= 3
playerclass1 = 3
playerclass memoryread = 3
address= 3 , playerclass= 3
playerclass1 = 3
playerclass memoryread = 3
address= 3 , playerclass= 3
.. .. .. .. .. .. ..

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#49 Post by beanybabe » Sat Aug 15, 2015 5:49 pm

here is an area were it seems to be getting stuck. notice the nil and empty Im not sure what they do. problem may be in getProc()

Code: Select all

item.lua

137		if( nameAddress == nil or nameAddress == 0 ) then
			tmp = "<EMPTY>";
		else
		print ("1tmp = ",tmp, " - nameAddress ",nameAddress )
			tmp = memoryReadString(getProc(), nameAddress);
		end;
		print ("2tmp = ",tmp, " - nameAddress ",nameAddress )
		self.Name = self.Name .. tmp;


  • Welcome to rom bot! press END to quitñññññññññññññññññññññññññññññññññññññ
    RoM Bot Version 3.29, Revision 785ññññññññññññññññññññññññññññññññññññññññ
    Press the (End) key to stop/pause the script.
    You can resume with the (Delete) key.
    1tmp = nil - nameAddress 613485972
    2tmp = Transformed Sea Elemental Gloves - nameAddress 613485972
    1tmp = Transformed Sea Elemental Gloves - nameAddress 613517392
    2tmp = Transformed Boots of the Holy Singing Bowl - nameAddress 61351739
    2
    1tmp = Transformed Boots of the Holy Singing Bowl - nameAddress 61351712
    7
    2tmp = Transformed Coat of the Holy Singing Bowl - nameAddress 61351712
    7
    1tmp = Transformed Coat of the Holy Singing Bowl - nameAddress 61348617
    5
    2tmp = Transformed Sea Elemental Leather Pants - nameAddress 613486175
    1tmp = Transformed Sea Elemental Leather Pants - nameAddress 613403723
    2tmp = Wailing Vengeance Cloak - nameAddress 613403723
    1tmp = Wailing Vengeance Cloak - nameAddress 613486075
    2tmp = Transformed Sea Elemental Belt - nameAddress 613486075
    1tmp = Transformed Sea Elemental Belt - nameAddress 613517249
    2tmp = Transformed Shoulder Guards of the Holy Singing Bowl - nameAddress
    613517249
    1tmp = Transformed Shoulder Guards of the Holy Singing Bowl - nameAddress
    613588573
    2tmp = Kashaylan Agility Necklace - nameAddress 613588573
    1tmp = Kashaylan Agility Necklace - nameAddress 613619448
    2tmp = Ruler's Dexterity Ring - nameAddress 613619448
    1tmp = Ruler's Dexterity Ring - nameAddress 613619448
    2tmp = Ruler's Dexterity Ring - nameAddress 613619448
    1tmp = Ruler's Dexterity Ring - nameAddress 613382073
    2tmp = Dark Dragon's Dreamland Earrings - nameAddress 613382073
    1tmp = Dark Dragon's Dreamland Earrings - nameAddress 613461862
    2tmp = Honor Explosion Earrings - nameAddress 613461862
    1tmp = Honor Explosion Earrings - nameAddress 612852733
    2tmp = Transformed Thorny Blade - nameAddress 612852733
    1tmp = Transformed Thorny Blade - nameAddress 612744324
    2tmp = Transformed Torture Blade - nameAddress 612744324
    1tmp = Transformed Torture Blade - nameAddress 613350023
    2tmp = Friendship Snowpearl Flower - nameAddress 613350023
    1tmp = Friendship Snowpearl Flower - nameAddress 612985855
    2tmp = Little Devil's Wings - nameAddress 612985855
    Game Version is 6.3.1.2745
    RoM windows size is 1024x768, upper left corner at 559,139
    Loading profile charname.xml
    Testing 'ingamefunctions' macro. If it gets stuck here, please update the 'ingam
    efunctions' by copying the 'ingamefunctions' folder from 'rom/devtools' to the g
    ames 'interface/addons' folder.
    MACRO Test: ok
    Ranged skill found: SCOUT_WIND_ARROWS
    [DEBUG] CPU Frequency xxxxxxx
    1tmp = charname - nameAddress 614178052
    2tmp = Starsplinter Moon Jewel - nameAddress 614178052
    1tmp = Starsplinter Moon Jewel - nameAddress 614178546
    2tmp = Advanced Starsplinter Moon Jewel - nameAddress 614178546
    1tmp = Advanced Starsplinter Moon Jewel - nameAddress 612361098
    2tmp = Moon Jewel - Faith - nameAddress 612361098
    1tmp = Moon Jewel - Faith - nameAddress 611396266
    2tmp = Big Angel's Sigh - nameAddress 611396266
    1tmp = Big Angel's Sigh - nameAddress 611396392
    2tmp = Phoenix's Redemption - nameAddress 611396392
    1tmp = Phoenix's Redemption - nameAddress 611386600
    2tmp = Master's Simple Repair Hammer - nameAddress 611386600
    1tmp = Master's Simple Repair Hammer - nameAddress 611630057
    2tmp = Marking Ink - nameAddress 611630057
    1tmp = Marking Ink - nameAddress 614178743
    2tmp = Advanced Starsplinter Sun Jewel - nameAddress 614178743
    1tmp = Advanced Starsplinter Sun Jewel - nameAddress 614179963
    2tmp = Enhanced Sun Jewel - Starsplinter - nameAddress 614179963
    1tmp = Enhanced Sun Jewel - Starsplinter - nameAddress 611573335
    2tmp = Golden Repair Hammer - nameAddress 611573335
    1tmp = Golden Repair Hammer - nameAddress 611782497
    2tmp = Low-Class Plant Protection - nameAddress 611782497
    1tmp = Low-Class Plant Protection - nameAddress 611395735
    2tmp = Convenient Mailbox - nameAddress 611395735
    1tmp = Convenient Mailbox - nameAddress 611464043
    2tmp = Skill Potion - nameAddress 611464043
    1tmp = Skill Potion - nameAddress 611919246
    2tmp = Awakening Potion - nameAddress 611919246
    1tmp = Awakening Potion - nameAddress 611386600
    2tmp = Master's Simple Repair Hammer - nameAddress 611386600
    1tmp = Master's Simple Repair Hammer - nameAddress 611657154
    2tmp = Advanced Accessory Driller - nameAddress 611657154
    1tmp = Advanced Accessory Driller - nameAddress 611659015
    2tmp = Expert Accessory Driller - nameAddress 611659015
    1tmp = Expert Accessory Driller - nameAddress 611867537
    2tmp = Universal Potion - nameAddress 611867537
    1tmp = Universal Potion - nameAddress 611939121
    2tmp = Transformation Potion - Hammertooth Sage - nameAddress 61193912
    1
    1tmp = Transformation Potion - Hammertooth Sage - nameAddress 61143379
    9
    2tmp = Megaphone - nameAddress 611433799
    1tmp = Megaphone - nameAddress 611464423
    2tmp = Potion of Luck - nameAddress 611464423
    1tmp = Potion of Luck - nameAddress 611395735
    2tmp = Convenient Mailbox - nameAddress 611395735
    1tmp = Convenient Mailbox - nameAddress 611408686
    2tmp = Advanced Armor Driller - nameAddress 611408686
    1tmp = Advanced Armor Driller - nameAddress 611658741
    2tmp = Expert Armor Driller - nameAddress 611658741
    1tmp = Expert Armor Driller - nameAddress 611723175
    2tmp = Bind Lifter - nameAddress 611723175
    1tmp = Bind Lifter - nameAddress 611800479
    2tmp = Standard Aggregator - nameAddress 611800479
    1tmp = Standard Aggregator - nameAddress 614178940
    2tmp = Star Jewel of Master's Starsplinter - nameAddress 614178940
    1tmp = Star Jewel of Master's Starsplinter - nameAddress 611464043
    2tmp = Skill Potion - nameAddress 611464043
    1tmp = Skill Potion - nameAddress 614178201
    2tmp = Starsplinter Sun Jewel - nameAddress 614178201
    1tmp = Starsplinter Sun Jewel - nameAddress 612360959
    2tmp = Star Jewel - Faith - nameAddress 612360959
    1tmp = Star Jewel - Faith - nameAddress 611395607
    2tmp = Experience Potion - nameAddress 611395607
    1tmp = Experience Potion - nameAddress 612315546
    2tmp = Perfect Nebula Jewel - nameAddress 612315546
    1tmp = Perfect Nebula Jewel - nameAddress 611463170
    2tmp = Advanced Aggregator - nameAddress 611463170
    1tmp = Advanced Aggregator - nameAddress 611674303
    2tmp = Ancient Treasure Key - nameAddress 611674303
    1tmp = Ancient Treasure Key - nameAddress 613908248
    2tmp = Random Attribute Extraction Stone - nameAddress 613908248
    1tmp = Random Attribute Extraction Stone - nameAddress 611770175
    2tmp = Guild Castle Transport Stone - nameAddress 611770175
    1tmp = Guild Castle Transport Stone - nameAddress 611630604
    2tmp = Passageway Rune - nameAddress 611630604
    1tmp = Passageway Rune - nameAddress 611695892
    2tmp = Skystar Flash - nameAddress 611695892
    1tmp = Skystar Flash - nameAddress 611659293
    2tmp = Master Weapon Driller - nameAddress 611659293
    1tmp = Master Weapon Driller - nameAddress 612317509
    2tmp = Master Back Slot Item Driller - nameAddress 612317509
    1tmp = Master Back Slot Item Driller - nameAddress 611660288
    2tmp = Talent Orb (1000 Points) - nameAddress 611660288
    1tmp = Talent Orb (1000 Points) - nameAddress 612027994
    2tmp = Malatina Event Repeat Ticket - nameAddress 612027994
    1tmp = Malatina Event Repeat Ticket - nameAddress 611563419
    2tmp = Home-sweet-home - nameAddress 611563419
    1tmp = Home-sweet-home - nameAddress 611630376
    2tmp = Transport Portal Rune - nameAddress 611630376
    1tmp = Transport Portal Rune - nameAddress 612352879
    2tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    1tmp = Bank Space Scroll III (7 Days) - nameAddress 611660288
    2tmp = Talent Orb (1000 Points) - nameAddress 611660288
    1tmp = Talent Orb (1000 Points) - nameAddress 611692811
    2tmp = Experience Orb (10,000 Points) - nameAddress 611692811
    1tmp = Experience Orb (10,000 Points) - nameAddress 611692811
    2tmp = Experience Orb (10,000 Points) - nameAddress 611692811
    1tmp = Experience Orb (10,000 Points) - nameAddress 611630228
    2tmp = Transport Rune - nameAddress 611630228
    1tmp = Transport Rune - nameAddress 612803662
    2tmp = Legendary Arrow - nameAddress 612803662
    1tmp = Legendary Arrow - nameAddress 613968277
    2tmp = Sagittarius Pet Crystal - nameAddress 613968277
    1tmp = Sagittarius Pet Crystal - nameAddress 613970683
    2tmp = Fire Element - nameAddress 613970683
    1tmp = Fire Element - nameAddress 613970581
    2tmp = Water Element - nameAddress 613970581
    1tmp = Water Element - nameAddress 613970581
    2tmp = Water Element - nameAddress 613970581
    1tmp = Water Element - nameAddress 613970481
    2tmp = Wind Element - nameAddress 613970481
    1tmp = Wind Element - nameAddress 614104143
    2tmp = Lotus Star - nameAddress 614104143
    1tmp = Lotus Star - nameAddress 614098450
    2tmp = Snow Grass Bundle - nameAddress 614098450
    1tmp = Snow Grass Bundle - nameAddress 614098234
    2tmp = Rainbow Stone Ingot - nameAddress 614098234
    1tmp = Rainbow Stone Ingot - nameAddress 614098076
    2tmp = Rainbow Stone Nugget - nameAddress 614098076
    1tmp = Rainbow Stone Nugget - nameAddress 611480215
    2tmp = Moon Silver Nugget - nameAddress 611480215
    1tmp = Moon Silver Nugget - nameAddress 612342253
    2tmp = Juicy Spare Ribs - nameAddress 612342253
    1tmp = Juicy Spare Ribs - nameAddress 613991589
    2tmp = Certificate: The Key to Survival - nameAddress 613991589
    1tmp = Certificate: The Key to Survival - nameAddress 613805354
    2tmp = Breathable Fabric - nameAddress 613805354
    1tmp = Breathable Fabric - nameAddress 613805354
    2tmp = Breathable Fabric - nameAddress 613805354
    1tmp = Breathable Fabric - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 613162030
    2tmp = Forgotten Necklace - nameAddress 613162030
    1tmp = Forgotten Necklace - nameAddress 613151196
    2tmp = Fang Leather Boots - nameAddress 613151196
    1tmp = Fang Leather Boots - nameAddress 613150307
    2tmp = Lekani Handguards - nameAddress 613150307
    1tmp = Lekani Handguards - nameAddress 613967391
    2tmp = Aries Pet Crystal - nameAddress 613967391
    1tmp = Aries Pet Crystal - nameAddress 611506535
    2tmp = Simple Repair Hammer - nameAddress 611506535
    1tmp = Simple Repair Hammer - nameAddress 614102794
    2tmp = Sea Crystal Nugget - nameAddress 614102794
    1tmp = Sea Crystal Nugget - nameAddress 614263402
    2tmp = Sky Fire Fragment - nameAddress 614263402
    1tmp = Sky Fire Fragment - nameAddress 613801489
    2tmp = Breathable Silk - nameAddress 613801489
    1tmp = Breathable Silk - nameAddress 613991068
    2tmp = Goddess Weaving Material Package - nameAddress 613991068
    1tmp = Goddess Weaving Material Package - nameAddress 611327633
    2tmp = Touch of the Unicorn - nameAddress 611327633
    1tmp = Touch of the Unicorn - nameAddress 611726145
    2tmp = Phirius Elixir - Type D - nameAddress 611726145
    1tmp = Phirius Elixir - Type D - nameAddress 611725160
    2tmp = Phirius Potion - Type D - nameAddress 611725160
    1tmp = Phirius Potion - Type D - nameAddress 611724963
    2tmp = Phirius Potion - Type C - nameAddress 611724963
    1tmp = Phirius Potion - Type C - nameAddress 611723918
    2tmp = Phirius Special Water - Type C - nameAddress 611723918
    1tmp = Phirius Special Water - Type C - nameAddress 614263238
    2tmp = Essence of Will - nameAddress 614263238
    1tmp = Essence of Will - nameAddress 613852093
    2tmp = Snowpearl Flower Gel - nameAddress 613852093
    1tmp = Snowpearl Flower Gel - nameAddress 614043772
    2tmp = Elegant Cuisine Delicacy - nameAddress 614043772
    1tmp = Elegant Cuisine Delicacy - nameAddress 612481687
    2tmp = Elementary Fertilizer Mixture - nameAddress 612481687
    1tmp = Elementary Fertilizer Mixture - nameAddress 612462087
    2tmp = Blessed Herb - nameAddress 612462087
    1tmp = Blessed Herb - nameAddress 612461797
    2tmp = Herb of Hope - nameAddress 612461797
    1tmp = Herb of Hope - nameAddress 612187499
    2tmp = Huntsman's Trap - nameAddress 612187499
    1tmp = Huntsman's Trap - nameAddress 613790463
    2tmp = Fine Perfect Adept's Iron Chest - nameAddress 613790463
    1tmp = Fine Perfect Adept's Iron Chest - nameAddress 614042886
    2tmp = Vanilla Strawberry Dessert - nameAddress 614042886
    1tmp = Vanilla Strawberry Dessert - nameAddress 614043178
    2tmp = Soulmate Mixed Dessert - nameAddress 614043178
    1tmp = Soulmate Mixed Dessert - nameAddress 614206997
    2tmp = Legendary Iron Chest - nameAddress 614206997
    1tmp = Legendary Iron Chest - nameAddress 611327633
    2tmp = Touch of the Unicorn - nameAddress 611327633
    1tmp = Touch of the Unicorn - nameAddress 613807102
    2tmp = Extinction Potion - nameAddress 613807102
    1tmp = Extinction Potion - nameAddress 612336285
    2tmp = Fish Fillet with Pepper - nameAddress 612336285
    1tmp = Fish Fillet with Pepper - nameAddress 613830087
    2tmp = Investigation Records - nameAddress 613830087
    1tmp = Investigation Records - nameAddress 612475262
    2tmp = Wild Fox Meat - nameAddress 612475262
    1tmp = Wild Fox Meat - nameAddress 612262350
    2tmp = Old Gold Coins - nameAddress 612262350
    1tmp = Old Gold Coins - nameAddress 611623217
    2tmp = Mana Stone Tier 6 - nameAddress 611623217
    1tmp = Mana Stone Tier 6 - nameAddress 611364387
    2tmp = Frost Rune - nameAddress 611364387
    1tmp = Frost Rune - nameAddress 611364387
    2tmp = Frost Rune - nameAddress 611364387
    1tmp = Frost Rune - nameAddress 614206499
    2tmp = Masterly Iron Chest - nameAddress 614206499
    1tmp = Masterly Iron Chest - nameAddress 614206001
    2tmp = Tempered Iron Chest - nameAddress 614206001
    1tmp = Tempered Iron Chest - nameAddress 614087612
    2tmp = Enigma Iron Chest - nameAddress 614087612
    1tmp = Enigma Iron Chest - nameAddress 614087612
    2tmp = Enigma Iron Chest - nameAddress 614087612
    1tmp = Enigma Iron Chest - nameAddress 612128772
    2tmp = Red Snowflake Festival Seed - nameAddress 612128772
    1tmp = Red Snowflake Festival Seed - nameAddress 614102136
    2tmp = Bleak Fir Timber - nameAddress 614102136
    1tmp = Bleak Fir Timber - nameAddress 611333441
    2tmp = Hero Potion - nameAddress 611333441
    1tmp = Hero Potion - nameAddress 611724352
    2tmp = Phirius Special Water - Type E - nameAddress 611724352
    1tmp = Phirius Special Water - Type E - nameAddress 611934830
    2tmp = Lucky Badge - nameAddress 611934830
    1tmp = Lucky Badge - nameAddress 612490519
    2tmp = Dreamland Crystal Dust - nameAddress 612490519
    1tmp = Dreamland Crystal Dust - nameAddress 614263057
    2tmp = Swamp Crystal - nameAddress 614263057
    1tmp = Swamp Crystal - nameAddress 614044072
    2tmp = Featured Cuisine Delicacy - nameAddress 614044072
    1tmp = Featured Cuisine Delicacy - nameAddress 613990798
    2tmp = Functional Weaving Material Package - nameAddress 613990798
    1tmp = Functional Weaving Material Package - nameAddress 612462179
    2tmp = Elven Herb - nameAddress 612462179
    1tmp = Elven Herb - nameAddress 612462087
    2tmp = Blessed Herb - nameAddress 612462087
    1tmp = Blessed Herb - nameAddress 612461797
    2tmp = Herb of Hope - nameAddress 612461797
    1tmp = Herb of Hope - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611629229
    2tmp = Rose Love Cake Slice - nameAddress 611629229
    1tmp = Rose Love Cake Slice - nameAddress 611359410
    2tmp = Poison Bottle - nameAddress 611359410
    1tmp = Poison Bottle - nameAddress 613599091
    2tmp = Transformed Energy Boost Coat - nameAddress 613599091
    1tmp = Transformed Energy Boost Coat - nameAddress 612816363
    2tmp = Wing Prayer Staff - nameAddress 612816363
    1tmp = Wing Prayer Staff - nameAddress 612787413
    2tmp = Root of Nightmares - nameAddress 612787413
    1tmp = Root of Nightmares - nameAddress 612759039
    2tmp = Staff of Admiration - nameAddress 612759039
    1tmp = Staff of Admiration - nameAddress 611900995
    2tmp = Golden Egg - nameAddress 611900995
    1tmp = Golden Egg - nameAddress 611900995
    2tmp = Golden Egg - nameAddress 611900995
    1tmp = Golden Egg - nameAddress 614087612
    2tmp = Enigma Iron Chest - nameAddress 614087612
    1tmp = Enigma Iron Chest - nameAddress 611724135
    2tmp = Phirius Special Water - Type D - nameAddress 611724135
    1tmp = Phirius Special Water - Type D - nameAddress 613882518
    2tmp = Dusty Pages - nameAddress 613882518
    1tmp = Dusty Pages - nameAddress 612027994
    2tmp = Malatina Event Repeat Ticket - nameAddress 612027994
    1tmp = Malatina Event Repeat Ticket - nameAddress 614000599
    2tmp = Proof of Myth - nameAddress 614000599
    1tmp = Proof of Myth - nameAddress 614185823
    2tmp = Lyliya's Transparent Glass Bead - nameAddress 614185823
    1tmp = Lyliya's Transparent Glass Bead - nameAddress 611937512
    2tmp = Goblin Champion Badge - nameAddress 611937512
    1tmp = Goblin Champion Badge - nameAddress 612024318
    2tmp = Ghost Card - nameAddress 612024318
    1tmp = Ghost Card - nameAddress 613846117
    2tmp = Delicious Pumpkin Rice - nameAddress 613846117
    1tmp = Delicious Pumpkin Rice - nameAddress 613729392
    2tmp = Craft Festival Celebration Certificate - nameAddress 613729392
    1tmp = Craft Festival Celebration Certificate - nameAddress 612619327
    2tmp = True Dragon Scale - nameAddress 612619327
    1tmp = True Dragon Scale - nameAddress 612122145
    2tmp = Ruins Investigation Team Medal - nameAddress 612122145
    1tmp = Ruins Investigation Team Medal - nameAddress 612122145
    2tmp = Ruins Investigation Team Medal - nameAddress 612122145
    1tmp = Ruins Investigation Team Medal - nameAddress 611940357
    2tmp = Fruit and Flower Essence - nameAddress 611940357
    1tmp = Fruit and Flower Essence - nameAddress 611940357
    2tmp = Fruit and Flower Essence - nameAddress 611940357
    1tmp = Fruit and Flower Essence - nameAddress 611940201
    2tmp = Special Fruit - nameAddress 611940201
    1tmp = Special Fruit - nameAddress 611940038
    2tmp = Green Leaf Dewdrop - nameAddress 611940038
    1tmp = Green Leaf Dewdrop - nameAddress 611822871
    2tmp = Strange Crystal - nameAddress 611822871
    2tmp = <EMPTY> - nameAddress 0
    1tmp = <EMPTY> - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 611651112
    2tmp = Phirius Token Coin - nameAddress 611651112
    1tmp = Phirius Token Coin - nameAddress 613967279
    2tmp = Pisces Pet Crystal - nameAddress 613967279
    1tmp = Pisces Pet Crystal - nameAddress 613967837
    2tmp = Leo Pet Crystal - nameAddress 613967837
    1tmp = Leo Pet Crystal - nameAddress 613967163
    2tmp = Aquarius Pet Crystal - nameAddress 613967163
    1tmp = Aquarius Pet Crystal - nameAddress 614186061
    2tmp = Lyliya's Colorful Glass Bead - nameAddress 614186061
    1tmp = Lyliya's Colorful Glass Bead - nameAddress 613970783
    2tmp = Earth Element - nameAddress 613970783
    1tmp = Earth Element - nameAddress 613954295
    2tmp = Fire Stardust - nameAddress 613954295
    1tmp = Fire Stardust - nameAddress 613954192
    2tmp = Fire Star Sand - nameAddress 613954192
    1tmp = Fire Star Sand - nameAddress 613967725
    2tmp = Cancer Pet Crystal - nameAddress 613967725
    1tmp = Cancer Pet Crystal - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 611477539
    2tmp = Zinc Sand - nameAddress 611477539
    1tmp = Zinc Sand - nameAddress 613088651
    2tmp = Hafiz's Leather Armor - nameAddress 613088651
    1tmp = Hafiz's Leather Armor - nameAddress 613128230
    2tmp = Soul Corpse Gloves - nameAddress 613128230
    1tmp = Soul Corpse Gloves - nameAddress 613128230
    2tmp = Soul Corpse Gloves - nameAddress 613128230
    1tmp = Soul Corpse Gloves - nameAddress 613121389
    2tmp = Woven Handguards - nameAddress 613121389
    1tmp = Woven Handguards - nameAddress 613074546
    2tmp = Goddess Gloves - nameAddress 613074546
    1tmp = Goddess Gloves - nameAddress 612753641
    2tmp = Red-Eyed Wabbit Baton - nameAddress 612753641
    1tmp = Red-Eyed Wabbit Baton - nameAddress 612777211
    2tmp = Beer Jug - nameAddress 612777211
    1tmp = Beer Jug - nameAddress 612468302
    2tmp = Transformation Potion - Blue-Eyed Speckled Rabbit - nameAddress
    612468302
    1tmp = Transformation Potion - Blue-Eyed Speckled Rabbit - nameAddress
    611861724
    2tmp = Neutralization Bar - nameAddress 611861724
    1tmp = Neutralization Bar - nameAddress 611861724
    2tmp = Neutralization Bar - nameAddress 611861724
    1tmp = Neutralization Bar - nameAddress 611857107
    2tmp = Wild Pet Egg - nameAddress 611857107
    1tmp = Wild Pet Egg - nameAddress 612434010
    2tmp = Sword of Fear Ornament - nameAddress 612434010
    1tmp = Sword of Fear Ornament - nameAddress 611447097
    2tmp = Rabbit Cabinet - nameAddress 611447097
    1tmp = Rabbit Cabinet - nameAddress 611447097
    2tmp = Rabbit Cabinet - nameAddress 611447097
    1tmp = Rabbit Cabinet - nameAddress 611444747
    2tmp = Snack End Table - nameAddress 611444747
    1tmp = Snack End Table - nameAddress 611444747
    2tmp = Snack End Table - nameAddress 611444747
    1tmp = Snack End Table - nameAddress 611390004
    2tmp = Advanced Skill Reset Stone - nameAddress 611390004
    1tmp = Advanced Skill Reset Stone - nameAddress 611654475
    2tmp = Perfect Sun Jewel - Blessing - nameAddress 611654475
    1tmp = Perfect Sun Jewel - Blessing - nameAddress 611654136
    2tmp = Perfect Moon Jewel - Blessing - nameAddress 611654136
    1tmp = Perfect Moon Jewel - Blessing - nameAddress 611653794
    2tmp = Perfect Star Jewel - Blessing - nameAddress 611653794
    1tmp = Perfect Star Jewel - Blessing - nameAddress 611390997
    2tmp = Star Jewel - Blessing - nameAddress 611390997
    1tmp = Star Jewel - Blessing - nameAddress 613967613
    2tmp = Gemini Pet Crystal - nameAddress 613967613
    1tmp = Gemini Pet Crystal - nameAddress 613970481
    2tmp = Wind Element - nameAddress 613970481
    1tmp = Wind Element - nameAddress 611389734
    2tmp = Illusory Hair Chest - nameAddress 611389734
    1tmp = Illusory Hair Chest - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 612141646
    2tmp = Flying Serpent Army Emblem - nameAddress 612141646
    1tmp = Flying Serpent Army Emblem - nameAddress 612056191
    2tmp = Dog Tag - nameAddress 612056191
    1tmp = Dog Tag - nameAddress 612050892
    2tmp = Naga Emblem - nameAddress 612050892
    1tmp = Naga Emblem - nameAddress 612050892
    2tmp = Naga Emblem - nameAddress 612050892
    1tmp = Naga Emblem - nameAddress 613939465
    2tmp = Transformation Potions - Exuberant Celebration JuJu - nameAddress
    613939465
    1tmp = Transformation Potions - Exuberant Celebration JuJu - nameAddress
    611918414
    2tmp = Pet Pair Merging Ticket - nameAddress 611918414
    1tmp = Pet Pair Merging Ticket - nameAddress 612490059
    2tmp = Increase Stone - nameAddress 612490059
    1tmp = Increase Stone - nameAddress 611648378
    2tmp = Blessing of the Flower God - nameAddress 611648378
    1tmp = Blessing of the Flower God - nameAddress 611648378
    2tmp = Blessing of the Flower God - nameAddress 611648378
    1tmp = Blessing of the Flower God - nameAddress 611522754
    2tmp = Letter of Appreciation from the Phirius Workshops - nameAddress
    611522754
    1tmp = Letter of Appreciation from the Phirius Workshops - nameAddress
    608770653
    2tmp = Sanctuary Earth Elemental - nameAddress 608770653
    1tmp = Sanctuary Earth Elemental - nameAddress 613279468
    2tmp = Balanced Earring - nameAddress 613279468
    1tmp = Balanced Earring - nameAddress 613279468
    2tmp = Balanced Earring - nameAddress 613279468
    1tmp = Balanced Earring - nameAddress 613279500
    2tmp = Balanced Ring - nameAddress 613279500
    1tmp = Balanced Ring - nameAddress 613279500
    2tmp = Balanced Ring - nameAddress 613279500
    1tmp = Balanced Ring - nameAddress 613279500
    2tmp = Balanced Ring - nameAddress 613279500
    1tmp = Balanced Ring - nameAddress 613279435
    2tmp = Balanced Necklace - nameAddress 613279435
    1tmp = Balanced Necklace - nameAddress 613279435
    2tmp = Balanced Necklace - nameAddress 613279435
    1tmp = Balanced Necklace - nameAddress 612816176
    2tmp = Craft Battle Axe - nameAddress 612816176
    1tmp = Craft Battle Axe - nameAddress 612816396
    2tmp = Purple Soul Guardian Sword - nameAddress 612816396
    1tmp = Purple Soul Guardian Sword - nameAddress 612783058
    2tmp = Venom Fang Dagger - nameAddress 612783058
    1tmp = Venom Fang Dagger - nameAddress 612783058
    2tmp = Venom Fang Dagger - nameAddress 612783058
    address= 2 , playerclass= 2
    playerclass1 = 2
    playerclass memoryread = 2
    1tmp = Venom Fang Dagger - nameAddress 611325161
    2tmp = Strong Stimulant - nameAddress 611325161
    1tmp = Strong Stimulant - nameAddress 611332977
    2tmp = Potion of Fire Elemental Affinity - nameAddress 611332977
    1tmp = Potion of Fire Elemental Affinity - nameAddress 611648283
    2tmp = Love Chocolate - nameAddress 611648283
    1tmp = Love Chocolate - nameAddress 612342078
    2tmp = Smoked Ribs - nameAddress 612342078
    1tmp = Smoked Ribs - nameAddress 612461889
    2tmp = Mysterious Herb - nameAddress 612461889
    1tmp = Mysterious Herb - nameAddress 611648378
    2tmp = Blessing of the Flower God - nameAddress 611648378
    1tmp = Blessing of the Flower God - nameAddress 613784724
    2tmp = Blessing Potion - nameAddress 613784724
    1tmp = Blessing Potion - nameAddress 613784498
    2tmp = Mysterious Potion - nameAddress 613784498
    1tmp = Mysterious Potion - nameAddress 611954587
    2tmp = Fine Erudite Adept's Tailoring Chest - nameAddress 611954587
    1tmp = Fine Erudite Adept's Tailoring Chest - nameAddress 611940838
    2tmp = Simple Senior Apprentice's Wooden Chest - nameAddress 611940838
    1tmp = Simple Senior Apprentice's Wooden Chest - nameAddress 613722626
    2tmp = Large Claw Bone - nameAddress 613722626
    1tmp = Large Claw Bone - nameAddress 613722626
    2tmp = Large Claw Bone - nameAddress 613722626
    1tmp = Large Claw Bone - nameAddress 611362432
    2tmp = Star Jewel - Class IV - nameAddress 611362432
    1tmp = Star Jewel - Class IV - nameAddress 612010580
    2tmp = Octopus Limb - nameAddress 612010580
    1tmp = Octopus Limb - nameAddress 613732824
    2tmp = Colorful Iron Sand - nameAddress 613732824
    1tmp = Colorful Iron Sand - nameAddress 613732287
    2tmp = Silver Feather Silk - nameAddress 613732287
    1tmp = Silver Feather Silk - nameAddress 613732115
    2tmp = Unicorn Tail - nameAddress 613732115
    1tmp = Unicorn Tail - nameAddress 613731943
    2tmp = Secret Spice - nameAddress 613731943
    1tmp = Secret Spice - nameAddress 611524750
    2tmp = Eta Metal Stone - nameAddress 611524750
    1tmp = Eta Metal Stone - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    2tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778969
    1tmp = Nocturnal Lantern Grass Bundle - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613778211
    2tmp = Janost Cypress Timber - nameAddress 613778211
    1tmp = Janost Cypress Timber - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 613777041
    2tmp = Purple Agate Crystal Sand - nameAddress 613777041
    1tmp = Purple Agate Crystal Sand - nameAddress 611726342
    2tmp = Phirius Elixir - Type E - nameAddress 611726342
    1tmp = Phirius Elixir - Type E - nameAddress 611724963
    2tmp = Phirius Potion - Type C - nameAddress 611724963
    1tmp = Phirius Potion - Type C - nameAddress 611864357
    2tmp = Magic Hormone - nameAddress 611864357
    1tmp = Magic Hormone - nameAddress 612665475
    2tmp = Powerful Epic Sword - nameAddress 612665475
    1tmp = Powerful Epic Sword - nameAddress 612664832
    2tmp = Unknown Iron Rune Dice - nameAddress 612664832
    1tmp = Unknown Iron Rune Dice - nameAddress 612664580
    2tmp = Delicate White Iron Kettle - nameAddress 612664580
    1tmp = Delicate White Iron Kettle - nameAddress 612664407
    2tmp = Iron Doll - nameAddress 612664407
    1tmp = Iron Doll - nameAddress 613978912
    2tmp = Thermos Bottle - nameAddress 613978912
    1tmp = Thermos Bottle - nameAddress 613978912
    2tmp = Thermos Bottle - nameAddress 613978912
    1tmp = Thermos Bottle - nameAddress 613978912
    2tmp = Thermos Bottle - nameAddress 613978912
    1tmp = Thermos Bottle - nameAddress 613978912
    2tmp = Thermos Bottle - nameAddress 613978912
    1tmp = Thermos Bottle - nameAddress 613819034
    2tmp = Test Subject Scale - nameAddress 613819034
    1tmp = Test Subject Scale - nameAddress 613445772
    2tmp = Pet Experience Charm - nameAddress 613445772
    1tmp = Pet Experience Charm - nameAddress 613012274
    2tmp = Baroque Noble Pants (Female) - nameAddress 613012274
    1tmp = Baroque Noble Pants (Female) - nameAddress 612980808
    2tmp = Demon Lady Leggings (Female) - nameAddress 612980808
    1tmp = Demon Lady Leggings (Female) - nameAddress 613011168
    2tmp = Outfit of the Jealous Single (Male) - nameAddress 613011168
    1tmp = Outfit of the Jealous Single (Male) - nameAddress 612980576
    2tmp = Demon Lady Dress (Female) - nameAddress 612980576
    1tmp = Demon Lady Dress (Female) - nameAddress 613012354
    2tmp = Baroque Noble Boots (Female) - nameAddress 613012354
    1tmp = Baroque Noble Boots (Female) - nameAddress 613012434
    2tmp = Baroque Noble Gloves (Female) - nameAddress 613012434
    1tmp = Baroque Noble Gloves (Female) - nameAddress 613013204
    2tmp = Purple Gold-Plated Mask - nameAddress 613013204
    1tmp = Purple Gold-Plated Mask - nameAddress 613013132
    2tmp = Red Gold-Plated Mask - nameAddress 613013132
    1tmp = Red Gold-Plated Mask - nameAddress 613012117
    2tmp = Baroque Noble Hat (Female) - nameAddress 613012117
    1tmp = Baroque Noble Hat (Female) - nameAddress 611861724
    2tmp = Neutralization Bar - nameAddress 611861724
    1tmp = Neutralization Bar - nameAddress 611860838
    2tmp = Favorite Meal - nameAddress 611860838
    1tmp = Favorite Meal - nameAddress 611627069
    2tmp = Purified Fusion Stone - nameAddress 611627069
    1tmp = Purified Fusion Stone - nameAddress 611627069
    2tmp = Purified Fusion Stone - nameAddress 611627069
    1tmp = Purified Fusion Stone - nameAddress 611627069
    2tmp = Purified Fusion Stone - nameAddress 611627069
    1tmp = Purified Fusion Stone - nameAddress 611627069
    2tmp = Purified Fusion Stone - nameAddress 611627069
    1tmp = Purified Fusion Stone - nameAddress 611627069
    2tmp = Purified Fusion Stone - nameAddress 611627069
    1tmp = Purified Fusion Stone - nameAddress 612647029
    2tmp = Rattan-weaved Rainbow Egg Decoration - nameAddress 612647029
    1tmp = Rattan-weaved Rainbow Egg Decoration - nameAddress 611888245
    2tmp = Water-colored Wide Carpet - nameAddress 611888245
    1tmp = Water-colored Wide Carpet - nameAddress 611785396
    2tmp = Incan Magic Pot - nameAddress 611785396
    1tmp = Incan Magic Pot - nameAddress 611785396
    2tmp = Incan Magic Pot - nameAddress 611785396
    1tmp = Incan Magic Pot - nameAddress 611777565
    2tmp = Modern Landscaping Plant Pot - nameAddress 611777565
    1tmp = Modern Landscaping Plant Pot - nameAddress 611777565
    2tmp = Modern Landscaping Plant Pot - nameAddress 611777565
    1tmp = Modern Landscaping Plant Pot - nameAddress 611684067
    2tmp = Ghostly Landscape Decoration - nameAddress 611684067
    1tmp = Ghostly Landscape Decoration - nameAddress 611430507
    2tmp = Elegant Romance Wooden Fireplace - nameAddress 611430507
    1tmp = Elegant Romance Wooden Fireplace - nameAddress 611390004
    2tmp = Advanced Skill Reset Stone - nameAddress 611390004
    1tmp = Advanced Skill Reset Stone - nameAddress 612362889
    2tmp = Enhanced Sun Jewel - Faith - nameAddress 612362889
    1tmp = Enhanced Sun Jewel - Faith - nameAddress 612362510
    2tmp = Enhanced Star Jewel - Faith - nameAddress 612362510
    1tmp = Enhanced Star Jewel - Faith - nameAddress 612361936
    2tmp = Star Jewel of Master's Faith - nameAddress 612361936
    1tmp = Star Jewel of Master's Faith - nameAddress 612361749
    2tmp = Advanced Sun Jewel - Faith - nameAddress 612361749
    1tmp = Advanced Sun Jewel - Faith - nameAddress 612361374
    2tmp = Advanced Star Jewel - Faith - nameAddress 612361374
    1tmp = Advanced Star Jewel - Faith - nameAddress 612361237
    2tmp = Sun Jewel - Faith - nameAddress 612361237
    1tmp = Sun Jewel - Faith - nameAddress 612361098
    2tmp = Moon Jewel - Faith - nameAddress 612361098
    1tmp = Moon Jewel - Faith - nameAddress 612360959
    2tmp = Star Jewel - Faith - nameAddress 612360959
    1tmp = Star Jewel - Faith - nameAddress 612356492
    2tmp = Sun Jewel - Revelation - nameAddress 612356492
    1tmp = Sun Jewel - Revelation - nameAddress 612355945
    2tmp = Moon Jewel - Revelation - nameAddress 612355945
    1tmp = Moon Jewel - Revelation - nameAddress 611651570
    2tmp = Sun Jewel - Blessing - nameAddress 611651570
    1tmp = Sun Jewel - Blessing - nameAddress 613972556
    2tmp = Summoning Stone - Newborn Libra Pet - nameAddress 613972556
    1tmp = Summoning Stone - Newborn Libra Pet - nameAddress 613954824
    2tmp = Summoning Stone - Newborn Gemini Pet - nameAddress 613954824
    1tmp = Summoning Stone - Newborn Gemini Pet - nameAddress 613974929
    2tmp = Summoning Stone - Newborn Aquarius Pet - nameAddress 613974929
    1tmp = Summoning Stone - Newborn Aquarius Pet - nameAddress 613973132
    2tmp = Summoning Stone - Newborn Scorpio Pet - nameAddress 613973132
    1tmp = Summoning Stone - Newborn Scorpio Pet - nameAddress 611674303
    2tmp = Ancient Treasure Key - nameAddress 611674303
    1tmp = Ancient Treasure Key - nameAddress 611573335
    2tmp = Golden Repair Hammer - nameAddress 611573335
    1tmp = Golden Repair Hammer - nameAddress 611386600
    2tmp = Master's Simple Repair Hammer - nameAddress 611386600
    1tmp = Master's Simple Repair Hammer - nameAddress 611782497
    2tmp = Low-Class Plant Protection - nameAddress 611782497
    1tmp = Low-Class Plant Protection - nameAddress 614164229
    2tmp = Basic Daily Quest Skill Potion - nameAddress 614164229
    1tmp = Basic Daily Quest Skill Potion - nameAddress 614064637
    2tmp = Gathering XP Increase Potion - nameAddress 614064637
    1tmp = Gathering XP Increase Potion - nameAddress 613982758
    2tmp = Production Luck Potion (1 Day) - nameAddress 613982758
    1tmp = Production Luck Potion (1 Day) - nameAddress 611547677
    2tmp = Potent Luck Potion - nameAddress 611547677
    1tmp = Potent Luck Potion - nameAddress 614276496
    2tmp = Executive Order from Haidon - nameAddress 614276496
    1tmp = Executive Order from Haidon - nameAddress 613796275
    2tmp = Transformation Potion - Rock Guardian - nameAddress 613796275
    1tmp = Transformation Potion - Rock Guardian - nameAddress 613796064
    2tmp = Transformation Potion - Smirking Castle Clown - nameAddress 61379606
    4
    1tmp = Transformation Potion - Smirking Castle Clown - nameAddress 61379586
    4
    2tmp = Transformation Potion - Evil Teddy Bear - nameAddress 613795864
    1tmp = Transformation Potion - Evil Teddy Bear - nameAddress 612629667
    2tmp = Magic Perfume (6 hours) - nameAddress 612629667
    1tmp = Magic Perfume (6 hours) - nameAddress 612629667
    2tmp = Magic Perfume (6 hours) - nameAddress 612629667
    1tmp = Magic Perfume (6 hours) - nameAddress 612629667
    2tmp = Magic Perfume (6 hours) - nameAddress 612629667
    1tmp = Magic Perfume (6 hours) - nameAddress 612629667
    2tmp = Magic Perfume (6 hours) - nameAddress 612629667
    1tmp = Magic Perfume (6 hours) - nameAddress 612353272
    2tmp = Bank Space Scroll V (7 Days) - nameAddress 612353272
    1tmp = Bank Space Scroll V (7 Days) - nameAddress 612353077
    2tmp = Bank Space Scroll IV (7 Days) - nameAddress 612353077
    1tmp = Bank Space Scroll IV (7 Days) - nameAddress 612353077
    2tmp = Bank Space Scroll IV (7 Days) - nameAddress 612353077
    1tmp = Bank Space Scroll IV (7 Days) - nameAddress 612352879
    2tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    1tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    2tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    1tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    2tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    1tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    2tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    1tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    2tmp = Bank Space Scroll III (7 Days) - nameAddress 612352879
    1tmp = Bank Space Scroll III (7 Days) - nameAddress 612352684
    2tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    1tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    2tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    1tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    2tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    1tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    2tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    1tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    2tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    1tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    2tmp = Bank Space Scroll II (7 Days) - nameAddress 612352684
    1tmp = Bank Space Scroll II (7 Days) - nameAddress 611990931
    2tmp = Backpack Ticket VI (7 Days) - nameAddress 611990931
    1tmp = Backpack Ticket VI (7 Days) - nameAddress 611990745
    2tmp = Backpack Ticket V (7 Days) - nameAddress 611990745
    1tmp = Backpack Ticket V (7 Days) - nameAddress 611990557
    2tmp = Backpack Ticket IV (7 Days) - nameAddress 611990557
    1tmp = Backpack Ticket IV (7 Days) - nameAddress 611990367
    2tmp = Backpack Ticket III (7 Days) - nameAddress 611990367
    1tmp = Backpack Ticket III (7 Days) - nameAddress 611990367
    2tmp = Backpack Ticket III (7 Days) - nameAddress 611990367
    1tmp = Backpack Ticket III (7 Days) - nameAddress 611990367
    2tmp = Backpack Ticket III (7 Days) - nameAddress 611990367
    1tmp = Backpack Ticket III (7 Days) - nameAddress 611939121
    2tmp = Transformation Potion - Hammertooth Sage - nameAddress 61193912
    1
    1tmp = Transformation Potion - Hammertooth Sage - nameAddress 61191841
    4
    2tmp = Pet Pair Merging Ticket - nameAddress 611918414
    1tmp = Pet Pair Merging Ticket - nameAddress 611727657
    2tmp = Transformation Potion - Snowman - nameAddress 611727657
    1tmp = Transformation Potion - Snowman - nameAddress 611696270
    2tmp = Nebula Diffusion - nameAddress 611696270
    1tmp = Nebula Diffusion - nameAddress 611696137
    2tmp = Golden Brilliance - nameAddress 611696137
    1tmp = Golden Brilliance - nameAddress 611696013
    2tmp = Midsummer Heat - nameAddress 611696013
    1tmp = Midsummer Heat - nameAddress 611695892
    2tmp = Skystar Flash - nameAddress 611695892
    1tmp = Skystar Flash - nameAddress 611695771
    2tmp = Heart Sparkle - nameAddress 611695771
    1tmp = Heart Sparkle - nameAddress 611620912
    2tmp = Equipment Unsealing Device - nameAddress 611620912
    1tmp = Equipment Unsealing Device - nameAddress 611620668
    2tmp = Equipment Sealing Device - nameAddress 611620668
    1tmp = Equipment Sealing Device - nameAddress 612028388
    2tmp = Malatina's Course of Terror Repeat Ticket - nameAddress 61202838
    8
    1tmp = Malatina's Course of Terror Repeat Ticket - nameAddress 61208500
    6
    2tmp = Transformation Potion - Vicious Night Shadow Bat - nameAddress
    612085006
    1tmp = Transformation Potion - Vicious Night Shadow Bat - nameAddress
    611672779
    2tmp = Transformation Potion - Demonthorn Vine - nameAddress 611672779
    1tmp = Transformation Potion - Demonthorn Vine - nameAddress 611672580
    2tmp = Transformation Potion - Shaggy Bear - nameAddress 611672580
    1tmp = Transformation Potion - Shaggy Bear - nameAddress 611672403
    2tmp = Transformation Potion - Ent - nameAddress 611672403
    1tmp = Transformation Potion - Ent - nameAddress 611670902
    2tmp = Transformation Potion - Ice Witch - nameAddress 611670902
    1tmp = Transformation Potion - Ice Witch - nameAddress 611670694
    2tmp = Transformation Potion - Giant Guardian - nameAddress 611670694
    1tmp = Transformation Potion - Giant Guardian - nameAddress 611664344
    2tmp = Transformation Potion - Little Pumpkin - nameAddress 611664344
    1tmp = Transformation Potion - Little Pumpkin - nameAddress 611663697
    2tmp = Transformation Potion - Goblin - nameAddress 611663697
    1tmp = Transformation Potion - Goblin - nameAddress 611663519
    2tmp = Transformation Potion - Frog - nameAddress 611663519
    1tmp = Transformation Potion - Frog - nameAddress 613974330
    2tmp = Summoning Stone - Newborn Capricorn Pet - nameAddress 613974330
    1tmp = Summoning Stone - Newborn Capricorn Pet - nameAddress 613976475
    2tmp = Summoning Stone - Newborn Taurus Pet - nameAddress 613976475
    1tmp = Summoning Stone - Newborn Taurus Pet - nameAddress 613971981
    2tmp = Summoning Stone - Newborn Virgo Pet - nameAddress 613971981
    Waypoint files from C:/micromacro/scripts/rom:

User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: 785 Changelog

#50 Post by Bill D Cat » Sat Aug 15, 2015 8:59 pm

beanybabe wrote:here is an area were it seems to be getting stuck. notice the nil and empty Im not sure what they do. problem may be in getProc()

Code: Select all

item.lua

137		if( nameAddress == nil or nameAddress == 0 ) then
			tmp = "<EMPTY>";
		else
		print ("1tmp = ",tmp, " - nameAddress ",nameAddress )
			tmp = memoryReadString(getProc(), nameAddress);
		end;
		print ("2tmp = ",tmp, " - nameAddress ",nameAddress )
		self.Name = self.Name .. tmp;
The placement of your print commands seems off to me. The first time through, I would expect the 1tmp to return nil because you are printing the value before the line that assigns it immediately after. Only the second print line is actually displaying correct values. This is how I see it processing and printing the data.

Pass 1:
1tmp prints nil because tmp isn't assigned yet, prints the active nameAddess, and finally it assigns the tmp value.
2tmp prints the value assigned to tmp from the first step, and then prints the active nameAddress.

Pass 2 until end:
1tmp prints the previous tmp value, and the current nameAddress, then assigns a new tmp value.
2tmp prints the current tmp value and the current nameAddress.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 785 Changelog

#51 Post by rock5 » Sun Aug 16, 2015 12:44 am

Yeah it looks like tmp wasn't declared local to that scope. It probably should be.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#52 Post by beanybabe » Wed Aug 19, 2015 4:37 am

I'm getting this on my log is there any way to get it to put more info on where it is going? Like the ordinates or a line number the code was on ? This might be from the player:moveto although there are not that many in the wp

Going to point #138
Going to point #139
Going to point #142

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 785 Changelog

#53 Post by rock5 » Wed Aug 19, 2015 6:19 am

"Going to point" is not a bot message. I did a search in my userfunctions folder and found that goto guild uses that message. Are you using goto guild?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#54 Post by beanybabe » Wed Aug 19, 2015 1:56 pm

Ok that explains those numbers Id forgotten about those points. I ran into a strange problem with character running off into a wall and was trying to find out why. i will add some print.

question
When using functions can they be ended with just a "end", or do they all need "return end"? I see them used both ways.

User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: 785 Changelog

#55 Post by Bill D Cat » Wed Aug 19, 2015 4:20 pm

If you need the function to return a value when it finishes, then you need the return command along with the value to be returned. Otherwise you can end the function without it.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#56 Post by beanybabe » Sun Aug 23, 2015 5:19 am

Sorry, we can't find NPC 114269.
The game client did not crash.
2015-08-23 05:08:12 - C:/micromacro/scripts/rom/functions.lua:474: bad argument
#4 to 'string.format' (not a number in proper range)

This error does not seem like it should have happened as there was no xp gain going on. first time I got this only thing I really changed was to disable skills on entering drill ground. I will try it again to see if the error reoccurs.

Code: Select all

473  	if( (player.X ~= LAST_PLAYER_X) or (player.Z ~= LAST_PLAYER_Z) ) then
474		setWindowName(getHwnd(), sprintf(language[600],
		BOT_VERSION, displayname, player.X, player.Z, player.ExpPerMin, player.TimeTillLevel));

		LAST_PLAYER_X = player.X;
		LAST_PLAYER_Z = player.Z;
	end
Second time it ran with no error the player.x and z seem to be nil
print("player.x = ",player.x," = ",LAST_PLAYER_X," player.z = ",player.z, " = ",LAST_PLAYER_Z) -- i added this line before 473

We try to find NPC 114269:
We successfully target NPC Master of Trials and try to open the dialog window.
player.x = nil = 2052.6000976563 player.z = nil =
2604.1000976563

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#57 Post by beanybabe » Sun Aug 23, 2015 6:21 am

it has kept working since i added the print
this is second time i get an error but after adding a print the error seems to stop

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 785 Changelog

#58 Post by rock5 » Sun Aug 23, 2015 1:01 pm

beanybabe wrote:print("player.x = ",player.x," = ",LAST_PLAYER_X," player.z = ",player.z, " = ",LAST_PLAYER_Z) -- i added this line before 473
The x and z should be capitalized.

Code: Select all

print("player.x = ",player.X," = ",LAST_PLAYER_X," player.z = ",player.Z, " = ",LAST_PLAYER_Z)
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: 785 Changelog

#59 Post by beanybabe » Sun Aug 23, 2015 4:22 pm

Thanks that may help

I was watching the coordinates as I moves around and wonder if there is a formula that can let me know when your vector changes like you turn or move up a ramp. Id like to put the data to a log file. It may be useful for making a restart function.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: 785 Changelog

#60 Post by rock5 » Mon Aug 24, 2015 7:15 am

For a restart function all you need to know is where you are heading, ie. what waypoint you are heading to.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests