Search found 30 matches

by blakdeth19
Tue Jul 12, 2016 2:26 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: 91.07 Pathfinder + D&D3.5 Framework
Replies: 40
Views: 20009

Re: 91.07 Pathfinder + D&D3.5 Framework

Here is my updated version of Plo's Inventory Manager..(Maptools 1.4.0.0)VERS 2.0 This is the updated version of MT1.3.91.07.02_DnD35_Pathfinder campaign framework. FIXES: modifying items adding new items to database item stacking UPDATES: Player inventory Looting market system(including mounts) NOT...
by blakdeth19
Tue Jul 12, 2016 2:20 pm
Forum: Drop-In Macro Resources
Topic: Plo's Inventory Manager
Replies: 111
Views: 54776

Re: Plo's Inventory Manager

Here is my updated version of Plo's Inventory Manager..(Maptools 1.4.0.5)VERS 2.0 FIXES: modifying items adding new items to database item stacking UPDATES: Player inventory Looting Market System(including mounts) NOTES: if token doesn't have item/enough money = won't do action. If targets inventory...
by blakdeth19
Tue Jul 12, 2016 2:17 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: 91.08 Pathfinder + D&D3.5 Framework
Replies: 202
Views: 193063

Re: 91.08 Pathfinder + D&D3.5 Framework NEW! MARKET SYSTEM!!

Here is my updated version of Plo's Inventory Manager..(Maptools 1.4.0.5)VERS 2.0 This is the updated MT1.3.91.08.01_DnD35_Pathfinder campaign framework. FIXES: modifying items adding new items to database item stacking UPDATES: Player inventory Looting Market System(including mounts) NOTES: if toke...
by blakdeth19
Tue Feb 09, 2016 9:23 am
Forum: Drop-In Macro Resources
Topic: OLD Wolph42's 'Drop-in' Bag of MT Tricks OLD
Replies: 1810
Views: 237041

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.38 [ROOM DESCRIPT

where exactly is the exclusion tab?
by blakdeth19
Mon Feb 08, 2016 1:55 pm
Forum: Drop-In Macro Resources
Topic: OLD Wolph42's 'Drop-in' Bag of MT Tricks OLD
Replies: 1810
Views: 237041

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.38 [ROOM DESCRIPT

under bag of tricks utilities it states move event is on
ive run diagnose and it comes back with nothing but other maps having non alphanumerical items...
how do you want me to share thru dropbox? i need ur info right?
by blakdeth19
Sat Feb 06, 2016 10:47 am
Forum: Requests for HELLLLP!
Topic: append??!?
Replies: 2
Views: 4252

Re: append??!?

thanks for the tips! i figured it out though, it was still using the data from the selected token
and not the impersonated token, so i used switch token to get impersonated

and to be safe i changed the names so there was no conflicting names
by blakdeth19
Sat Feb 06, 2016 10:45 am
Forum: Drop-In Macro Resources
Topic: OLD Wolph42's 'Drop-in' Bag of MT Tricks OLD
Replies: 1810
Views: 237041

Re: Wolph42's 'Drop-in' Bag of MT Tricks v.38 [ROOM DESCRIPT

hey im having trouble getting the bag of tricks in the latest dnd3.5/pathfinder fw to work none of the transparent options are working. the premade roof and canopy do nothing, ive tried using the initialize pads, making a roof and setting roof and i cant get the transparent "trick" to work...
by blakdeth19
Fri Feb 05, 2016 11:15 am
Forum: Requests for HELLLLP!
Topic: append??!?
Replies: 2
Views: 4252

append??!?

can someone please tell em why this code here: [h:targetName = listGet(tokenList,Target)] [h: items= getProperty("items", targetname)] [h: json.append(getProperty("Items"), items))] does not append the list but replaces it?.. it takes items from one token, and is suppose to add t...
by blakdeth19
Mon Feb 01, 2016 3:58 pm
Forum: Requests for HELLLLP!
Topic: Alter LibProperties
Replies: 1
Views: 2685

Re: Alter LibProperties

nvm!! i figured it all by myself lol [h:lp = getLibProperty("ArmorDetails")] [h:lpList = json.toList(lp)] [h, FOREACH(item, lpList, "<br>"), CODE: { [data = json.get(getLibProperty("ArmorDetails"), item)] [listdata = json.set(data, "Cost", 0)] [setLibProperty(...
by blakdeth19
Mon Feb 01, 2016 2:57 pm
Forum: Requests for HELLLLP!
Topic: Alter LibProperties
Replies: 1
Views: 2685

Alter LibProperties

I'm trying to add a cost to each item listed in Plo's Inventory Manager however i cant figure out how to do it. i can get it to work if i do 1 at a time, rewriting the script constantly but i want to add it to everything at once. [h: data= getLibProperty("ArmorDetails")] [h: listdata= json...
by blakdeth19
Tue Jan 26, 2016 1:46 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: 91.07 Pathfinder + D&D3.5 Framework
Replies: 40
Views: 20009

Re: 91.07 Pathfinder + D&D3.5 Framework NEW!

im talking about this market tool http://forums.rptools.net/viewtopic.php?f=46&t=22880 it has a market that has a set inventory you can add/remove items from using the item list from lib:inventory(same one as in this fw) but when you select for purchase it only adds the item to a list of "p...
by blakdeth19
Tue Jan 26, 2016 12:37 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: 91.07 Pathfinder + D&D3.5 Framework
Replies: 40
Views: 20009

Re: 91.07 Pathfinder + D&D3.5 Framework NEW!

hey ive added a market system to the campaign and need to tweak it it has a market inventory you can "buy" from, but in reality it just adds items to a list of "purchases" and gives nothing to your inventory. the GM still has to go behind you and look at the list, and then give y...
by blakdeth19
Tue Jan 26, 2016 10:56 am
Forum: Drop-In Macro Resources
Topic: Market Tool with inventory system.
Replies: 15
Views: 12841

Re: Market Tool with inventory system.

So what if you set the market buttons on the player to proximity? such that it checks for npcs with a market macro within 10ft radius if there is one, it runs it, if not a dialogue saying no vendors? and even further it could have specific market macro for like only armor on the vendor npc, so when ...
by blakdeth19
Mon Jan 25, 2016 6:48 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: 91.07 Pathfinder + D&D3.5 Framework
Replies: 40
Views: 20009

Re: 91.07 Pathfinder + D&D3.5 Framework NEW!

so far so good, not getting errors :)
so i will test again with higher mem
values to see if that is truly the reason.
thanks again guys!

Go to advanced search