dbjorkholm / FORGOTTENSERVER-ORTS

Try to make the perfect open real tibia server!
60 stars 76 forks source link

Question: talkactions #375

Closed tarantonio closed 10 years ago

tarantonio commented 10 years ago

I'm a little lost with talkactions. Can anyone put order in talkactions.xml by position?

Example:

<?xml version="1.0" encoding="UTF-8"?>
<talkactions>
    <!-- Gods -->
    <!-- Gamemasters -->
    <!-- Tutors -->
        <!-- Players -->
etc...
tarantonio commented 10 years ago

Maybe i have to change the groups.xml too?

felipetmartini commented 10 years ago

no the check for who is able to use talkactions in the scripts.lua like a = ACCOUNT_TYPE_GAMEMASTER or > ACCOUT_TYPE_TUTOR you can edit in each file

tarantonio commented 10 years ago

I will comment the talkactions.xml to put order there if you agree.

felipetmartini commented 10 years ago

It should be good

De: tarantonio [mailto:notifications@github.com] Enviada em: quarta-feira, 30 de abril de 2014 10:28 Para: PrinterLUA/FORGOTTENSERVER-ORTS Cc: felipetmartini Assunto: Re: [FORGOTTENSERVER-ORTS] Question: talkactions (#375)

I will comment the talkactions.xml to put order there if you agree.

— Reply to this email directly or view it on GitHub https://github.com/PrinterLUA/FORGOTTENSERVER-ORTS/issues/375#issuecomment-41795798 . https://github.com/notifications/beacon/5881404__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNDQ4MzcwNCwiZGF0YSI6eyJpZCI6MzEwNTk1ODl9fQ==--e13ef55db0d5d47d19c7d14c7e99346c3dac1716.gif

tarantonio commented 10 years ago

There are some lua that makes me doubt like alladdons.lua, I can't see the access required for this script. I think it's related to flags on group.

tarantonio commented 10 years ago

Fixed