Diss Posted May 31, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Share Posted May 31, 2013 as the picture the custome weapon not showing up in my character how to fix this .. here's my script Client idnum2itemdisplaynametable 30000#_Vash_Revolver# idnum2itemrestable 30000#_Vash_Revolver# \sprite\Àΰ£Á·\°Ç³Ê (female) _°Ç³Ê_¿©_Vash_Revolver.act _°Ç³Ê_¿©_Vash_Revolver.spr (male) _°Ç³Ê_³²_Vash_Revolver.act _°Ç³Ê_³²_Vash_Revolver.spr \sprite\¾ÆÀÌÅÛ (drop file) _Vash_Revolver.act _Vash_Revolver.spr À¯ÀúÀÎÅÍÆäÀ̽º\item _Vash_Revolver.bmp À¯ÀúÀÎÅÍÆäÀ̽º\collection _Vash_Revolver.bmp Server item.db2 30000,_Vash_Revolver,_Vash_Revolver,4,3000,,500,50,,9,3,0x01000000,7,2,34,1,1,1,17,{},{},{} anyone can tell what i do wrong with this .. i hope can anyone help to this .. thanks in advance Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 31, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted May 31, 2013 Custom guns sprite must have item ID from 13100+ Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted May 31, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted May 31, 2013 (edited) Which client version are you using? If you are using *table.txt files it means you have limited weapon item id ranges. Check my topic => http://rathena.org/board/topic/79413-info-on-item-id-ranges-for-weapons/ Edited May 31, 2013 by MStream Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted May 31, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted May 31, 2013 is there a detailed guide for custom weapons? im having a hard time adding them Quote Link to comment Share on other sites More sharing options...
Diss Posted May 31, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Author Share Posted May 31, 2013 (edited) if i use this Handguns = 13100-13149 Other guns = 13150-13199 item ID's normal sprite show client idnum2itemdisplaynametable //13100#Six_Shooter# 13100#_Vash_Revolver# idnum2itemrestable //13100#½Ä½º½´ÅÍ# 13100#_Vash_Revolver# \sprite\Àΰ£Á·\°Ç³Ê (female) _°Ç³Ê_¿©_Vash_Revolver.act _°Ç³Ê_¿©_Vash_Revolver.spr (male) _°Ç³Ê_³²_Vash_Revolver.act _°Ç³Ê_³²_Vash_Revolver.spr \sprite\¾ÆÀÌÅÛ (drop file) _Vash_Revolver.act _Vash_Revolver.spr À¯ÀúÀÎÅÍÆäÀ̽º\item _Vash_Revolver.bmp À¯ÀúÀÎÅÍÆäÀ̽º\collection _Vash_Revolver.bmp server db/re/item_db2.txt //13100,Six_Shooter,Six Shooter,4,4500,,400,30,,7,1,0x01000000,7,2,34,1,10,1,17,{ bonus bHit,-10; },{},{} db/item_db2.txt 13100,Six_Shooter,Six Shooter,4,4500,,400,30,,7,1,0x01000000,7,2,34,1,10,1,17,{ bonus bHit,-10; },{},{} this is the real sprite how do i get this Which client version are you using? If you are using *table.txt files it means you have limited weapon item id ranges. Check my topic => http://rathena.org/board/topic/79413-info-on-item-id-ranges-for-weapons/ im using 2012-04-10a Edited May 31, 2013 by Diss Quote Link to comment Share on other sites More sharing options...
Diss Posted June 4, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Author Share Posted June 4, 2013 (edited) another suggestion guys ~~ thanks Edited June 4, 2013 by Diss Quote Link to comment Share on other sites More sharing options...
Rebel Posted June 4, 2013 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted June 4, 2013 try using lower item_id like 28000 Quote Link to comment Share on other sites More sharing options...
Yonko Posted June 4, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted June 4, 2013 (edited) (female)_°Ç³Ê_¿©_Vash_Revolver.act_°Ç³Ê_¿©_Vash_Revolver.spr(male)_°Ç³Ê_³²_Vash_Revolver.act_°Ç³Ê_³²_Vash_Revolver.spr replace with this (female)°Ç³Ê_¿©_13100.act°Ç³Ê_¿©_13100.spr(male)°Ç³Ê_³²_13100.act°Ç³Ê_³²_13100.spr Edited June 4, 2013 by wiideliva Quote Link to comment Share on other sites More sharing options...
Diss Posted June 15, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Author Share Posted June 15, 2013 (female) _°Ç³Ê_¿©_Vash_Revolver.act _°Ç³Ê_¿©_Vash_Revolver.spr (male) _°Ç³Ê_³²_Vash_Revolver.act _°Ç³Ê_³²_Vash_Revolver.spr replace with this (female) °Ç³Ê_¿©_13100.act °Ç³Ê_¿©_13100.spr (male) °Ç³Ê_³²_13100.act °Ç³Ê_³²_13100.spr i cant see the real sprite even the custom weapon in my data folder .. Quote Link to comment Share on other sites More sharing options...
Question
Diss
as the picture the custome weapon not showing up in my character how to fix this ..
here's my script
Client
Server
anyone can tell what i do wrong with this ..
i hope can anyone help to this ..
thanks in advance
Link to comment
Share on other sites
8 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.