Search results

  1. Its possible to remove spell cast time like old Sphere emulator?

    Yo,there is a file where i can lotate the precast and a way to remove this from all spells?Ty!!!
  2. Someone have this old set bonus script working under ServUo?

    Hello!Just getting some issues trying to install this system on a fresh servuo repo. Issue is in: public static bool IsEquipped(Item item) { if (item.Parent != null) { object parent = item.Parent; if (parent is Mobile)...
  3. Server crash after item colored names (only weapon changes).

    hello guys!Just added item colored names on a local server (not fresh),following the instructions provided on pack. The one issue is needed to change "x"Quality per ItemQuality. Load fine,tested first just with armor,all ok,colored names are ok,then with clothing,and jewel,but with the last test...
  4. Question about pet transcence scroll and animal lore gump.

    Hello guys! Using pet transcence deeds,and find an issue with animal lore gump,in this case,im using a normal horse,then i added one magery transcence deed. Used animal lore on the horse,then used [skills command on him. In the next image you can see the issue,animal lore gump is not displaying...
  5. Short question about gargoyles and normal stuff.

    Hello guys!Just asking about using this code: public override bool CanBeWornByGargoyles { get { return true; } } Using this on any armor piece (elf,human),or any jewel,can a gargoyle equip it? Thanks in advance!
  6. Best way to drop on player backpack?

    Hello guys! Im looking to do some drops doing in players backpack,not in corpse,so i ask here for the best way to do that,i see the script of the fleshrenderer on Doom as example,i see this code: public override void OnDeath(Container c) { List<DamageStore> rights =...
  7. Master looter dont working with daat99 tokens.Help needed.

    Hello guys!Just installed the old master looter,is working like a charm,and updated the targetlist.cs from this forum. I set the backpack to loot gold,some items,and daat99Tokens. When i use the command [Loot ,i get correclty all,gold,objects,tokens too,but when i try to add tokens to master...
  8. New user on Linux question.

    Hello guys,as the title says,im looking to host a new shard in europe,and i see the prices under Linux are awesome,on Windows are a bit astronomics for me.The question is: -Can i get some support here to install correctly the server under Linux? (I developed the shard under Windows). -Best...
  9. 1 core hosted server?

    Hello!Just asking about a host,i think the first player base gonna be between 10-20 players max. This is the server im looking: 1 vCore(s) 2GHZ 6 GB RAM 25 GB 1 core is good to that playerbase? (Running under windows). Thank you!!!
  10. Remove imbuing resource drop?

    Hello!Just asking if its possible to completely remove imbuing resources from mobs,i think it need changes on regions but not sure. Thank you!
  11. Error in mountcheck,latest servuo,level system.

    Solved with a new mountcheck.Thank you Joshua!!!
  12. Levelable item deed on exceptional items.

    Hello guys,just trying to get a levelable item deed working just on exceptional crafted items,but cant do that,need some help. Here the code im using right now: public class LevelItemTarget : Target { private LevelItemDeed m_Deed; private ItemQuality m_Quality; ///...
  13. Pet training under ML core expansion?

    Hello guys,just asking about if its possible to activate pet training system under ML core expansion. Thank you!
  14. Colored item names problem.

    Solved,solution is in the same original post of colored item names.
  15. Custom full sets (Only full set can be equiped).

    Insert Coin submitted a new resource: Custom full sets (Only full set can be equiped). - Custom sets full packed. Read more about this resource...
  16. Any "news" working command?

    Hello guys!Just looking for any news command with gump,and if possible,any tipe of public message with cooldown?like every 1 hour of delay? Thank you!
  17. Phantasy Online looking for players/testers.

    Hello guys! Just saying Phantasy Online is now hosted on european company. Here a little description about: ERA: Mondain's Legacy. (Custom). No donations for now,NEVER pay to win,NEVER exclusive donation items. 1 accounr per ip,1 character per account. Statcap: 300 total statcap.150 individual...
  18. FS taming bod system dont show animals needed.

    Hello guys!Just added FS animal taming bod system to the newest servuo version,under ML expansion,but when i get bod it dont show what animal i need to tame. Here the picture: Any ideas?Thank you!
  19. Change statcap command,server crash.

    Hello guys!Just using [global set SkillsCap xxx to change the statcap for the old created chars,but when use,the server freezes then crash,any idea?Thank you!
  20. XML levelable items dont gain EXP.

    Hello guys! Just having a problem with levelable items with XML,running with the latest repo of Servuo and latest client. I apply the levelable item deed on the weapon and then show the Level 1 tag,and Information sub-menu,but when attacking monsters the weapon dotn gain exp,any known...
Back