Search results

  1. Talow

    Addstairs addon

    Sorry seems I didn't finish typing my message before submiting it, did you add them from nerun's distro or seperate? I'm not sure if he's edited them or not.
  2. Talow

    Addstairs addon

    The addstairs is a custom scripts, did you add them?
  3. Talow

    What is your name story?

    Talow is from the Traveller RPG thing I was into a few years back. Talow itself is one of a few hellworlds, a hellworld is one that often (daily or hourly) has some kind of struggle for it's residents to over come and survive. I chose Talow because it was the only hellworld I could remember to...
  4. Talow

    Editing Creatures

    Any creatures already spawned (and loaded on server start up) aren't going to show you the changes as the old information is already serialized. You'll end up needing to remove/delete/respawn them after the loading is done.
  5. Talow

    Foliage Transparency

    This is something that is apart of the client. Can't be resolved from the server.
  6. Talow

    Awakening event

    I don't know that there is an Awakening event. Can you describe when/what you want to happen here?
  7. Talow

    Adding checks to notoriety

    Item raraa = source.Backpack.FindItemByType(typeof(objeto1150)); //looking this item only once, inside the source's pack never the target. Item roroo = source.Backpack.FindItemByType(typeof(objeto1156)); //Same issue as line above. if (source is PlayerMobile && target is...
  8. Talow

    Adding checks to notoriety

    The checks you are doing is from compared so a static value and then target compared to a static value instead of from compared to target. Both methods are following the same logic on that note. To compare from to target you can use the code below. It checks for playermobile and the solid hue...
  9. Talow

    Need help with tile decay please.

    I read the script three times and I see no reason that it's decaying. Hope someone else can help you here.
  10. Talow

    Adding a spawner to a mobile script

    Nothing ridiculous here. the methods are the same. I say servuo because we're on the boards here, but there is no difference. Pretty much when the server compiles the scripts it looks for that method and runs it, allowing for hooks and set up code to run. A static class is created like this...
  11. Talow

    Need help with tile decay please.

    When is the item disappearing? Generally if an item is set to movable false the decay is not valid. I'm going to guess the tile is vanishing after you place the vendor, if that's the case it's because of the line that reads "pvt.delete();". Totally unrelated to the topic: When you cast o to...
  12. Talow

    Adding a spawner to a mobile script

    first the spawner system if more for creating items in/at/around a location (typically defined by the location of the spawner). I wouldn't recommend using it for this since you are looking to track a moving player. Second the mobile script is for all mobiles, monsters npc and players alike and...
  13. Talow

    Complex teleporters

    XMLSpawners are good for two things, spawning and testing ideas. Spawning cuz you get more control over the spawn. Testing ideas because you don't have to constantly restart to test what is going on. However in order for xmlspawner to do x,y,z it has to read a string and convert and blah blah...
  14. Talow

    VitaNex/Core/Extensions/Server/SkillExt.cs:

    Edit: Error: The namespace 'namespace' already contains a definition for 'type' This says you already have a definition for the type in the namespace already. in this case the type is SkillCategory and the namespace is Server. To resolve this issue you'd need to see which SkillCategory you need...
  15. Talow

    So, Client Versions

    Best to use client from era. Not sure about spawning.
  16. Talow

    Rune Library

    rune library are generally created and maintained by players, I don't know of any scripts but this might help: https://www.servuo.com/archive/travel-book.845/
  17. Talow

    Moongates

    Is the dest map and dest point set up at all?
  18. Talow

    Moongates

    I think what you are looking for is SkillTeleporter
  19. Talow

    Everyone can see this use conversations for private messages.

    Everyone can see this use conversations for private messages.
  20. Talow

    Modifying .mul files

    In reference to patching the installation, you don't use a program. You offer your files as a download, you can compress them into a zip file. Once your player downloads the files they then unpackage them and drag and drop them into the client folder on their computer.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back