Hello people I have one small question about NPC Soya, when I put crown armor like sellable (npc buy it from player) dont matter how much money I put like its price, Npc always display and pay for it 100gps.
I'm having this bug make months and I really cant find a solution. Any idea please?
Second: I wanna a script that display broadcast messages, like news and things like these, the problem is, the script im using now only display this message in red, but i wanted that this message appear in white, any idea pls?
here is the script im using, im bad with scripts, so i modificate one of global events (the script of clean):
and there is a form to add more texts, to be sent like after 30 seconds of first message? so i could remove the other events and let only one event in globalevents to news.
Thank you everybody for oyu rattention!!
I'm having this bug make months and I really cant find a solution. Any idea please?
Second: I wanna a script that display broadcast messages, like news and things like these, the problem is, the script im using now only display this message in red, but i wanted that this message appear in white, any idea pls?
here is the script im using, im bad with scripts, so i modificate one of global events (the script of clean):
LUA:
function onThink(interval, lastExecution, thinkInterval)
doBroadcastMessage("Testing")
return true
end
and there is a form to add more texts, to be sent like after 30 seconds of first message? so i could remove the other events and let only one event in globalevents to news.
Thank you everybody for oyu rattention!!