Recent content by faves

  1. I wrote a section of code, want to change the AI of the pet, but is invalid

    I also feel this code has some problems , But how is the right way.
  2. I wrote a section of code, want to change the AI of the pet, but is invalid

    public override void OnResponse(NetState sender, RelayInfo info) { Mobile from = sender.Mobile; switch (info.ButtonID) { case 0: { from.SendMessage("Test")...
  3. I wrote a section of code, want to change the AI of the pet, but is invalid

    If use NecroMage AI ,it seems to need high necromancy and spiritspeak skill for cast Necromany spell,
  4. I wrote a section of code, want to change the AI of the pet, but is invalid

    My pet is not define ForcedAI,defaultAI is NinjaAI, I use [props to see pet‘s AI,it still shows the original AI,but in fact work normal,It is indeed in the use of AI_NecroMage, It's very strange. And thank you for your reply.
  5. I wrote a section of code, want to change the AI of the pet, but is invalid

    I wrote a section of code, want to change the AI of the pet, but is invalid, who can help me,thanks a lot. As if this code has no effect: ------------------------------------------------- switch (info.ButtonID) { case 0: {...
  6. I'm coming, again looking for help!

    我认为到时间不刷新是因为你角色权限高于Player,你把角色转为Player试试。
Back