Jump to content

Hanashi

Members
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Hanashi

  1. ? you didn't change it? //Job - Ninja/Gunslinger 70,24:25,1,72,92,142,174,301,443,548,799,1270,1838,2145,2473,3339.... it says max job level 70 for gunslinger and ninja....
  2. under db create another copy of import-tmpl folder and rename it to import . under import/job_exp.txt supports exp table up to 1000 base level and 255 job level and you have to change some in order for your custom exp table to work sample: //Base - Pre-renewal 1000 Levels //99,x,0,10,18,28,40,85,123,168,220,278,400..... //Job - Pre-renewal 255 Levels //70,x,1,288,368,568,696,1206,1774,2192,3196.... // Structure of Database: // Max Level,Class list,Type,Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12 class list : jobID ex. novice= 0, swordsman= 1 type : 0 = base level 1= job level if you want to change it to 1000 base level and 255 job level for star emperor and soul reaper: //Base - Pre-renewal 1000 Levels 1000,4239:4240,0,10,18,28,40,85,123,168,220,278,400,481,613,731... //Job - Pre-renewal 255 Levels 255,4239:4240,1,288,368,568,696,1206,1774,2192,3196,5080,7352,8580...
  3. can i request for a feature that you can turn it on or off like one on the configuration if possible thanks :3
  4. can i ask for gui for switch equipment feature on 2015-09-16 if possible thank you ragexe is in here https://github.com/MegamiNoBisho/UnpackedkROclients
  5. it doesnt state anything about hair nor color limit under char.c and char.h only declaration i think @Naruto
  6. it seems theres no way to decrease or increase hairstyle and hair color in creation window can anyone help me? 2015-09-16aRagexe.exe
  7. i think only the data folder unless you modify your ragexe
  8. can anyone help me disable guild button just like what in the feature configuration where when someone tries to click the guild button it shows like "guild button is disabled"
  9. View File Fix Summoner Hairstyle(FEMALE) The Hairstyle works with My Kamishi's 34 hair color(Rework-FEMALE) which ignores the color of the eye and ...some of the fur 10 hairstyles if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share Submitter AshiHanna Submitted 06/29/2019 Category Hairstyles Content Author Gravity, Ashihanna  
  10. View File Kamishi's 34 hair color(Rework-FEMALE) The Hair color works with my Fix Summoner Hairstyle(FEMALE) which ignores the color of the eye and ...some of the fur if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share Submitter AshiHanna Submitted 06/29/2019 Category Palettes Content Author Kamishi, Ashihanna  
  11. Version 1.0.0

    288 downloads

    The Hair color works with my Fix Summoner Hairstyle(FEMALE) which ignores the color of the eye and ...some of the fur if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share
    Free
  12. Version 1.0.0

    156 downloads

    The Hairstyle works with My Kamishi's 34 hair color(Rework-FEMALE) which ignores the color of the eye and ...some of the fur 10 hairstyles if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share
    Free
  13. View File Fix Summoner Hairstyle(MALE) The Hairstyle works with My Kamishi's 34 hair color(Rework-MALE) in which ignores the color of the eye and ...some of the fur 10 hairstyles This is my first sprite release if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share Submitter AshiHanna Submitted 06/28/2019 Category Hairstyles Content Author Gravity, Ashihanna  
  14. View File Kamishi's 34 hair color(Rework-MALE) The Hair color works with my Fix Summoner Hairstyle(MALE) which ignores the color of the eye and ...some of the fur This is my first hair color palette release if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share Submitter AshiHanna Submitted 06/28/2019 Category Palettes Content Author Kamishi, Ashihanna  
  15. Version 1.0.0

    322 downloads

    The Hair color works with my Fix Summoner Hairstyle(MALE) which ignores the color of the eye and ...some of the fur This is my first hair color palette release if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share
    Free
  16. Version 1.0.1

    183 downloads

    The Hairstyle works with My Kamishi's 34 hair color(Rework-MALE) in which ignores the color of the eye and ...some of the fur 10 hairstyles This is my first sprite release if there are any issues with my work feel free to notify me leave a like if you like my work and helps me get motivated and share
    Free
  17. i manage to turn highlight for skillslot into. qs file and run it successfully on nemo but not for this one . . .can i request to turn this hexed code to. qs file thank you ? i think i post my request in wrong section sorry?
  18. i found another option instead of trying to disable or hiding extended minimap i just disabled the map to use the extended minimap" add map you want to disable under your client data/exceptionminimapnametable.txt sample: izlude_d# and if you want to change the disable dialog then go data/msgstringtable.txt In this map You can't memorize and zoom the minimap.# <-change this line to whatever you like sample: Extended minimap feature is not available.#
  19. case solved: D2 1D 68 B4 FF B4 00 8B C1 <-look for this line RED channel - CA GREEN channel - DF BLUE channel - FB For example, we want to change it by blue color. We need to modify bytes to: D2 1D 68 00 00 FF 00 8B C1 credits to @Functor for giving me hints on how to hexed client ?
  20. sorry that i focus much on highlights x.x and yeah i need help on this one
  21. i know there's no issue on just little warning but kinda distract me and i would appreciate if anyone can fix it :3 Warning C4800 'std::size_t': forcing value to bool 'true' or 'false' (performance warning) csv2yaml ...\src\tool\csv2yaml.cpp 144 this is line 143 to 147 under csv2yaml.cpp if( !process( "PET_DB", 1, pet_paths, "pet_db", []( const std::string& path, const std::string& name_ext ) -> bool { return pet_read_db( ( path + name_ext ).c_str() ); } ) ){ return 0; }
  22. found the keyboard button but not for the map here's for the keyboard button keyboard button 73 68 6F 70 00 00 00 00 6B 65 79 62 6F 61 72 64 00 00 00 00 73 6E 73 <-look for this line 73 68 6F 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 73 6E 73 <- change it to this line
  23. how to disable the shortcut button and the maximize window?
×
×
  • Create New...