Jump to content

Wenn

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Wenn

  1. Hi guys! Recently i have problem update rathena using SVN, attached screenshot of it, how to solve it? Thanks before.
  2. Thanks for answering, do you mean is like scroll transformation function?
  3. Hi all, Does anyone have an NPC script that can change 3rd jobs costume to alternative costume like 2nd jobs/ trans job costume? ex : Warlock change costume into High Wizard/ Wizard costume etc. thank you. Sorry post in wrong section, please delete this post. Thanks.
  4. Hi Guys, how to add alternate costumes like in this thread : https://rathena.org/board/files/file/3437-third-job-costumes-corrected/? can you guys please help me? Thanks in advance.
  5. No need to have that i guess, since 2015 client's already supported new prontera version. Really? i didn't see any changes on my prontera? Do i have to extract my stock grf and delete old prontera texture? and re merge with new prontera texture? please advise. Hope your problem solved here. Please read carefully. Thanks for your respond. Trying and no luck my DATA.ini is : 0=newprontera.grf 1=gege.grf 2=data.grf 3=rdata.grf 4=../Ragnarok IDRO/data.grf Still old prontera... Why is it that you're using 2 data.grf's? Try using this line up: 0=newprontera.grf 1=gege.grf 2=data.grf Still no luck, However outside of the city wall of prontera is changed to new prontera, but the city it self still old one. Attached screenshot : screenGeGe RagnaroK008.jpg I guess It's because your data.grf overrides the newprontera.grf If i may suggest, download the latest kRO from here I don't use that newprontera.grf but currently my prontera's the new one with just copying the data.grf from that kRO link i sent you and pasting it to my RO folder. still no luck
  6. No need to have that i guess, since 2015 client's already supported new prontera version. Really? i didn't see any changes on my prontera? Do i have to extract my stock grf and delete old prontera texture? and re merge with new prontera texture? please advise. Hope your problem solved here. Please read carefully. Thanks for your respond. Trying and no luck my DATA.ini is : 0=newprontera.grf 1=gege.grf 2=data.grf 3=rdata.grf 4=../Ragnarok IDRO/data.grf Still old prontera... Why is it that you're using 2 data.grf's? Try using this line up: 0=newprontera.grf 1=gege.grf 2=data.grf Still no luck, However outside of the city wall of prontera is changed to new prontera, but the city it self still old one. Attached screenshot :
  7. Thanks for answer, It's not working i changed to max level 180 and still max for 3rd jobs is 99 can't go higher also HP/SP is very low for the 3rd jobs. Attached screenshot for your information : Can you help me? Thanks.
  8. No need to have that i guess, since 2015 client's already supported new prontera version. Really? i didn't see any changes on my prontera? Do i have to extract my stock grf and delete old prontera texture? and re merge with new prontera texture? please advise. Hope your problem solved here. Please read carefully. Thanks for your respond. Trying and no luck my DATA.ini is : 0=newprontera.grf 1=gege.grf 2=data.grf 3=rdata.grf 4=../Ragnarok IDRO/data.grf Still old prontera...
  9. No need to have that i guess, since 2015 client's already supported new prontera version. Really? i didn't see any changes on my prontera? Do i have to extract my stock grf and delete old prontera texture? and re merge with new prontera texture? please advise.
  10. Hi Guys, Need help how to add new prontera, since i'm using 2015 client which is : 20151104a My question is : - Is my client already support it? - If yes, can you help give me tutorial how to add it? Thanks.
  11. Hello Guys, I've problem changing the max level for 3rd jobs to 175/60 in Pre RE Rathena since Rathena only support RE by default, can you guys give me solution how to fix it?\ Thanks in advance. Anyone?
  12. Wenn

    Pre RE Issues

    Copied over renewal jobexp,txt Just solved the HP/SP issues via core.h
  13. Hi Guys! I've have a problem, Just changed the src/config/renewal.h like below : ( bold one ) // Copyright © rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_RENEWAL_H_ #define _CONFIG_RENEWAL_H_ //quick option to disable all renewal option, used by ./configure #define PRERE #ifndef PRERE /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ /** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/ /// Game renewal server mode /// (disable by commenting the line) /// /// Leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL /// Renewal cast time /// (disable by commenting the line) /// /// Leave this line to enable renewal casting time algorithms and enable fixed cast bonuses. /// See also default_fixed_castrate in conf/battle/skill.conf for default fixed cast time (default is 20%). /// Cast time is altered be 2 portion, Variable Cast Time (VCT) and Fixed Cast Time (FCT). /// By default FCT is 20% of VCT (some skills aren't) /// - VCT is decreased by DEX * 2 + INT. /// - FCT is NOT reduced by stats, reduced by equips or buffs. /// Example: /// On a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a FCT //#define RENEWAL_CAST /// Renewal drop rate algorithms /// (disable by commenting the line) /// /// Leave this line to enable renewal item drop rate algorithms /// While enabled a special modified based on the difference between the player and monster level is applied /// Based on the http://irowiki.org/wiki/Drop_System#Level_Factortable //#define RENEWAL_DROP /// Renewal exp rate algorithms /// (disable by commenting the line) /// /// Leave this line to enable renewal item exp rate algorithms /// While enabled a special modified based on the difference between the player and monster level is applied //#define RENEWAL_EXP /// Renewal level modifier on damage /// (disable by commenting the line) /// // Leave this line to enable renewal base level modifier on skill damage (selected skills only) //#define RENEWAL_LVDMG /// Renewal ASPD [malufett] /// (disable by commenting the line) /// /// Leave this line to enable renewal ASPD /// - shield penalty is applied /// - AGI has a greater factor in ASPD increase /// - there is a change in how skills/items give ASPD /// - some skill/item ASPD bonuses won't stack //#define RENEWAL_ASPD /// Renewal stat calculations /// (disable by commenting the line) /// /// Leave this line to enable renewal calculation for increasing status/parameter points //#define RENEWAL_STAT #endif #endif // _CONFIG_RENEWAL_H_ The problem is : - Cannot change to max level 175/60 although i already edit the jobexp.txt in db/pre-re - When i change job from 2nd trans to 3rd job ex : ( i circled in red ) Please help me how to solved it? Thanks in advance.
  14. For 2013 clients, the aura will show when Third Jobs are Level 175. That's mean i must change battle.c max level and client.conf max level to 175? okay i try it then....Thanksss
  15. Hi guys Please help me solving this aura issue, mine using 2013-08-07 client. The problem is : when changed to 3rd jobs at max base level 160 the aura wont show up but when changed to other trans job ex : kagerou, rebellions or ex Super Novice the aura works. i dunno whats happening. i attached my client.conf and every single screenshot based on my issues. Thanks for help. client.conf
  16. @themon, Please check your PM's, i'll leave a question for you regarding to your client. thanks and waitin for your reply soon. Cheers.
  17. Guys, can i request a default aura 2nd jobs files? cause i can't find in anywhere. Thanks for your help appreciate it
  18. @WinZ Thank you so much for link.....Vote up for you
  19. lol. troll you are watching porn. wakakakka xD /no1 /no1 Ups......XD
  20. @WinZ Hello there, just try download the MF link it seems not working, screenshot attached below...is there any alternative way? PS : my account in MF already premium Thanks
×
×
  • Create New...