Jump to content
  • 0

An item with 2 visual.


kabralgaming

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/12/17
  • Last Seen:  

Hi! I need a personal help. 
This script works
Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; }
I would like to change the item in sc_start to this one here :  ID : 20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1267,{},{},{}

how I do ? thx. sorry my English.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1267,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; }

You just need to copy paste the script. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

if you want change look of the gear change 3000 to 1267

Edited by Cyro
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/12/17
  • Last Seen:  

10 minutes ago, Technoken said:

20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1267,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; }

You just need to copy paste the script. 

But on the contrary I want

example : Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_20132,-1,0; },{ sc_end SC_20132; }

understood ?

But that's not how it works.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

1 minute ago, kabralgaming said:

But on the contrary I want

example : Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_20132,-1,0; },{ sc_end SC_20132; }

understood ?

But that's not how it works.

just change the sprite and and item name, you are good t o go

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

I'm still confused on what you actually wanted to do. /hmm 

Maybe give additional details on your example.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/12/17
  • Last Seen:  

10 minutes ago, Technoken said:

I'm still confused on what you actually wanted to do. /hmm 

Maybe give additional details on your example.

I would like to swap  : Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; } /ok

for  Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,3000,{},{ sc_start SC_AURA_VICIOUS,-1,0; },{ sc_end SC_AURA_VICIOUS; } /hmm

But she does not work.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

Cyro already told you what to do. Just swap their view id's

27 minutes ago, Cyro said:

if you want change look of the gear change 3000 to 1267

 

20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,3000,{},{},{}
Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,1267,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; } 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/12/17
  • Last Seen:  

4 hours ago, Technoken said:

Cyro already told you what to do. Just swap their view id's

 


20132,C_Aura_Vicious_Mind,Costume Aura Vicious Mind,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,3000,{},{},{}

Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,256,,0,1,1267,{},{ sc_start SC_TIME_ACCESSORY,-1,0; },{ sc_end SC_TIME_ACCESSORY; } 

 

But I do not want to take views id 3000,
And rather use the two effect. views id = 30000 sc_start a views id = 1267.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

5 hours ago, kabralgaming said:

I would like to swap

I thought you would like to swap it? /hmm

Do you want to make it like a costume item? You cannot use SC_START show both item sprite.

I guess you wanted to make it like a costume item. Try this

Blue_Valkyrie_Helm_S,Blue Valkyrie Helm S,4,100000,,,,5,,4,0xFFFFFFFF,63,2,1024,,0,1,3000,{},{},{} 

 

Edited by Technoken
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...