Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. where I can get this plugins for WeeDiffGenerator? can't found here https://subversion.assembla.com/svn/weetools/trunk/ShinsDiffPatcher/plugins/WeeDiffGen/
  2. your client version? rathena svn version? mmo.h PACKETVER value? packet_db_ver on your db/packet_db.txt? <version> on your client.xml?
  3. sorry, just because when I post this with same time with mf_noequip..
  4. What's this? A mapflag. If any map that has noconsume mapflag, every players are at that map can't use any usable items. I said, any usable items. *Except player that has Group ID below noconsume_belowgroupid. This is written on conf/battle/noconsume.conf.* What's the first idea I made this? I hate cheater(s) when I made an event when I asked "Don't use any usable items, healing, pot, etc!" How to use this? Just make new mapflag file, the patch file including the mapflag. prontera[TAB]mapflag[TAB]noconsume Is this mod working on latest rAthena svn? I hope so, because I just tried it on my 17101. Any proof that it is working and tested? Where I can download the .patch file? mf_noconsume (Mediafire) *Better add the patch file manually. LOL* How if I want to the exception by group_level not by group_id? mf_noconsume-bygrouplv-rA.patch
  5. What's this? A mapflag that will prevent player to wear any equipments there. If any map that has noequip mapflag, every players are at that map can't put on their equipments. I said, any equipments. *Except player that has Group ID below nocequip_belowgroupid. This is written on conf/battle/noequip.conf.* What's the first idea I made this? I hate cheater(s) when I made an event when I asked "Don't wear any equipments, weapons, armors or something else!" How to use this? Just make new mapflag file, the patch file including the mapflag. prontera[TAB]mapflag[TAB]noequip Is this mod working on latest rAthena svn? I hope so, because I just tried it on my 17101. Any proof that it is working and tested? Where I can download the .patch file? Mediafire link mf_noequip How if I want to the exception by group_level not by group_id? mf_noequip-bygrouplv-rA.patch
  6. Why noone make a new post about this release, this is really useless thing when you all try to fix some issues as comments but the post creator, Liilith doesn't want to update any change on first page, at least the "The current ssues" and "Problem solved". Eveyone who doesn't read every comments on every pages, always post same things. Can be worked if you know what's part that need to be changed for eAthena or 3CeAM (I tried this release v.2 on my 3CeAM, it's working), but I don't know for latest eAthena or 3CeAM either.
  7. I did, just wondering that everyone knows this issue or not. Thank's And, is the MySQL query always be executed for the first time when the server is running meanwhile there's no record there? How if make table `castle_guardian` that contains `castle_id`, `visible_guardian`, and `guardian_id` and call it use INNER JOIN, so the MAX_GUARDIANS can be LIMIT clause when executing the query.
  8. I don;t know why, just got problem with the client .exe after patching it, using weediffgenerator. always missing packet, mp_server-sql said. then I try to download another .exe with same version, 2012-04-10a, and problem is solved.
  9. hi everyone.. I just downloaded the latest svn for rAthena, 17101. Clean install, also clean import .sql file from svn/repository of course the main.sql file from https://rathena.svn....files/main.sql. Here the error and tada~ I just realize how I got this error. for guild_castle table, only provides 8 guardians. visibleG0~visibleG7 fields but, let check on this line (src/char/int_guild.c line 537) for (i = 0; i < MAX_GUARDIANS; ++i) it can provide until x guardian that decided on mmo.h (line 100) #define MAX_GUARDIANS 8 //Local max per castle. [skotlex] how If I decided the MAX_GUARDIANS is 12 but the table only supports until it 8 guardians? well, I can add the fields manually. How if 100 MAX_GUARDIANS? hahaha Thank's
  10. Cydh

    [SRC] @nodelay

    If you ask for @nodelay for no animation when using skill, not sure. but for player that use @nodelay player will got 0 delay/cooldown for every skill, maybe it's possible. I think delay/cooldown aren't client side.
  11. on skill.c find this skill case case CG_TAROTCARD:{ ... } find eff = rnd() % 14; becomes eff = rnd() % 15; then, on these lines case 13: // atk,matk,hit,flee,def reduced sc_start(bl,SC_INCATKRATE,100,-20,skill_get_time2(skillid,skilllv)); sc_start(bl,SC_INCMATKRATE,100,-20,skill_get_time2(skillid,skilllv)); sc_start(bl,SC_INCHITRATE,100,-20,skill_get_time2(skillid,skilllv)); sc_start(bl,SC_INCFLEERATE,100,-20,skill_get_time2(skillid,skilllv)); sc_start(bl,SC_INCDEFRATE,100,-20,skill_get_time2(skillid,skilllv)); break; default: break; add some lines, before default: case 14: pc_setcart(dstsd,0); break; I didn't try this yet
  12. Cydh

    SQL Database

    related on topic, he said "SQL Database" not related with any scripts.
  13. Cydh

    Shared Storage

    my friend asked me to make @storage2 that will open other player storage.. (mod in progress)
  14. Cydh

    [SRC] @nodelay

    I dont get your mean, can explain it?
  15. check the packet_db and version on mmo.h file
  16. target->type == BL_PC map[sd->bl.m].name == "prontera"
  17. I'm forget to make this simplier.. xD SELECT (SELECT COUNT(*) FROM `cart_inventory` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `storage` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `guild_storage` WHERE `nameid` = '1201')+ (SELECT COUNT(*) FROM `inventory` WHERE `nameid` = '1201') AS `Result` change 1201 to thanatos card id
  18. Ready for services

  19. hmm.. I tried, nothing wrong.. or try it become clif_broadcast(&sd->bl, atcmd_output, strlen(atcmd_output) + 1, 0, GUILD); //clif_broadcast2(&sd->bl, atcmd_output, strlen(atcmd_output) + 1, 0xFF66FF, 0x190, 12, 0, 0, GUILD);
  20. try add on pc.c, inside pc_setnewpc sd->candrop_tick = gettick();
  21. Cydh

    Homunculus

    from 100 ~ 255 9958265 9970610 9982955 9995300 10007645 10019990 10032335 10044680 10057025 10069370 10081715 10094060 10106405 10118750 10131095 10143440 10155785 10168130 10180475 10192820 10205165 10217510 10229855 10242200 10254545 10266890 10279235 10291580 10303925 10316270 10328615 10340960 10353305 10365650 10377995 10390340 10402685 10415030 10427375 10439720 10452065 10464410 10476755 10489100 10501445 10513790 10526135 10538480 10550825 10563170 10575515 10587860 10600205 10612550 10624895 10637240 10649585 10661930 10674275 10686620 10698965 10711310 10723655 10736000 10748345 10760690 10773035 10785380 10797725 10810070 10822415 10834760 10847105 10859450 10871795 10884140 10896485 10908830 10921175 10933520 10945865 10958210 10970555 10982900 10995245 11007590 11019935 11032280 11044625 11056970 11069315 11081660 11094005 11106350 11118695 11131040 11143385 11155730 11168075 11180420 11192765 11205110 11217455 11229800 11242145 11254490 11266835 11279180 11291525 11303870 11316215 11328560 11340905 11353250 11365595 11377940 11390285 11402630 11414975 11427320 11439665 11452010 11464355 11476700 11489045 11501390 11513735 11526080 11538425 11550770 11563115 11575460 11587805 11600150 11612495 11624840 11637185 11649530 11661875 11674220 11686565 11698910 11711255 11723600 11735945 11748290 11760635 11772980 11785325 11797670 11810015 11822360 11834705 11847050 11859395 11871740
×
×
  • Create New...