Search results

  1. Quest with Reward based on Race

    I'll give that a try a bit later. The quest is currently showing as failed and that might explain why. So I tried switching it and it compiles and I can interact with the NPC and the quest comes up but it comes up as failed already. The quest doesn't show the objective or the reward. Also the...
  2. Quest with Reward based on Race

    I thought it was something like that. So I followed your advice and changed the code to: PlayerMobile m = Owner as PlayerMobile; if (pm != null) { if (m.Race==Race.Gargoyle) { AddReward(new...
  3. Quest with Reward based on Race

    Hello there! I've read a few older posts about this problem but between reading them and just trying for myself I am stumped. I have been trying to add a secondary reward to the trainer quests in New Haven for the Gargoyle race. I've added the following code and it compiles but the quest giver...
  4. Missing .MUL and Enhanced Client

    I think you are right. I have read on another post that you use the classic client and use an enhanced client with a launcher to join. I will have to download the 2d client and try that out.
  5. Missing .MUL and Enhanced Client

    I also have this problem although the error in the crash file in looks a little bit different it still says the tiledata file cannot be found. Not sure what else it is saying. I have updated the game and downloaded the newest servuo. Any help would be great. ServUO Version 0.5, Build...
Back