Akbare Posted January 13, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted January 13, 2012 (edited) thanks for read my thread i want to ask about custom weapon server : 3CeAM r659 script db use from JUR item 1250,Jur,Jur,4,19500,,800,125,,1,2,0x00001000,7,2,34,2,18,1,16,{},{},{} db. 30014,twosword,twosword,4,19500,,800,125,,1,2,0x00001000,7,2,34,2,18,1,30014,{},{},{} 30015,1onesword,1onesword,4,0,,0,100,,1,2,0x00001000,7,2,34,2,18,1,30015,{},{},{} error is Aspd if i change the view of these custom items ASPD can be normal and equal to the jur What can anybody help me solve this problem? thanks for advance Edited January 13, 2012 by Akbare Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted January 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: April 17 Share Posted January 13, 2012 thanks for read my thread i want to ask about custom weapon server : 3CeAM r659 script db use from JUR item 1250,Jur,Jur,4,19500,,800,125,,1,2,0x00001000,7,2,34,2,18,1,16,{},{},{} db. 30014,twosword,twosword,4,19500,,800,125,,1,2,0x00001000,7,2,34,2,18,1,30014,{},{},{} 30015,1onesword,1onesword,4,0,,0,100,,1,2,0x00001000,7,2,34,2,18,1,30015,{},{},{} error is Aspd if i change the view of these custom items ASPD can be normal and equal to the jur What can anybody help me solve this problem? thanks for advance Hi, I believe its with the view id.. What i did with my custom weapons are use the same id of the same kind of weapon.. So with your example, using a 2-hand sword, use two hand sword's id.. and i believe its 3 Sprite of the weapons are read in the sprite folder for each jobs using the jobname(in korean)_ID# Quote Link to comment Share on other sites More sharing options...
Akbare Posted January 13, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Author Share Posted January 13, 2012 thanks for read my thread i want to ask about custom weapon server : 3CeAM r659 script db use from JUR item 1250,Jur,Jur,4,19500,,800,125,,1,2,0x00001000,7,2,34,2,18,1,16,{},{},{} db. 30014,twosword,twosword,4,19500,,800,125,,1,2,0x00001000,7,2,34,2,18,1,30014,{},{},{} 30015,1onesword,1onesword,4,0,,0,100,,1,2,0x00001000,7,2,34,2,18,1,30015,{},{},{} error is Aspd if i change the view of these custom items ASPD can be normal and equal to the jur What can anybody help me solve this problem? thanks for advance Hi, I believe its with the view id.. What i did with my custom weapons are use the same id of the same kind of weapon.. So with your example, using a 2-hand sword, use two hand sword's id.. and i believe its 3 Sprite of the weapons are read in the sprite folder for each jobs using the jobname(in korean)_ID# thanks for reply my thread can give me an example Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted January 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: April 17 Share Posted January 13, 2012 here's an example.. One custom item from my DB... 18005,Buster_Blade,Buster Blade,4,,,1000,250,,1,4,0xFFFFFFFF,7,2,34,3,1,0,3,{},{},{} So as you can see, my view ID is 3 because I'm using that weapon as a 2-hand sword.. Sprite and Acts example... You should put it like this... ±â»ç_¿©_18005 ±â»ç_¿©_18005.spr ±â»ç_³²_18005 ±â»ç_³²_18005.spr The first part is the Job's weapon sprite, just look at the sprite bible in RMS.. In my example, I used Knight.. You just need to put it inside the specific folder for each JOB WEAPON SPRITE inside: sprite/Àΰ£Á·/ Example: I put the above sprites inside the folder: sprite/Àΰ£Á·/±â»ç cause that folder is the job weapon sprite for knight.. Quote Link to comment Share on other sites More sharing options...
Akbare Posted January 13, 2012 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Author Share Posted January 13, 2012 (edited) owh thanks I think the view should be the same as the item ID hahahah works okay .. thanks sir Edited January 13, 2012 by Akbare Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted January 13, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: April 17 Share Posted January 13, 2012 Welcome.. Glad to help.. Quote Link to comment Share on other sites More sharing options...
Question
Akbare
thanks for read my thread
i want to ask about custom weapon
server : 3CeAM r659
script db use from JUR item
db.
error is Aspd
if i change the view of these custom items ASPD can be normal and equal to the jur
What can anybody help me solve this problem?
thanks for advance
Edited by AkbareLink to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.