Search results

Desolation Mir2 (Med Rate Server)
  1. chimera

    patchh for lava maps and new maps ect

    Extra/new maps are always of interest :)
  2. chimera

    How to mov usergold to variable?

    I believe gold stored in sql is not constantly up to date.
  3. chimera

    How to mov usergold to variable?

    Do you also know how to find how much gold a person has? Once done that find the %age, make that number = D1 or something and drop it, then just take the gold.
  4. chimera

    is mir 3 dying?

    We have to work with the files we've got and utilise in ever more inventive ways without causing problems... is it dying, well that's like saying is tetris dying (think about it) :)
  5. chimera

    GuildPoints system.

    I've been working all night so I'll check in morning zzzzzzz :)
  6. chimera

    GuildPoints system.

    Sorry I meant its not checking guildname... or whatever you are doing to tell the script where to go to in the sql. You need to break it down and maybe try writing a script to read and output the info from the sql you want to interrogate or alter first. :)
  7. chimera

    GuildPoints system.

    Ah that's probably because you are not pulling the Character name from the correct place in sql and also pulling the user name and comparing the two???
  8. chimera

    What you think is the best exp rate?

    Fully customised... be origional :)
  9. chimera

    GuildPoints system.

    Why did you not just add a column in TBL_Character for guildpoints? You would have to show the script for us to know where it's going wrong :)
  10. chimera

    Lotto System

    The npc you buy the tickets from
  11. chimera

    room npc that chjecks for mobs and personin first

    and surely teleportorb should be one word?
  12. chimera

    CheckItem for Npc

    You are not telling it the number of items to check for. #IF CHECKITEM Healing 1 CHECKITEM Slaying 1 CHECKITEM Poisoning 1 CHECKITEM AdvancedSlay 1 #ACT take Healing 1 take Slaying 1 take Poisoning 1 take AdvancedSlay 1 take letter1 1 give gold 250000 Always use a number :)
  13. chimera

    Question reguarding NPC command

    #if checkhum D1 1 This checks if 1 or more people on map D1 HTH
  14. chimera

    NPCfor levelling skills

    Given the correct scripting yes it will work with many things #IF ELARGE D3 %D3 that part of script must be wrong. :) #IF CheckFame #ACT Mov D4 %P9 {P9 being = to the checked fame number} INC D4 1 or DEC D4 1 SetFame %D4 The above is how I alter fame total.
  15. chimera

    NPCfor levelling skills

    You need the script to say that the current magic level is 5 (for the first line/option) but not 6, the script above doesn't do this. try (where A1 = skill name) #IF CHKMAGICLEVEL %A1 3 !CHKMAGICLEVEL %A1 4 You also havn't told the script you are looking for Slaying as the skill to level...
  16. chimera

    Released Work

    Spell/Skill upgrade NPC script This can of course be edited/adapted to what you need: ;;Sean script npc [@main] #Say Which service do you require?\ <Spell Upgrades/@spellsup>\ <Exit/@exit> [@spellsup] #SAY To upgrade a skill You need 6 Goldore,\ 50,000 Gold and to comply with the lvl...
  17. chimera

    Problem with mobs spawning from NPC...

    mongenp "D1901,150,150,140" mobname 1 or MONGEN "EvilDragon9" 2 8 {2=number mobs, 8=radius of spawn} try those :)
  18. chimera

    help with de level npc plz

    It's Take not Takeitem
  19. chimera

    mongen npc

    You don't need the #IF unless there is going to be an #IF statement. Put the rest of the script in please.