Famous Posted July 22, 2012 Posted July 22, 2012 I need a script that the 3rd job skill are disable and how to make the trans job become a 3rd job via quest?? Quote
Euphy Posted July 22, 2012 Posted July 22, 2012 Easy way: create a "Third Job Suit" custom item with the following script: {},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; } Hard way: delete all the skill entries for third jobs in /db/ and /db/(pre-)re/. Quote
fullbuster01 Posted July 25, 2012 Posted July 25, 2012 sir euphy. does {},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; } works only if you have 3rdjob sprites in your grf? may i have the sprites sir? Thanks. Quote
Mystery Posted July 25, 2012 Posted July 25, 2012 Extract it from rdata.grf. The GRFs I found on eAthena only seem to "replace" Trans class sprites with Third Jobs. Thus you're better off extracting the sprites from the rdata.grf. Quote
musikyru Posted July 26, 2012 Posted July 26, 2012 ist better to follow the mapflag on trunk/db/skill_nocast_db. // Example: // 8,6 = Endure cannot be used in PvP and GvG maps (2+4) Quote
fullbuster01 Posted August 3, 2012 Posted August 3, 2012 Do We Need the 3rd job sprites? even if im using rathena svn. and not 3ceam? can anyone post the 3rd job sprites. thnx Quote
malufett Posted August 3, 2012 Posted August 3, 2012 Do We Need the 3rd job sprites?even if im using rathena svn. and not 3ceam? can anyone post the 3rd job sprites. thnx the sprites are on your grf..if you have at least an update grf files.. Quote
fullbuster01 Posted August 4, 2012 Posted August 4, 2012 It is located at data/sprite/Àΰ£Á·/¸öÅë/ right? I already have the sprites. but when i equipped the item. nothing happen. Quote
Question
Famous
I need a script that the 3rd job skill are disable and how to make the trans job become a 3rd job via quest??
7 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.