Search results

  1. D4rkh0bb1T

    An error was encountered while loading a saved object

    Thats what happens when you play with server files at 3am :D Its the backup day.
  2. D4rkh0bb1T

    An error was encountered while loading a saved object

    Yeah, lesson of the day indeed... omg its downing So now, after a couple of attempt, when its ask to delete the object and all that type, if i say yes, upon rebooting the server a new crash occurs, its about shrink system now. Looks like something had changed in one of my test character and the...
  3. D4rkh0bb1T

    An error was encountered while loading a saved object

    Yes I sent the playermobile script with vampire stuff into it just in case someone could trace the issue back. I can send my playermobile before the crash... ? using System; using System.Collections; using System.Collections.Generic; using Server.Misc; using Server.Items; using Server.Gumps...
  4. D4rkh0bb1T

    An error was encountered while loading a saved object

    Yes, I had these 4 files opened in visual studio when the crash occured. Having done CTRL+Z on every single file until I reached the point where nothing was added (before any vampire stuff were added). After that I deleted the vampire system from my custom folder. Then i rebooted and the crash...
  5. D4rkh0bb1T

    An error was encountered while loading a saved object

    Before posting here I attempted to CTRL-Z everything, removed the vampire files and tried a reboot on that, but the error was the same, except they asked to delete the potions too... I dont understand that setting the code like it was before adding vampires did not work... So I told myself I'll...
  6. D4rkh0bb1T

    An error was encountered while loading a saved object

    I tried to add the Freyd's Vampire System tonight. The Install process went well and I began to test Potions and Cure. When I try to start my server, I have this error. I don't know what to do and i'm pretty sad cause i've been working on this shard since the new year and it sucks cause my last...
  7. D4rkh0bb1T

    Help with my gump + attachment

    Changing && to || seems to have fixed this... thaaaaats it o_O
  8. D4rkh0bb1T

    Help with my gump + attachment

    That is a very interesting way to play with bool here! I was looking at the Attendant script and stuff like that. Got discouraged and wrote the total for every options lol... this make my gump to "work" after all but yeah. I was obsessed about getting it to work in first place. I wasnt about to...
  9. D4rkh0bb1T

    Help with my gump + attachment

    I redone the gump, trying 1 radio group instead of 2. I used the IsSwitched method and added the xml attachment as you guys suggested. I went through some (alot) crashes and build something that is now working, except for one thing: Radio buttons dont change my totalcost string when clicked...
  10. D4rkh0bb1T

    Help with my gump + attachment

    I want it to be attached to the player when Apply is pushed. Im trying this on case (int)Buttons.Apply: XmlAttach.AttachTo(from, new XmlArtifactBonus(m_Value, expire)); Is this correct? Edit : Just read your post above, i'll take a look into that thanks a lot !
  11. D4rkh0bb1T

    Help with my gump + attachment

    Oh this is exaclty what I needed, but the m_value & expire remain at 0 when Apply is pushed, not matter what radio buttons are cheked. And total cost only appear in text when button Apply is also pushed. I was thinking the totalcost value would be updated on the label with gump close/open, but...
  12. D4rkh0bb1T

    Help with my gump + attachment

    no, it does nothing at all.. no sound, no values, no refresh. the other 2 buttons of type reply (quit/apply) are working and produce sound.
  13. D4rkh0bb1T

    Help with my gump + attachment

    Interesting. Everything compiles fine but my values are still at 0 no matter what button is chosen. On my stone, I added the from.SendGump(new BonusDropStoneGump(m_Value, expire)); i changed this public BonusDropStoneGump(int m_Value, int, expire) to this public BonusDropStoneGump(int m_Value...
  14. D4rkh0bb1T

    Help with my gump + attachment

    I came up with something but it does not work properly... the bonus and expiration values are always 0 not matter what button i choose. Tried to add the token string also for testing but it doesnt seem to change either. using System; using Server; using Server.Gumps; using Server.Network; using...
  15. D4rkh0bb1T

    Help with my gump + attachment

    Hi everyone!. My attachment name is XmlArtifactBonus. I tweaked the attachment to give the player a bonus drop with 2 values : Bonus Multiplier and Bonus Duration. Here, for exemple : I can AddAtt XmlArtifactBonus 2 3 which will give the targeted player a bonus drop of 2x for 3 hours. But I want...
  16. D4rkh0bb1T

    NPC Heal Self - How To?

    Yes, but how to include this into XmlSpawner book entry if this props is Read Only? What is the proper format to make it happens when my mob spawn?
  17. D4rkh0bb1T

    NPC Heal Self - How To?

    Turns out I just needed to set 0 instead of 1. Can't figure out how to get my npc to self heal tho...
  18. D4rkh0bb1T

    NPC Heal Self - How To?

    I want to create a NPC with player abilities. I think if my NPC is set to AI.Mage they will cast Heal sometime but not sure? ***But I cant get my NPC to heal himself with Bandages, just like a player would do, even with bandages in backpack.*** (Added into spawn entry : SKILL,healing/120/) I...
  19. D4rkh0bb1T

    Gump - OnResponse No Sound?

    Not sure I get what you mean. But ... the Buttons.GotoNews is added in the gump like this : this.AddButton(67, 301, 2510, 2511, (int)Buttons.GotoNews, GumpButtonType.Page, 2); the Buttons.Quit is added in the gump like this : this.AddButton(283, 449, 5200, 5201, (int)Buttons.Quit...
  20. D4rkh0bb1T

    Gump - OnResponse No Sound?

    Well... SendMessage ("Check back for Updates!") -- These one are working. My Debug message doesnt appear and the sound does not occur either... I understand this never hit that case, but why? Wrong button setup, what does that mean?

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back