Jump to content

sader1992

Content Moderator
  • Posts

    1678
  • Joined

  • Last visited

  • Days Won

    72

Files posted by sader1992

  1. Free

    sader's Garment Files Generator

    how it work :
    it make data folder and copy the Garment files in it and rename them
    since Garment need to renamed on the name of every classes boy and girl
    you will need :
    main spirit file, main act file, drop spirit file, drop act file, item bmp, collection bmp
    in Version 2 ,you will have 2 files , boys_list.txt and girls_list.txt , in it you will have a list of all the classes in the game (up to before the Summoner Update) , you can add any new class there.
    the files will be named with Korean
    at the place where the program is it will create the data folder
    inside it all the files after it done
    keep in mind that you need to edit spriterobename.lua/spriterobename.lub , spriterobeid.lua/spriterobeid.lub and transparentItem.lua/transparentItem.lub
    iteminfo.lua/iteminfo.lub [<ItemID>] = { unidentifiedDisplayName = "<unidentified InGame Name>", unidentifiedResourceName = "<unidentified_File_Name>", unidentifiedDescriptionName = { "Description", "^ffffff_^000000", "Weight: ^7777777^000000", }, identifiedDisplayName = = "<InGame Name>", identifiedResourceName = "<File_Name>", identifiedDescriptionName = { "Description", "^ffffff_^000000", "Weight: ^7777777^000000", }, slotCount = 0, ClassNum = <ViewID> }, spriterobename.lua/spriterobename.lub RobeNameTable = { [SPRITE_ROBE_IDs.ROBE_<File_Name>] = "<File_Name>" } spriterobeid.lua/spriterobeid.lub SPRITE_ROBE_IDs = { ROBE_<File_Name> = <ViewID> } transparentItem.lua/transparentItem.lub transparentItemlist = { { <ViewID>, 255, 255, 25500 }, }  
    Source code: https://github.com/sader1992/Garment_Files_Generator
    My Website: https://sader1992.com/
    Contact me for Errors

    1633 downloads

    Updated

  2. Free

    sader's hunting quest

    This system is simple
    the player choose the categories, he gets a hunting quest to kill a monster (random monster from the list that you put in the config)
    when he complete the quest , he will get a exp/job exp and if you want you can add items to the reward too
    and he will get cooldown , he can do more then 1 categories at the time
    you can add as much as you want categories/monsters
    the quest are ether account base or character based , it's up to you (seethe config at the end of the script)
    the quests not for party , if you want it to work with parties , you need to edit it your self
     
     
    in version 5 of the script , a full rewrite what changed the configuration completely 
    you can now add as much as you want categories following this example:
    AddCata(<"name">,<.var>,<mini level>,<max level>,<cooldown in hours>,<base exp reward>,<job exp reward>,<point reward>,<ITEM ID>,<COUNT>{,<ITEM ID>,<COUNT>{,<ITEM ID>,<COUNT>}}) AddCata("Normal",.Normal,25,75,5,10000,1000,100); you can add as much as you want monsters in each categories following this example:
    AddMob(<.var>,<mob id>,<min count>,<max count>); AddMob(.Normal,1002,150,150);  

    1357 downloads

    Updated

  3. Free

    halloween map

    i made this map for the halloween for my server skyro
    it's not a Great map
    but i made it for what i need to...
    so, if someone want it
    there is it
    it's big map i made it like that to put two MVPs there and so many monsters
    include this file : .rsw ,.gnd ,.gat ,.extra ,.bmp (minimap) files
    Enjoy!

    357 downloads

    Submitted

×
×
  • Create New...