Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/10/23 in all areas

  1. Well, i don't have a clue how long this approval takes.. And since i'm unpatient person and i want to conclude this project i already edited the first post - you can find download sources at the end. Today i also made custom cards and MVP cards so i added them too.
    1 point
  2. - script GIVEAWAY FAKE_NPC,{ OnInit: .min_lvl = 50; .item_id = 501; .amount = 5; .item_name = getitemname(.item_id); end; OnClock0000: addrid(0); if(BaseLevel < .min_lvl) end; getitem(.item_id, .amount); message(strcharinfo(0), "ท่านได้ของรางวัลเป็น " + .item_name + "."); }
    1 point
  3. Yeah, sorry it's still waiting for approval.. Let's give it a moment. If it'll take too long i will upload it into first post.
    1 point
  4. U can remove it by comment the script commands out or use this Rynbef~
    1 point
  5. Sorry for my English, I'm using google translator! At the beginning of the year I started "working" on upscaling the ragnarok sprites. The method consists of using a tool to upscale the image and after making some changes in the ACT to play this image into the game. The result made me happy, I like the way it looks... There are people who don't like it and that's okay. From the beginning I faced some problems with the "compatibility" of the sprites, which cause anomalies in the client's HUD, we tried some solutions and, unfortunately, we could not REALLY solve the problem. I came to share with you the solution we adopted, in the future I hope to be able to make this work the way I would like. I'll leave the upscale I made in the game's base classes, so you can see the result better. https://www.mediafire.com/file/9srbjuf2fj7in8o/1-1_Class_MilleniumUpscale.zip/file these are some of the problems we encountered this diff basically removes the display of sprites in skill and equipment tabs this is the solution that was provided by @Secret (thanks for that) A possible solution would be to modify the default display frame from frame 0 to a higher number (frame 200, for example). But this requires knowledge of hex and I don't know how to do it Warp hide sprites.rar For those who have doubts about how to upscale, in this video I teach how I do it, I don't know if it's the best way, but I do it like this.
    1 point
  6. thanks for the feedback. I really don't understand how hex editing is done, I've tried to look a little at the secret code but I don't have the knowledge to modify it. I use a program called Cupscale it's a time consuming process but not complex. https://github.com/n00mkrad/cupscale/releases
    1 point
  7. Version 1.0.0

    331 downloads

    Since the new updates no longer include the command, its a modification of the old code created by zephyrus_cr, with the addition of the specific item link.
    Free
    1 point
×
×
  • Create New...