• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Search results

  1. Zero

    [SOLVED] [C++] Using Variables in Table

    Hey guys, I'm trying to create a title vendor that will display the players name and the title in a gossip. So far I have this; 8UTxuEKx It works basically, however I can't get it to display the player name in the actual gossip despite my best efforts, and I'm still trying to figure out how to...
  2. Zero

    [SOLVED] Spawntimes messed up?

    I'm trying to reduce the spawntime of certain mobs. They're rank 2 (rare elite). I've updated creature.spawntimesecs to be 5 seconds for that creature. worldserver.conf Corpse.Decay.RAREELITE is set to 30 seconds. So according to the tc2 wiki it should be 35 seconds (20 if the player loots the...
  3. Zero

    [SOLVED] C++ Check for GM Badge, not just rank.

    Hey, I'm currently writing my own world chat script and I'm wondering if it's possible to check whether the GM in question has .gm chat enabled. I want to give them the option to disable the Blizz icon in the world channel as well. I'm able to get everything else working fine, I just can't seem...
  4. Zero

    Restrict Players from Areas + Notify.

    Eh, not much to say really. Quite a simple script since I'm brand new to C++, purely did this for self education purposes. Will restrict players from certain areas without any security clearance and will globally broadcast if a player without a GM rank steps foot on GM Island. (Odds are they...
  5. Zero

    [SOLVED] C++ OnUpdateZone Logic Failing.

    -- Realized I posted this in the wrong section, my apologies. If someone could be so kind to move it to the support section. Cheers. -- Right, I'm fairly new to C++ but I'm pretty sure this -should- be working. The same logic works in other scripts, but not in this one and I really can't figure...
Top