Jump to content

Hanashi

Members
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Hanashi

  1. downscaling and fitting it with other upscaled sprite doesnt look balance or even with using default sprite mixing with upscaled isnt look good if we could determined what to change or add the scale on client i'll gladly help with this project i have automated both act editor script and photoshop batch for this big boi project 🙂

  2. as for me outside of the box basically new game 😂 ...it's not about pre-renewal or renewal (but what from i heard in my country they like pre-renewal than renewal) what's more important is uniqueness "whats make it different from other private server to your private server that would catch their attention" 

    • MVP 1
  3. Hairstyle H20


    Hairstyle H20

    ~Fix all official hairstyle

    31 human male

    31 human female

    10 doram male

    10 doram female

    ~ No more Black & White Spot

    ~More organized palette

    ~ Compressed all color that needs to be change into 8 colors only

    Before                                               After

    ZUEv5p8.gif          8eGhYXQ.gif

     

    ~has been set to Shared head palettes type2 nemo patch

    sample: Head_1.pal

    ~ Adapt 34 hair palette of @KamiShi 


    • Submitter
    • Submitted
      08/01/2019
    • Category
    • Content Author
      Gravity, AshiHanna

     

    • Upvote 2
  4. hmm... you just don't put 9999999 at the end by the way @SkyDragon

    what i'm trying to say do it as what the structure of database does....

    // Structure of Database:
    Max Level,Class list,Type,Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12

    like i want max  job level 5 on gunslinger

    5,25,1,10,20,30,40,50		//✓
    
    5,25,1,10,20,30,999999		//✗

     

  5. 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...

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.