r7250 | modify key's that are in !included configs.txt

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
User avatar
lolzorbot
Noob
Noob
Posts: 18
Joined: 28 Apr 2010, 16:20
Noob?: No

r7250 | modify key's that are in !included configs.txt

#1 Post by lolzorbot »

i have config.txt that includes another config file
and a macro that re-creates my statsAddAuto_list using cmdOnLogin macro somemacro

statsAddAuto_list is specified in the included config file with some basic values
somemacro then takes those values and appends some more usefull ones like:

Code: Select all

macro somemacro {
	$oud = @config(statsAddAuto_list)
	do conf statsAddAuto_list $oud, 20 str, 20 dex, 40 vit, 30 agi, 50 vit, 30 str, 25 dex, 40 agi, 60 vit, 51 agi, 40 str, 30 dex, 3 luk, 70 str, 80 vit, 92 str
}
the end results i this http://openkore.pastebin.com/jfjKPCH9 a big ass list of duplicate stuff !

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: r7250 | modify key's that are in !included configs.txt

#2 Post by EternalHarvest »

lolzorbot wrote:the end results i this http://openkore.pastebin.com/jfjKPCH9 a big ass list of duplicate stuff !
Should be fixed (r7251).

User avatar
lolzorbot
Noob
Noob
Posts: 18
Joined: 28 Apr 2010, 16:20
Noob?: No

Re: r7250 | modify key's that are in !included configs.txt

#3 Post by lolzorbot »

EternalHarvest wrote:
lolzorbot wrote:the end results i this http://openkore.pastebin.com/jfjKPCH9 a big ass list of duplicate stuff !
Should be fixed (r7251).
Confirmed fixed in r7251.
it now takes only 1 line (per config key) and is not duplicating anymore

THANKS

Locked