Search results

  1. Po0ka

    Custom Map Making

    To make a map file with a bitmap, you have to either make your own mapping software, or use an already existing one. So far, from what i gather of your post, you might want to take a look at Dragon. If your questions are deeper, this may answer some of your questions...
  2. Po0ka

    To prevent players and players from passing What should I do?

    PlayerMobile, in the function CheckShove, simply return false;
  3. Po0ka

    Scripts will not compile

    Have you compared both installs? Have you changed files/directories permissions?
  4. Po0ka

    Scripts will not compile

    We can't help if you don't post the error trace! :P
  5. Po0ka

    Why was ServUo stripped of so much?

    What exactly has been removed?
  6. Po0ka

    Pitch Dark Lightlevel

    You can use the option "dark nights" in the client settings itself.
  7. Po0ka

    mercenary shrink help

    Perhaps there is a check for "if (BodyValue == 400)" or something. Search the script for the error message you had, if you can't find it in the mercenary, search in your shrink system.
  8. Po0ka

    mercenary shrink help

    It is surely because the shrink system looks for the body type of the creature, if it's human, it returns that text. When you use the command, it will shrink regardless of what it is, because it is a command and commands are most likely issued by staff members, who would most likely shrink...
  9. Po0ka

    When a player rides a mount, what code changes the player's moving speed?

    Root up from where you know, check the base classes, check the interface (probably IMountable or IRidable), and then search where that code is used. It is most likely handled in the core itself, due to the possible packets it could send to the client. To test if the mount ges to internal, do...
  10. Po0ka

    Can you make existing customizable housing taller?

    Another alternative would be to remake the entire housing system.
  11. Po0ka

    Having trouble adding a stat scroll to vendor

    Check the definition of "GenericBuyInfo", i think it accepts an array of parameters you can pass. Some object[] Which means you can pass "new object[]{ 5 }" i think? There might be some stock examples of this, take a look at all the vendor SBinfos.
  12. Po0ka

    Is there anyway to edit this bar?

    As far as i know, it's client sided, not server dependant.
  13. Po0ka

    Need some help with a potential script issue.

    Perhaps one of your files is corrupted. Try to temporarily move your XML files for the xanthos system outside of the server folder. If your server still doesn't run, the problem is not the XML file itself. Make sure the error is exactly the same if you get one.
  14. Po0ka

    Need some help with a potential script issue.

    What custom system do you use that has XML stuffs?
  15. Po0ka

    Need some help with a potential script issue.

    Take a look at this part: Name cannot begin with the '.' character, hexadecimal value 0x00. Line 19444327, position 6. It seems to fail reading an XML file? However, an XML with a total of 19444327 lines is quite huge... Then I noticed: CultureInfo culture Now i wonder, are you running the...
  16. Po0ka

    Chasing my Tail on this one

    You need to add a nullcheck. if (dfdgdsgdrgfgf.PB == null) message; if (info.ButtonID == 501) //No Special Hue { >> here. if (m_PlantBox.PB == null) { from.SendMessage("The plant hasn't started to grow."); } else if (m_PlantBox.PB.ItemID ==...
  17. Po0ka

    Chasing my Tail on this one

    if (m_PlantBox.pb.ItemID == 3878) { m_PlantBox.pb.ItemID = 9325; m_PlantBox.pb.Hue = 81; from.SendMessage("Got Inside."); } from.SendMessage("A new plant springs to...
  18. Po0ka

    Chasing my Tail on this one

    Edited my original post sorry, i sent the reply too quickly.
  19. Po0ka

    Chasing my Tail on this one

    EDIT: Nvm, what i suggested is not related. Seems like you are trying to refer to "StonePlanterBoxAddon" as an "AddonComponent", when it is infact inheriting from "BaseAddon"? public abstract class BaseAddon : Item, IChopable, IAddon[code]
  20. Po0ka

    New server help?

    Is your server and client using the same files? Preferably you should have a Server and Client game files folders, both being identical copies, to avoid potential file locks. Are you connecting to the server with the right files? Is your DataPath correctly setup in the Config folder? Are you...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back