Jump to content

kukayasko

Members
  • Content Count

    44
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    kukayasko reacted to Ridley in A solution?   
    replace 
    function SaveToFileCmdOnOffValueEx(nID) if nID == 0 then saveFile = io.open("SaveData\\OptionInfo.lua", "w") else saveFile = io.open("data\\OptionInfo.lua", "w") end if saveFile ~= nil then for k, v in pairs(CmdOnOffOderList) do local value = c_GetCmdOnOffValue(v) if value ~= -1 then saveFile:write(string.format("CmdOnOffList[\"%s\"] = %d\n", v, value)) end end saveFile:write("\n") io.close(saveFile) end end with
     
    function SaveToFileCmdOnOffValueEx(nID) if nID == 0 then saveFile = io.open("SaveData\\OptionInfo.lua", "w") else saveFile = io.open("data\\OptionInfo.lua", "w") end if saveFile ~= nil then saveFile:write("CmdOnOffList = {}\n") saveFile:write("OptionInfoList = {}\n") for k, v in pairs(CmdOnOffOderList) do local value = c_GetCmdOnOffValue(v) if value ~= -1 then saveFile:write(string.format("CmdOnOffList[\"%s\"] = %d\n", v, value)) end end saveFile:write("\n") io.close(saveFile) end end
  2. Upvote
    kukayasko reacted to bWolfie in Falcon Assault Arrow Elelemet   
    Open skill_db.conf.
    Find Name: "SN_FALCONASSAULT"
    Below 'AttackType: "Misc"' add

        Element: "Ele_Weapon"
  3. Upvote
    kukayasko reacted to Tassadar in Humunculus intimacy rate   
    conf/battle/ homunc
    // The rate a homunculus will get friendly by feeding it. (Note 2)
    homunculus_friendly_rate: 100

    100 = 1x
    1000 = 10x
    etc
  4. Upvote
    kukayasko got a reaction from bWolfie in Trojan in my server patch ???¿¿¿   
    Before: No virus
    After: Trojan in almost all.
     
    Tested: Custom Icon in Nemo = 62x Trojan
    Test2: Custom Icon random in nemo (not an icon related to ragnarok) = 0 virus
    Test3~10: Many icons differents about ragnarok = 62x trojan
    Test11: Another icon about ragnarok = ok.
     
    So guys, this is the solution if you have this problem. Do not use the diff option "Use ragnarok icon", instead of this use "custom icon" and try to find one untill you scan find no virus.
     
    @4144 Thanks for the good intention.
  5. Upvote
    kukayasko reacted to 4144 in Trojan in my server patch ???¿¿¿   
    try upload your exe before and after patching into virustotal. and gave here links.
  6. Upvote
    kukayasko reacted to meko in If table = 0, then VIP   
    - script AutoVIP FAKE_NPC,{ OnPCLoginEvent: // save the original group @ACTUAL_GROUP = getgroupid(); // check if the player was never a VIP if (##VIP_UNTIL < 1) { // give the free VIP status ##VIP_UNTIL = gettimetick(2) + .free_vip_length; } // check if the player is currently a VIP if (##VIP_UNTIL > gettimetick(2)) { // move the player to the VIP group until logout setgroupid(.vip_group); // notify the player dispbottom("You are a VIP player."); // schedule a timer to revert the group on expiration addtimer((##VIP_UNTIL - gettimetick(2)) * 1000, strnpcinfo(0) + "::OnExpire"); } // check if the player was a VIP but it expired while away else if (##VIP_UNTIL > 1) { goto OnExpire; } end; OnExpire: if (##VIP_UNTIL <= gettimetick(2)) { // revert to the original group setgroupid(@ACTUAL_GROUP); // notify the player dispbottom("Your VIP status expired. You are now a normal player."); // update the variable ##VIP_UNTIL = 1; } end; /////////// Configuration below OnInit: .vip_group = 1; // the ID of your VIP group .free_vip_length = (((60 * 60) * 24) * 5); // the length of the free VIP period (5 days) }  
  7. Upvote
    kukayasko got a reaction from JulioCF in [Pedido ] Canto de Batalha não tirar buff   
    emulador/src/map/skill.c

            case PA_GOSPEL:             if (sce && sce->val4 == BCT_SELF) {                 status_change_end(src, SC_GOSPEL, INVALID_TIMER);                 return 0;             } else {                 sg = skill->unitsetting(src,skill_id,skill_lv,src->x,src->y,0);                 if (!sg) break;                 if (sce)                     status_change_end(src, type, INVALID_TIMER); //Was under someone else's Gospel. [Skotlex]                 status->change_clear_buffs(src,3);                 sc_start4(src,src,type,100,skill_lv,0,sg->group_id,BCT_SELF,skill->get_time(skill_id,skill_lv));                 clif->skill_poseffect(src, skill_id, skill_lv, 0, 0, tick); // PA_GOSPEL music packet             }             break;
     
    Coloque "//" na frente de:

                        status_change_end(src, type, INVALID_TIMER); //Was under someone else's Gospel. [Skotlex]                 status->change_clear_buffs(src,3);
     
    Veja se é isso.
    Não esqueça de recompilar o emulador.
  8. Upvote
    kukayasko got a reaction from JulioCF in Cores de cabelo zeram ao relogarar   
    Boa tarde!
     
    Veja se é isso: conf/battle/client.conf
    nessa parte:

    // Save Clothes color. (This will degrade performance) (Note 1) save_clothcolor: no
     
    mude pra "yes", ficando assim:

    // Save Clothes color. (This will degrade performance) (Note 1) save_clothcolor: yes
     
    Reinicie e recompile seu emulador e testa.
  9. Upvote
    kukayasko reacted to Mystery in Requested Links   
    I decided to bring this topic alive over here in Hercules. I've gathered a few different other links that I found to be interesting and removed some that were dead and no longer had any use. Hopefully I'll be able to keep this topic as updated as I possibly can, of course with everyone's help!

     
    ________________________________________________________________________________________________
    Updated: September 6th 2016
    ________________________________________________________________________________________________

    Important Links
    Getting Started ~ http://ratemyserver....wnload_kROLinks Ragnarok Online Patchers - http://nn.nachtwolke.com/dev/rsu/

      Clients & Diff Patchers
    Ragnarok Clients - http://supportmii.com/ro1/Clients/ (Clients: 2010-2013) Clientside - http://www.assembla....bversion/nodes/ ShinsDiffPatcher - https://subversion.a...insDiffPatcher/ Neo's NEMO Client Patcher - http://herc.ws/board/topic/2905-nemo-client-patcher/

      LUA, LUB, & Data
    Lub --> Lua Decompiler - http://herc.ws/board/files/file/52-luadec-for-lua-514-a-easy-and-super-powerful-lub-lua-decompiler/ Lua Files - https://www.assembla.com/code/ClientSide/subversion/nodes/Lua_Project/lua files?rev=270 Lub Files - https://www.assembla.com/code/ClientSide/subversion/nodes/Lua_Project/lubs?rev=270 Data Folder - https://www.assembla.com/code/ClientSide/subversion/nodes/Translation_Project?rev=270

      Packets
    Packets - http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/ Packet Lengths - http://svn6.assembla.com/svn/ClientSide/Packets/Packet_lengths/

      Client Tools + Browedit
     
    SupportMii - http://supportmii.com/ro1/tools/ Browedit - http://browedit.exca...com/?a=download  
    Shin's Programs
    WeeMapCache - https://subversion.a...nk/WeeMapCache/ Wee Thumbnail - https://subversion.a...k/WeeThumbnail/

      Login Screen Generator
    Login Screen Generator - http://rathena.org/t...gin_background/  
    Game Server Patchers
    Thor Patcher - http://thor.aeomin.net/ Triad Patcher - http://www.nitroconc...d/index_eng.php

      Control Panels
    Triton Control Panel - http://herc.ws/board/topic/106-triton-control-panel-2-alpha/ Flux Control Panel for Hercules - https://github.com/HerculesWS/FluxCP Ceres Control Panel - http://sourceforge.n.../cerescp/files/ StarGames Control Panel - https://github.com/Mysteries/StarGamesControlPanel

     
    Guides & Information
    Juda's Bible - http://supportmii.co.../JudasBible.pdf Hercules' Wiki - http://herc.ws/wiki/Main_Page

      Codes / Script Pasting Sites
    kPaste - http://hercules.kpaste.net uPaste - http://upaste.me Pastebin - http://pastebin.com/

      Client Protection
       
     
    Setup.exe
    BlueGhost Setup - http://www.mediafire.com/?pnuka5kfgvjfndu
    OpenSetup - http--,,--//www.mediafire...abj2jau2wxbvoiu  

     
    If you believe something should be added or I've missed something, please reply to this topic with it or you could email me at [email protected].
  10. Upvote
    kukayasko got a reaction from CLps in [Pedido ] Canto de Batalha não tirar buff   
    emulador/src/map/skill.c

            case PA_GOSPEL:             if (sce && sce->val4 == BCT_SELF) {                 status_change_end(src, SC_GOSPEL, INVALID_TIMER);                 return 0;             } else {                 sg = skill->unitsetting(src,skill_id,skill_lv,src->x,src->y,0);                 if (!sg) break;                 if (sce)                     status_change_end(src, type, INVALID_TIMER); //Was under someone else's Gospel. [Skotlex]                 status->change_clear_buffs(src,3);                 sc_start4(src,src,type,100,skill_lv,0,sg->group_id,BCT_SELF,skill->get_time(skill_id,skill_lv));                 clif->skill_poseffect(src, skill_id, skill_lv, 0, 0, tick); // PA_GOSPEL music packet             }             break;
     
    Coloque "//" na frente de:

                        status_change_end(src, type, INVALID_TIMER); //Was under someone else's Gospel. [Skotlex]                 status->change_clear_buffs(src,3);
     
    Veja se é isso.
    Não esqueça de recompilar o emulador.
  11. Upvote
    kukayasko reacted to IndieRO in [Client-Side] Chat geral / chat genneral (Tradução/Translate)   
    u can setting on your RO folder find folder "savedata/chatWndInfo_U.lua"
      sorry with english i just try to help you
  12. Upvote
    kukayasko got a reaction from IndieRO in Can't edit skill names   
    Try to edit them and save .lub, this is how I do.
    Be sure to put in the right folder.
    data\luafiles514\lua files\skillinfoz\skilldescript.lub
    data\luafiles514\lua files\skillinfoz\skillinfolist.lub
    Note: Save the .lua archives and edit them. Save as .lub. Don't lose the .lua archieves.
    Test and tell me pls.
  13. Upvote
    kukayasko got a reaction from Razorblade in Can't edit skill names   
    Try to edit them and save .lub, this is how I do.
    Be sure to put in the right folder.
    data\luafiles514\lua files\skillinfoz\skilldescript.lub
    data\luafiles514\lua files\skillinfoz\skillinfolist.lub
    Note: Save the .lua archives and edit them. Save as .lub. Don't lose the .lua archieves.
    Test and tell me pls.
  14. Upvote
    kukayasko reacted to Michi in Client Translation Project   
    This is a new translation client project that Dastgir and Me want to share for Hercules only.
     
    What this Project contain?
     
    - itemInfo.lua with iro/kro translation.
    - Some lua that contain last translation found on the board or made by us.
    - Last accessoryid.lub / accname.lub / jobname.lub / NPCIdentity.lub decompiled.
    - Texture Buttons translate.
    - msgstringtable.txt fully translate.
    - Txt files translate (questid2display.txt, mapnametable.txt etc...)
    - Up-To-Date itemInfo and other files required to run a basic Translated client.
     
    You can help us by opening PR, or just pm Dastgir to get access to the repo...
     
     
    What Client is compatible?
     
    - Client compatible until 2016.
    Link:
     
×
×
  • Create New...

Important Information

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