• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

all msg to mysql

xavierek

New Member
Joined
Apr 11, 2009
Messages
209
Reaction score
0
hello i can use function onsay in creature event ?

i need easy script to make
how take text from msg to verible ?
how to take channal name or id ?

db.executeQuery("INSERT INTO `history_chat` (`player_id`, `date`, `text`) VALUES (" .. getPlayerGUID(tid) .. ", " .. os.time() .. " "..text..");")
 
Last edited:
Easiest (only?) way is source edition. Contact with me if you need help with it.
 
Do you want to log spells and talkactions too?
Watch out, you will have a huge table :p
 
i have hdd sd memory its dont make problem to fast save it on 64 bit system yeh i need it with spell all whats player say :) i need this data to take moor info about how players play
 
Back
Top