Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. Cydh

    bonus suggest

    OKKKKKK. I'll add this bonus very soon. I'm adding some new idRO items, and found the item that "reduce the damage from skill sk by x%" 5918# Gambler Seal yang luar biasa. Hanya orang-orang yang sangat beruntung yang bisa mendapatkannya. CRI +3. Serangan kritikal meningkat 3%. Serangan yang diterima dari skill Arrow Storm dan Gate Of Hell berkurang sebesar 10%. Setiap 10 poin murni DEX, akan menurunkan serangan kritikal sebesar 2% Setiap 10 poin murni LUK, maka CRI +1, ATK +2, MATK +2. Ketika poin murni LUK lebih dari 108, maka CRI +5, serangan kritikal meningkat 10% Ketika poin murni LUK lebih dari 120, maka CRI +10, serangan kritikal meningkat 10%, serangan yang diterima dari skill Arrow Storm dan Gate Of Hell berkurang 30%. Jenis : ^777777Helm^000000 Tk Def : ^7777770^000000 Dikenakan di : ^777777Tengah ^000000Berat : ^77777750^000000 Minimum Lv : ^77777770^000000 Job : ^777777Semua^000000 # translated effects a cash item. makes sense. lol I am starting to work on this now.
  2. just type the 'section' that u want to make then edit this page
  3. create new section for it on Wiki
  4. Cydh

    bonus suggest

    it's only me or ... I can't really understand those translation.
  5. Cydh

    bonus suggest

    then should be. bonus2 bSkillDef,sk,n; - reduce damage received from skill sk by n bonus2 bSkillDefRate,sk,n; - reduce damage received from skill sk by r/100and btw, there's the direct info about the item? or maybe screen shot. (with translated of course )
  6. channelmessage/chanmes "<Channel>","<Message>";
  7. afaik, function list only listing the function that used in a file. Somehow I interested in snippets, just double-click the entry in snippets and the function will be added. but can't find any clue how to add custom snippets yet, and built-in snippets by Npp is closed source hmm this one? https://github.com/ffes/nppsnippets EDIT: in progress, this is using that plugin (Snippets) just need to add custom library for their NppSnippets.sqlite any suggestion? maybe grouping like Party - <command name> - <Desc> Party - <command name> - <Desc> Guild - <command name> - <Desc> Guild - <command name> - <Desc> Item - <command name> - <Desc> Item - <command name> - <Desc> barely done, using RegEx
  8. another PR, just added continue to the keywords
  9. Another PR, styling. Changes, as pictures below Makes comments in italic Added TODO, FIXME, CHECKME, and BUG as Delimiter3 with red-bold-colored Added prefix & extras for number to recognize hexa number
  10. go find bow for assassin /go1
  11. can I make a PR for auto-completion? https://github.com/Sehrentos/rAthena-syntax-highlight/pull/1 and currently I'm testing for parameter hints, but seems my current NPP won't show any hints from any languages. xD
  12. Cydh

    @main issue

    then why don't just use channel?
  13. new costumes, new enchantable costumes
  14. Cydh

    @main command

    src/map/atcommand.c#L8366 sprintf(atcmd_output, msg_txt(386), sd->status.name, message); conf/msg_athena.conf#L386 386: %s :Main: %s brarti yg msg_athena.conf ganti jadi 386: [MainChat] %s: %s
  15. Cydh

    @main command

    eh rAthena versi bahula ya sblm ada channel. mungkin bawah ane tau
  16. those are MSVS version. 9 for 2009, 10 for 2010, 12 for 2012, 13 for 2013
  17. yea you both are correct. I just make it back in track to get rid of "Harmony cannot be used in latest rAthena" paranoids.
  18. Simple say, this .diff files are updated version of f****** s***** out-of-date Harmony Manual Install .patch files for rAthena that was provided only until Server_rAthena_r17484.patch by g***** Harmony that doesn't give any support anymore. Files (Were made for 3.3.11 & 3.3.12) Harmony-rA-20141119-9f8af95a.diff Harmony-rA-20150322-d951fab8.diff Harmony-rA-20150411-994aba68.diff Harmony-rA-20150707-a5b85c92.diff harmony-fix-rA.diff (This diff, for little changes in src/map/harmony.c & src/map/harmony.h. Just patch it manually) Compiled with no error in Windows 7 by MSVS 2010 and GCC in Centos 6.6
  19. put it in [ code ] BBCode or paste it in https://gist.github.com/for better snippets.
  20. somehow it supposed to check for the input, not when patcher get the default keys, so just do this below Patches/PacketEncryptionKeys.qs | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Patches/PacketEncryptionKeys.qs b/Patches/PacketEncryptionKeys.qs index ffd19c1..0d1d802 100644 --- a/Patches/PacketEncryptionKeys.qs +++ b/Patches/PacketEncryptionKeys.qs @@ -16,23 +16,6 @@ function PacketEncryptionKeys(varname, keyindex) { return keyaddrs;//Error message } - //Duplicate Check - switch(keyindex) { - case 0: - if (keyaddrs[2] == keyaddrs[0]) { - return "First Packet Key is copy of Third for this date - change Third one instead"; - } - if (keyaddrs[1] == keyaddrs[0]) { - return "First Packet Key is copy of Second for this date - change Second one instead"; - } - break; - case 1: - if (keyaddrs[2] == keyaddrs[1]) { - return "Second Packet Key is copy of Third for this date - change Third one instead"; - } - break; - } - var curValue = convertToBE(exe.fetchHex(keyaddrs[keyindex], 4)); exe.getUserInput(varname, XTYPE_HEXSTRING, 'Hex input', 'Enter the new key', curValue); exe.replace(keyaddrs[keyindex], varname, PTYPE_STRING);
  21. thank for the news & vid.
  22. someone was asking help to mod_rewrite for URL redirection to admin, but .... *imagine it urself*
  23. hmm. that what I made was something like this, not a mapflag @_@ partylock-rA.diff
  24. hmm, nice idea but I don't think it's needed and beside, if we have 2 mapflag that contrast like that, it'll hard to manage and official actually prefer the restrict method.
×
×
  • Create New...