Search results

Mu online season 21 - grand opening
  1. chimera

    recall pet in D menu

    Simple answer is you can't call a pet, you can make a pet using D menu....in the way you describe... though to date I have not seen monai work with pets. 2 or 3 ways of doing it, you can use one of the 3 user defined commands, you can use flags or you can use sql data storage to indicate pet...
  2. chimera

    recall pet in D menu

    You mean you want to bring a pet that's got lost to you by pressing a key?
  3. chimera

    hostmybb

    Anyone know what's going on with Hostmybb.com? The forums have been offline for about 5 days now :(
  4. chimera

    Script Help

    see above for changes... The way you've had it set up people could vote for oth yes and no.
  5. chimera

    Script Help

    you forgot to format string....assuming your column you are storing number in is fld_yes... #act FormatStr "FLD_NAME='%s'" %USERNAME MOV A1 %A9 FormatStr "FLD_YES='%s'" %D1 MOV A2 %A9 UPDATEVALUESQL "TBL_VOTEHOST" %A1 %A2 That looks in TBL_VOTED for the line that matches the username and...
  6. chimera

    Script Help

    yup you read the accumulator column and call it a D number as above, then inc D? 1 then format your string with the same D number which has now increased by 1 followed by an #act updatevaluesql tbl_.... fld_.... string not sure why you'd need 2 columns saying y/n...
  7. chimera

    Script Help

    It's possile with flags but it's a one-shot deal, with sql it's easier to change an entry and simpler to understand a script, imo :)
  8. chimera

    Script Help

    no problem :)
  9. chimera

    Script Help

    this will make the value in D1 = 0 or 1 which you can interrogate and use for the rest of the script. so in other words you would do: #IF Equal D1 1 #SAY We have found your Username!\\ <[ Collect Junes Reward]/@Reward>\\ #ELSESAY Sorry we did not find your\\ username!\\
  10. chimera

    Script Help

    Hope this helps :)
  11. chimera

    could any one help me on this problem please

    Try looking in Kaori's signature :)
  12. chimera

    Can sum1 check this for me?

    You could significantly reduce the size and need to type the same thing over and over again y using something like this #SAY which spell would you like to level\ <SummonShinsu/@upspellT(SummonShinsu,40,43,44,45,47,49)>\ [@upspellT()] #ACT MOV A1 %ARG(1) ---> SummonShinsu...
  13. chimera

    question about monai

    In my tests i concluded you can't use monai for pets...
  14. chimera

    mob dc cap 255

    Thx for sharing that Geordie :)
  15. chimera

    mob dc cap 255

    http://www.lomcn.co.uk/forum/showthread.php?t=53588&highlight=monai&page=2 this would give you physical hit 1500: ;;不要删掉此行 ;;; @reloadmonai monaitest "monai_def\monaitest.txt" [@monaitest, STATUS, 0] #IF Near 1 #ACT Power RATE 1500 hit [2] Power RATE 100 break
  16. chimera

    Messages in scripts

    looking to give a message to all in a group as part of a script, not on mob death, not on entering a location or anything you can use mondie for, I think *wheels turning in head* :S
  17. chimera

    Messages in scripts

    Tried everything I can think of and can't get it to work :S
  18. chimera

    Messages in scripts

    If it was easy it wouldn't be worth doing ;) I'll try messing with some ideas next week when i have more time :)
  19. chimera

    Good Mir3 Servers

    If you want non-pk server.....??
  20. chimera

    Messages in scripts

    I've tried sysmsg [group] not tried linemsg though and it's not to do with a quest and i don't use mir's own quest system :) If for example i wanted to add a message as part of my wall war script to send a message to all those in same group/guild....that's what I'm looking for. ps. I don't use...