Welcome to the RaGEZONE - MMORPG development forums.

Verry many usefull scripts For Your Mu Online Server !

This is a discussion on Verry many usefull scripts For Your Mu Online Server ! within the MU Releases forums, part of the MU Online category; Guild score -99 fix added =)...

Page 2 of 9 FirstFirst 123456789 LastLast
Results 16 to 30 of 130
  1. #16
    Nothing Speacial....
    Rank
    Member +
    Join Date
    Aug 2007
    Location
    Latvia
    Posts
    319
    Liked
    5

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    Click
    Guild score -99 fix added =)

  2. #17
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Feb 2007
    Location
    israel>holon
    Posts
    314
    Liked
    0

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    can you add script that the new charcter(sommoner)will beig for Elbland(map 51)
    and fix stat for new chracter
    thanks bro
    Bad english

  3. #18
    Nothing Speacial....
    Rank
    Member +
    Join Date
    Aug 2007
    Location
    Latvia
    Posts
    319
    Liked
    5

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    1. I dont now Character's class code number.
    2. I dont now starting coordinats of 51 map.

  4. #19
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Feb 2007
    Location
    israel>holon
    Posts
    314
    Liked
    0

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    1.Class code is 80 If i'm not wrong
    2.map: 51, coord x: 50, coord y: 215
    Thanks bro
    Bad english

  5. #20
    Member
    Rank
    Member
    Join Date
    Jan 2007
    Location
    Ukraine
    Posts
    38
    Liked
    1

    Re: [Release] Some Werry Helpfull Scripts For Your Mu Online Server !

    Quote Originally Posted by christoper View Post
    nice but how about for DL Command?
    Leadership this is Command for DL

  6. #21
    Member
    Rank
    Member
    Join Date
    Dec 2006
    Location
    Venice
    Posts
    42
    Liked
    0

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    If i want to add resets for character. Can u show me what the code is?
    Example:
    - Character: ABCDE
    - Resets: 10
    Now i want to add 3 reset times to him. He will have 13 times of reset.

  7. #22
    Fisherman's Friend
    Rank
    Member +
    Join Date
    May 2005
    Location
    Sweden, Gothenburg
    Posts
    1,251
    Liked
    6

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    Quote Originally Posted by SweetLove8x View Post
    If i want to add resets for character. Can u show me what the code is?
    Example:
    - Character: ABCDE
    - Resets: 10
    Now i want to add 3 reset times to him. He will have 13 times of reset.
    You can do it manually, go to Muonline>Tables, look for Character Right click it then press return all rows Then look for your character ABCDE in the table then go go as much as you can to the right look for the headline "Resets" then scroll down till you find where to edit for your character ABCDE and write there 13 in the column instead of 10 it's going to look like this.
    PHP Code:
    |id      |Charname|blah|blah|blah|blah|blah|blah|blah|Resets
     ABCD 
    ABCDE    |      |      |     |      |      | 10     
    Edit resets to whatever you want.

  8. #23
    Nothing Speacial....
    Rank
    Member +
    Join Date
    Aug 2007
    Location
    Latvia
    Posts
    319
    Liked
    5

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    Something else needed ?

  9. #24
    Hardcore Member
    Rank
    Member
    Join Date
    Nov 2007
    Location
    Lithuania, Mažeikiai
    Posts
    121
    Liked
    0

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    I Like this :
    UPDATE Character
    SET MapNumber=('0'), MapPosX=('125'), MapPosY=('125')
    WHERE MapNumber=('5')
    But the thing should be more cool in Triggering.. [Dont mind that SQL lag.]

    You should insert:
    *Blank Accounts Deleting
    *Deleted Accounts Warehouse Deleting
    *Guild Members with only One Member or Configurated, and that guild Deleting
    *Characters with lvl 1 0rr [untouched] Touches Inventory binary [0xFFFF]
    And your thread would be perfect :P
    Have a nice day :D

  10. #25
    Nothing Speacial....
    Rank
    Member +
    Join Date
    Aug 2007
    Location
    Latvia
    Posts
    319
    Liked
    5

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    Ok ))

  11. #26
    Member
    Rank
    Member
    Join Date
    May 2006
    Location
    Bulgaria
    Posts
    99
    Liked
    3

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    Also Add one for deleting inventories it will be great !
    We Always Do it Better . AncieT-TEAM !!!

  12. #27
    Nothing Speacial....
    Rank
    Member +
    Join Date
    Aug 2007
    Location
    Latvia
    Posts
    319
    Liked
    5

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    Added.

  13. #28
    Hardcore Member
    Rank
    Member
    Join Date
    Nov 2006
    Location
    Santa Rita, Par
    Posts
    113
    Liked
    16

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    very usefull...thx...

  14. #29
    Registered
    Rank
    Member
    Join Date
    Feb 2008
    Location
    Sofia
    Posts
    22
    Liked
    0

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    Code:
    UPDATE Character
    SET Strength = 32767
    WHERE Strength <= 0 OR Strength > 32767
     
    UPDATE Character
    SET Dexterity = 32767
    WHERE Dexterity <= 0 OR Dexterity > 32767
     
    UPDATE Character
    SET Vitality = 32767
    WHERE Vitality <= 0 OR Vitality > 32767
     
    UPDATE Character
    SET Energy = 32767
    WHERE Energy <= 0 OR Energy > 32767

    Small Update for <=0
    :)

  15. #30
    Member
    Rank
    Member
    Join Date
    Sep 2006
    Posts
    64
    Liked
    0

    Re: [Release] Verry many usefull scripts For Your Mu Online Server !

    can you give query to delete poison skill from skill of all DWs ? thanks

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •