[DiscordArchive] <@374426504123121668> so do you mean to add a class in the core? Without adding any tables or fields
[DiscordArchive] <@374426504123121668> so do you mean to add a class in the core? Without adding any tables or fields
Archived author: Shin • Posted: 2019-01-28T22:46:59.631000+00:00
Original source
<@374426504123121668> so do you mean to add a class in the core? Without adding any tables or fields to the DB?
Archived author: MasterkinG32 • Posted: 2019-01-28T22:47:49.779000+00:00
Original source
Just add a field to characters & accounts table one time ...
Archived author: MasterkinG32 • Posted: 2019-01-28T22:48:13.186000+00:00
Original source
With a make a class like modules_storage ...
Archived author: MasterkinG32 • Posted: 2019-01-28T22:48:27.352000+00:00
Original source
They add some functions in this class
Archived author: MasterkinG32 • Posted: 2019-01-28T22:48:51.386000+00:00
Original source
like search_char(CharacterGuid,Field)
Archived author: MasterkinG32 • Posted: 2019-01-28T22:49:09.644000+00:00
Original source
Or store_char(Charguid,Field,Value)
Archived author: MasterkinG32 • Posted: 2019-01-28T22:49:34.618000+00:00
Original source
search_acc(AccGuid,Field)
store_acc(AccGuid,Field,Value)
Archived author: MasterkinG32 • Posted: 2019-01-28T22:49:46.523000+00:00
Original source
That functions just read a field
Archived author: MasterkinG32 • Posted: 2019-01-28T22:50:09.898000+00:00
Original source
for chars read modules field from characters table ...
Archived author: MasterkinG32 • Posted: 2019-01-28T22:50:54.940000+00:00
Original source
for store make that json and store on that field