Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Chage other players sprites look


Zopto
 Share

Recommended Posts

it is posoble like in admin panel to put player name and  number of sprite and to chage sprite of player????i know to just admin chage look i put sprite number and i chage my sprite look and i now went to chage other players sprite look how to do that  :confused: :confused: ???(sry for bed englesh)
Link to comment
Share on other sites

Private Sub cmdASprite_Click()
    ' If debug mode, handle error then exit out
    If Options.Debug = 1 Then On Error GoTo errorhandler

    If GetPlayerAccess(MyIndex) < ADMIN_MAPPER Then

        Exit Sub
    End If

    If Len(Trim$(txtASprite.text)) < 1 Then
        Exit Sub
    End If

    If Not IsNumeric(Trim$(txtASprite.text)) Then
        Exit Sub
    End If

    SendSetSprite CLng(Trim$(txtASprite.text))

    ' Error handler
    Exit Sub
errorhandler:
    HandleError "cmdASprite_Click", "frmMain", Err.Number, Err.Description, Err.Source, Err.HelpContext
    Err.Clear
    Exit Sub
End Sub

dose i need to chage this code or i need to chage more to i  may  chage ppl sprites
Link to comment
Share on other sites

**Client Sided:**

Go to the Client Folder, Go into DataFiles, Now go to Graphics, and finnaly Characters.
Now go ahead and add some sprite sheets in there. make sure to number them. ie 1,2,3,4,5,6,7,8,9
(Without the Commas.)

**Server Sided:**

Now go to your Class.Ini in the Server Folder/Data File.
Now from there it is basic information.

Just add the certain number of the certain sprite for that certain class.
and i am certain you will prevail.

_(Or if your the admin, type in the chat, /admin to bring up the admin box. Now on the top right of that admin box, you will see sprite crap or something. now basicaly its pretty simple and i forgot what it says up there. but type in the number of the sprite you want to change that certain player to. and it shall be done. and the effect will remain.)_
Link to comment
Share on other sites

If Player(index).Level > 16 then
    If Player(Index).Sprite = [sprite] Then
        Player(index).Sprite = 2
    End If
Else
    PlayerMsg("You are not a high enough level to evolve", BrightRed)
    Exit Sub
End If

i went somting like this but i dont know where to put this
Link to comment
Share on other sites

Gianni [09:10 PM]: just make a box on the admin and another cmd button
Gianni [09:10 PM]: then
Gianni [09:10 PM]: copy the existing function
Gianni [09:11 PM]: but replace it so you trim the players name
Gianni [09:11 PM]: instead of the action on your account
ok i  get to step 3 and what i need to replace???
Link to comment
Share on other sites

@Grayfox:

> So let me get this straight, you want it so everyone can change their sprite, or do you want it so admins can change anyones sprite or do you want it so your players can evolve?

yes for now i just went to  admins can change anyones sprite
Link to comment
Share on other sites

…try not to quadruple post....

so, it took you all this time to use the first thing that i said?
_(This still confuses me..)_

Edit:

_(Oh ya, you have to make sure you typed in their name at the top. i thought that was self explanitory. maybe it wasnt then…)_
Link to comment
Share on other sites

@SeanMungo:

> …try not to quadruple post....
>
> so, it took you all this time to use the first thing that i said?
> _(This still confuses me..)_
>
> Edit:
>
> _(Oh ya, you have to make sure you typed in their name at the top. i thought that was self explanitory. maybe it wasnt then…)_

you giv me info about how to  i chage my sprite i went to i from admin panel chage other ppl sprite look in game
Link to comment
Share on other sites

@GeminiXcastorm:

> what he means is he only wants to change one persons sprite. like you can change your own no matter what the class, he wants to change someone elses sprite no matter what the class. using  the admin menu

Yea…..
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...