Change Nested Values with Macros

This section is created for developers and non-developers who think that he/she has a good (and realistic) idea that might contribute to the OpenKore community.

Moderator: Moderators

Message
Author
Krai
Been there done that!
Been there done that!
Posts: 106
Joined: 04 Apr 2008, 16:23
Noob?: Yes
Location: The Bay

Change Nested Values with Macros

#1 Post by Krai »

I have noticed that I can not changed nested values via macros... this can be very frustrating because I either have to make a brand new config to use and have all these configs in my control folder... it would be nice if there was a command that would allow me to changed nested values without going through all of that trouble

ie

Code: Select all

buyAuto Fly Wing {
	npc prt_in 126 76  <<< changing this value via macro
	standpoint
	distance 4
	minAmount 5
	maxAmount 50
}
Don't Get Owned! Do Your Research First.
The Manual | Packet Extractor | Use Macros | Server Info Guide | Old Forum
You got banned? Krai me a fuckin river..

akirac
Noob
Noob
Posts: 19
Joined: 05 Apr 2008, 17:00

Re: Change Nested Values with Macros

#2 Post by akirac »

read this click

Krai
Been there done that!
Been there done that!
Posts: 106
Joined: 04 Apr 2008, 16:23
Noob?: Yes
Location: The Bay

Re: Change Nested Values with Macros

#3 Post by Krai »

akirac wrote:read this click
i understand how variables work... how is that going to help me with changing nested values?
Don't Get Owned! Do Your Research First.
The Manual | Packet Extractor | Use Macros | Server Info Guide | Old Forum
You got banned? Krai me a fuckin river..

alpha
Noob
Noob
Posts: 12
Joined: 08 Apr 2008, 10:00
Noob?: No

Re: Change Nested Values with Macros

#4 Post by alpha »

it would go something like this..
havent used it in some time so dont remm correctly

Code: Select all

do conf buyAuto_0_npc <insert value here>

Post Reply