Jump to content

Lelouch vi Britannia

Members
  • Posts

    715
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Lelouch vi Britannia

  1. https://rathena.org/board/topic/104205-2015-client-support/?p=294846
  2. You can check this topics... 2014 Client Support and 2015 Client Support
  3. You can try this following clients... 2014-10-22bRagexe, 2015-09-16aRagexe and 2015-11-04aRagexe [Note]: I tryed the Register button and its working perfectly fine with the clients above.
  4. Try to use an old NEMO or report it https://github.com/MStr3am/NEMO/issues. If its not enable the mail box will not open becuase kRO already removed the mail func and replaced with RODEX
  5. Btw did you add the "Enable Mail Box for All LangTypes"(If you're using NEMO) in your clients diff?
  6. My issue was the sprite view location isn't correct if i use it in my custom job but if i use it on normal class well obviously its working fine... Also i found a guide how to add custom robes(which i already know a longx2 time ago) but the problem is my client(Client Date: 2013-12-23) reads _new_2dlayerdir_f.lub not 2dlayerdir_f.lub or maybe it reads both. Maybe an graphics expert can help me with this .
  7. update your source mod and add the mapflag checking for it. if you're asking for spoonfeeding there isn't much to help since you never shown your source mod here. Maybe his using this... https://rathena.org/board/topic/67596-pkmode-help/?p=120379
  8. I noticed this... Well it seem working fine until i restarted the server server 2x and this is the result But after 2x server restart the currency returned into its normal vending currency which is Zeny also the Extended Vend message that the sale is carried out is gone.
  9. Does any have an issue when the server restart all players that uses the extended vending system will turn all currency back into zeny?
  10. Not just the map, update also the warp and npc location.
  11. its already fixed... https://github.com/rathena/rathena/commit/f0aa0e5b60d8f86c2176428ed216dc7a1cac46cb also you can use 2015-11-04 from 2015 client support topic You can use atcommand "@bodystyle 1"; if you're using 2015 clients 200000,Assasin_Suit,Assasin Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{},{ atcommand "@bodystyle 1"; },{ atcommand "@bodystyle 0"; } but first change no to yes so that the bodystyle would save. conf/battle/client.conf // Save body styles. (Note 1) // Note: Don't turn this on unless you know what your doing. // Sprites are not released officially. save_body_style: no if you're using a lower client date you can use Custom Job Patch from NEMO
  12. Kung icchange mo ung max level e2 ang gawin mo db/pre-re/job_exp.txt (if your server is running on Pre-Renewal Mechanics) change mo ung 99 to any level you want //Base - Normal and Baby Jobs 99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023:4024:4025:4026:4027:4028:4029:4030:4031:4032:4033:4034:4035..... //Base - Trans Jobs 99,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022,0,10..... db/re/job_exp.txt (if your server is running on Renewal Mechanics) change mo ung 99 and 175 to any level you want //Base - Normal and Baby Jobs 99,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:4023:4024:4025:4026:4027:4028:4029:4030:4031:4032:4033:4034:4035..... //Base - Adv Jobs 99,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022,0,660,1080,1800,2640..... //Base - 3rd Jobs, Baby 3rds, Summoner //Note: (First 98 values [Level 1 - 98] are only used by Summoner Class, because 3rd classes start at level 99.) 175,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079..... src/map/map.h change mo ung 175 to any level you want #define MAX_LEVEL 175 save and recompile mo
  13. Hi, i would like to request a cell flag that prevents mobs from spawning or respawning in a certain specific area in the map.
  14. Compile Lub To Lua I want to open the files,because lub already have You can try this but i would suggest to use the lubs that already decompiled from post #4.
  15. Check the sprite if its correct... https://rathena.org/wiki/Custom_Items#Step_2_.28only_for_Headgears.29: https://rathena.org/board/topic/70005-guide-adding-custom-item-renewal/
  16. If you don't need Doram in you're client use a lower client date like 2015-09-16Ragexe or below.
  17. I guess he changed 15 into 63 to... doc/item_db.txt Class: Equippable upper-types. Uses the following bitmasks: 1: Normal classes (no Baby/Transcendent/Third classes) 2: Transcedent classes (no Transcedent-Third classes) 4: Baby classes (no Third-Baby classes) 8: Third classes (no Transcedent-Third or Third-Baby classes) 16: Transcedent-Third classes 32: Third-Baby classes
  18. Try this... db/pre-re/item_delay.txt or db/re/item_delay.txt // SC_REUSE_LIMIT_F 607,5000,SC_REUSE_LIMIT_F //Yggdrasil_Berry change it to.. // SC_REUSE_LIMIT_F 607,5000 //Yggdrasil_Berry becuase if you add the "SC_REUSE_LIMIT_F" it will read the msgstringtable.txt but if you remove that it will read map_msg.conf also i tryed editing the msgstringtable.txt with adding '%s' or [%s] but as a result the client crashes upon using the item. %d seconds left until you can use '%s'# %d seconds left until you can use [%s]#
  19. src/char/char_clif.c void chclif_charlist_notify( int fd, struct char_session_data* sd ){ // This is needed on RE clients from october 2015 onwards // If you want to use one replace false by true here #if false && PACKETVER >= 20151001 If you're using 2015-10-29aRagexe just leave it false but if you're using 2015-10-29aRagexeRE change false to true and recompile.
  20. The answer is already there... // This is needed on RE clients from october 2015 onwards // If you want to use one replace false by true here #if false && PACKETVER >= 20151001 If you're using 2015-10-29aRagexe just leave it false but if you're using 2015-10-29aRagexeRE change false to true
  21. Mine is working. Try to disable this... src/config/core.h /// Uncomment to enable the job base HP/SP table (job_basehpsp_db.txt) #define HP_SP_TABLES and recompile then try to change the HPFactor and HPMultiplicator again.
  22. Have you tryed changing the value of HPFactor and HPMultiplicator in db/pre-re/job_db1.txt or db/re/job_db1.txt? Structure of Database: JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HAxe,1HMace,2HMace(unused),Rod,Bow,Knuckle,Instrument,Whip,Book,Katar,Revolver,Rifle,Gatling Gun,Shotgun,Grenade Launcher,Fuuma Shuriken,2HStaff,Shield
  23. Madali lng yan... 1. Run mo putty mo then install git. 2. Then type mo sa putty "git clone https://github.com/rathena/rathena"para download mo sya at mapunta sa root or Desktop(Opntional kung meron).
×
×
  • Create New...