what svn you are using ? tried latest svn ?
i have this issue before...cant remember is it the exact issue like yours..
anyway..rAthena has fixed the problem for cart last time....
i think is this..r16298
you only mentioned to enable it..but didnt mention when it will be disabled...otherwise...the script will enable all the warp .....since it wont have any disabling stuff like what you mentioned above....
dunno....you only post 1 line..how i know what your script does....
and...
the script...check whether the gettime(4) value is 2,4,6 or not....if yes...then the script END
2 = tuesday
4 = thursday
6 = saturday
and if you want it to check it's sunday or not...you have to use
if( gettime(4) == 0 )
because you didnt set a condition to check for 0 ...so it's still running on sunday.....
you're the one who didnt read the post clearly...
should be
if(gettime(4) == 2 || gettime(4) == 4 || gettime(4) == 6 || gettime(4) == 0) end;
what this mean ??
you want a @deal command ?
isnt that just same with this ?
@trade
and what broadcast in different colour...
elaborate what you want in details.....
update your lub file...make sure your client are reading the lub file in data folder / grf ......
Translated Data Folder
http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/
Lates Lub Files
http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/