Search results

Desolation Mir2 (Med Rate Server)
  1. chimera

    help with de level npc plz

    You only need a \ after a SAY, not an IF or ACT as \ ends the line of text you can see onscreen and goes to the next line. If you are giving or taking an item you need to put the number of items. If you send a script to another part of the script it needs to have the heading - as with @delvl...
  2. chimera

    mongen npc

    ApplyMonMission "E003, 40, 40, 30, 10" "Monkey" "E003, 16, 18" not used it myself but i believe this will move 10 monkeys from map=E003 x=40 y=40 radius around x/y point= 30 in all directions TO Map E003 X=16 y=18 So if you mongenp 45 monkeys to E003 40 40 30 you could then get 10 of them to...
  3. chimera

    mongen npc

    #act delaygoto 60 @2nd_part_of_spawn {delays 60 seconds before going to next part of script} #Act MongenP "D1111,150,150,10" Oma 50 "Noitem" spawns Oma's - 50 of them - on map D1111 for a 10 space radius in every...
  4. chimera

    Teleport script

    I would check if WTaurus was there, if is don't generate another, if isn't then generate one.... however this could be easily abused by people constantly killing and then using the teleport system to generate another WTaurus.
  5. chimera

    Script dont work :S

    #IF CHECKLEVEL 75 CHECKJOB taoist checkmonrecall #ACT monrecall Sork 1 7 This works for me. Is Sork in your monster DBase spelt ith a capital S ???? Is your character lvl 75 or greater and a Taoist.... yeh I know silly questions but often the simplest things people forget :)
  6. chimera

    Npc FamePoints

    Maybe you need to show us how far you've gotten with the script.
  7. chimera

    NewUser script

    No you changelevel to a number you want, no plus or minus.
  8. chimera

    NewUser script

    #IF ISADMIN check [003] 0 #ACT give Gold 20000000 give BlessedGMArmor(F) give BlessedGMArmor(M) give BlessGMBoots give BlessedGMHelm give GMBlade give GMParalysisRing give GMRevivalRing HLSCRIPTCMD changelevel 65535 SET [003] 1 #ELSEACT break This is all you need to do what stated, why...
  9. chimera

    Making accounts/characters

    1. Also need to put user name in Game3g, Relate_tbl. User name 1 1 <NULL> <NULL> last 2 columns will default to Null if you arrow down to next line. in TBL _Account its just user name password then arrow down to accept all defaults after this point.
  10. chimera

    About trying weapon refines

    A GM could just cheat and use the commands to refine ^^
  11. chimera

    MonsterSay

    Monstersay does work here is a rough translation and some lines i set up :) ;; The condition (0 was murder, 1 for is attacked, 2 are attack people, 3 is death, 4 for just brushed) the writing ;; entire server which just brushed sends all to be allowed to see, attention: If is 4, then the color...
  12. chimera

    Auto Arrange?

    Works for me, are you saving the changes?
  13. chimera

    no pots/spell disapear

    That is for wiz teleport and geomanip - nospellmove. I believe :)
  14. chimera

    enter_ok problem

    I mean have you tested that this is possible to go from D704 193,227 -> D705 33,45 take the enter script out of mapquest and make sure that bit works. if there are any obsticles, even a mob at D705 33,45 then your character wont move through to the new map :)
  15. chimera

    enter_ok problem

    Ok, have you put the entry & exit points in your mapinfo correctly?
  16. chimera

    enter_ok problem

    try making a test script to output A1 and D1, see if they produce the right numbers. Does your character name have any ansii symbols in it? (try doing a script to confirm username is being picked up correctly). why larger than 0, why not equal 1 ??? wondering also why you made a seperate table...
  17. chimera

    Auto Arrange?

    Yes you can put any sort order you like in, just go into design table and then manage indexes, set the column to use as the index and ascending/descending :) You can do this with any database field.
  18. chimera

    mobs spawning from mobs

    If you want a mob to hit 1k then you have to set up a monai script for that mob, subject of monai covered already on forum :)
  19. chimera

    mobs spawning from mobs

    in mapquest, here is one i made earlier ^^ [@Main] #ACT Mov A1 %UserX Mov A2 %UserY Mov A3 %UserMap FormatStr "%s,%s,%s,2" %A3 %A1 %A2 mongenp %A9 Mobname 5 This will plant the 5 mobs to be spawned right on top of the killing players head hehe
  20. chimera

    mobs spawning from mobs

    What script have you typed here: MapQuest_Def\Mon_ZumaSinjang to make the mobs spawn?