Jump to content

Haziel

Content Moderator
  • Posts

    639
  • Joined

  • Last visited

  • Days Won

    88

Posts posted by Haziel

  1. It fades when it turns into a thor, but extract it, you probably won't be able to use it.
    Also, you can just encrypt the files, don't need to encrypt the entire GRF. Encryption is per file.

     

    Rewrote the guide and added a little bit of info, it won't work on Clients before 2012-04-10.

    • Upvote 1
  2. 14 minutes ago, CaptnRex said:

    how do i proceed when i got the grf already encrypted, the dll works BUT when i convert the grf to a thor patch and it patches everything but the grf is unencrypted, i tried adding the whole folder to the thor patch (the cps.dll and grf) and also single file (the grf) and in both ways it unencrypts the grf altho everything works well

    little help would be much appreciated!

    Are you sure it`s getting unencrypted? It will always show the files, but they will be unreadable.
    Try extracting them from the .thor file and checking if you can open them with normal softwares.

  3. I'm adding back revamped versions of my old freebies, improving them to my current skills, my first one is already out:

    F001.gif
    Freebies
    Click on the preview image to be redirected to download thread! Freebies will be posted weekly!

    As the descryption tells, I plan to release them weekly, althought the next ones may be available on next days. Stay tuned for more!

     

    • Love 1
  4. Double Blades


    DOUBLE BLADES
    CUSTOM ROBE

    DOUBLEBLADES.gif.b213de1df97e4de4dfd5e1a2b0a047ff.gif

    Greetings again, rAthena!

    I'm Haziel, you might know me from the work I've done for the past years, I'm back again with new releases every week.
    And, to begin with, I'm bringing back my old freebies which had their links broken for quite a while now.

    But, I couldn't do that without improving them and bringing them to the current level of skill I have nowadays.

    hr.gif

    Double Blades were once called (by me) Crossed Swords, it is made upon a dropped concept from Gravity of a Robe/Garment, so I took the oportunity and finished the work.
    I hope you enjoy the final product!

    hr.gif

    If you're interested on my work, Contact me on sk.png.f5ba073bf119172f1749f90f71ee61f6.png hyering or through one of the channels below!

    fb.png.41c21f24b3bef569d4756407ca49cf5d.png ds.png.477fa43f120ff2c3398de3e4080c1fd9.png em.png.504df891b3499296bafe23e219419d39.png

    By downloading this file, you agree with my Terms of Service:
    YOU WILL NOT remove my signature from any of the included files.
    YOU WILL NOT alter, edit, recolour any of my files unless for your personal use.
    YOU WILL NOT repost, repass or mirror my work nor edited versions of it anywhere.
    YOU WILL NOT sell, resell or in any manner, ask money or rewards using my work as exchange.
    YOU WILL NOT claim my work as yours.


     

    • Upvote 1
    • Love 2
  5. Adding it to SQL won't make it magically appears on people's inventory, it's just not how it works.
    When a player is online, all his belongings, statuses and everything that can be changed on the go is loaded into temporary data, and it's saved again every x minutes.

    So the game saves it to SQL for this kind of data, not the opposite.

    For it to work, check if the player is online, if it is, give him the reward, if not, then you can add directly via SQL, or insert it into a mail or something like that.

  6. 11 hours ago, core said:

    hi mis Haziel   can you teach me how to put event items to my server =(

    Thank you for your interest, I've answered your PM already. :)


    ANM01.gif
    Sword Art Online
    2 Headgears/Garments and 3 Weapons based on the Manga/Anime Sword Art Online.
    Elucidator and Dark Repulser both are available for Knights and Evolutions, Kirito Weapons for Assassins and Evolutions.

    Sword Art Online based gears added to Showcase!

    • Like 1
  7. 1 hour ago, pajodex said:

    Thanks @Haziel that's good to know. I guess to lower the break chance is almost impossible to set. 

    You just add a new condition or alter the formula here:
     

    per += (((signed int)sd->status.job_level)-50)/2; //Updated per the new kro descriptions. [Skotlex]

    That's specifically where it sets the modifier for the Whitesmith.

  8. As far as I could dig into it, all refine chances on source are read directly from the refine_db.

    This fragment:

    			if( sd->class_&JOBL_THIRD )
    				per += 15;
    			else
    				per += (((signed int)sd->status.job_level)-50)/2; //Updated per the new kro descriptions. [Skotlex]

    Adds a modifier on top of it depending on the class, +15% in absolute for Third Classes (which probably just means Mechanic) and (Joblevel - 50)/2 for the Black/Whitesmith.
    Blackmisths can't go over Level 50, so, it wouldn't add anything, but Whitesmiths can get, it seems, up to 10% extra. ((70 - 50)/2)

  9. 8 hours ago, Secrets said:

    I was considering dropping implicit @menu assigning behavior from rAthena. It is a very old and obsolete behavior, don’t use it.

    Dropping the auto assignment just to force us assing to a variable here and there? Hmm, seems like one more line: set, select and then switch(var).

    • Love 1
×
×
  • Create New...