[DiscordArchive] are you adding a container with key value pairs that point to the DB?
[DiscordArchive] are you adding a container with key value pairs that point to the DB?
Archived author: Bogir • Posted: 2022-03-15T01:33:11.281000+00:00
Original source
One place worries me the most - variables in src/server/scripts/World/npcs_special.cpp
Archived author: Bogir • Posted: 2022-03-15T01:34:44.773000+00:00
Original source
for example:
`#define GOSSIP_SENDACTION_SAYGE1 "Slay the Man"`
I am just not sure, but real text is `I slay the man on the spot as my liege would expect me to do, as he is nothing more than a thief and a liar.`
{ 6185, 0 }
Archived author: Bogir • Posted: 2022-03-15T01:35:20.369000+00:00
Original source
there are 17 records like this
Archived author: Dep • Posted: 2022-03-15T01:35:46.165000+00:00
Original source
looking throught this atm
Archived author: Bogir • Posted: 2022-03-15T01:36:23.685000+00:00
Original source
I'm not player and don't know how to check if it is correct substitution
Archived author: Dep • Posted: 2022-03-15T01:39:11.326000+00:00
Original source
all the timers and everything just all over the place
Archived author: Dep • Posted: 2022-03-15T01:45:06.178000+00:00
Original source
Yeah maybe it would be possible to spend a lot of time on loading the numbers from DBs, enums, other definitions
Archived author: Dep • Posted: 2022-03-15T01:46:03.008000+00:00
Original source
but is it worth the time when these scripts are self contained already
Archived author: Bogir • Posted: 2022-03-15T01:47:58.492000+00:00
Original source
the main goal is to make it possible to use localization instead hardcoded english texts
Archived author: Dep • Posted: 2022-03-15T01:50:44.933000+00:00
Original source
that should do it