Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Feb 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0

    Lightbulb Change weapon ( Wand - Rod )

    I want the character to change rods on level advances

    This script exists?

  2. #2
    Wind Powered dimasdagama's Avatar
    Join Date
    Mar 2014
    Location
    Rio de Janeiro
    Posts
    367
    Reputation
    22
    Rep Power
    21
    try this
    Code:
    auto(1000)
    if $level >= number then
    equipitem('name of wand/rod','rhand')
    end
    didnt put the lvl 'cause dont know what wand and rod u need

  3. #3
    Free User
    Join Date
    Feb 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by dimasdagama View Post
    try this
    Code:
    auto(1000)
    if $level >= number then
    equipitem('name of wand/rod','rhand')
    end
    didnt put the lvl 'cause dont know what wand and rod u need
    Thanks mate

 

 

Posting Permissions

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