Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. I search it on google. here http://stackoverflow.com/questions/13745645/makefile-clock-skew-detected?rq=1
  2. Thx, Radian! This is the only way that you know? Yes. I am sorry.. maybe you can search on google
  3. If you got a good IDEA on how you will run that kind of rates it will be good. I can't says its fading (still depends on the development)
  4. How to make this on melee attack? immune to melee attack for 2 secs? please You need to change the BF_MAGIC to BF_SHORT
  5. I tested this one and it works. prontera,150,150,4 script Secret Agent 85,{ set .@required, 501; // item Required set .@amount, 10; // item amount if(countitem(.@required) <= .@amount) { mes "I'm sorry, you are missing the "+ .@required +" for payment"; close; } if(countitem(.@required) >= .@amount) { mes "Good, then let's move one. shall we?"; next; warp "prontera",150,150; delitem .@required, .@amount; } }
  6. You need to read the settings to make it work.
  7. same thing like me http://rathena.org/board/topic/99469-script-costume-item/ Radian i have a question... the .diff i need to put all on my SRC ? https://github.com/Sehrentos/rathena/commit/21a1a32203b6a48664c97bfd93b0ae09de80d06e#commitcomment-8900107 because i have rAthena and these are commands for eAmod, and for add the "costume" func u need to edit the whole src with these (page what u gave) you need to follow all the changes on the src/map/... most of the additional are on map folder. just apply it on the correct file. Yea I think it was on eAmod but this one https://github.com/Sehrentos/rathena/commit/21a1a32203b6a48664c97bfd93b0ae09de80d06e#commitcomment-8900107 (for me) its compatible with the latest revision of rAthena. I can help you but you need to send me the files need.
  8. There's a source that can convert normal headgears into costume here : https://github.com/Sehrentos/rathena/commit/21a1a32203b6a48664c97bfd93b0ae09de80d06e#commitcomment-8900107
  9. I tested it and it should work like this. If you want the reflect directly go to the Paladin. adjust it to 100% // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 100 now if you want to reflect all. means Physical & Magical damage will go to the paladin. change this: // Officially, reflecting shield (SC_REFLECTDAMAGE) reflects physical damage by skill or normal attack. // But if the target is being devoted, it ONLY reflects the damage for melee skill. (Note 1) devotion_rdamage_skill_only: yes to this: // Officially, reflecting shield (SC_REFLECTDAMAGE) reflects physical damage by skill or normal attack. // But if the target is being devoted, it ONLY reflects the damage for melee skill. (Note 1) devotion_rdamage_skill_only: no
  10. You need to elaborate more about this issue on how you use it.
  11. Yung agit_main.txt is yun yung main script ng WOE mo. it means if gusto mong gamitin yung kay ToastOfDoom kailangan mong palitan yung laman ng agit_main.txt
  12. Kasi pag once na gagamitin mo yung WoE Controller ni Toasty eto ang gagawin mo Generate the script by inputting the times you require and any options you may want in the generator form Install the script as you would for any NPC. Depending if you want to use this to replace agit_controller.txt or not you can replace the contains of ./npc/guild/agit_controller.txt with this script. IF you use this script to manage your WoE timings (which you prob would..). Remove any existing WoE timing management scripts. By default... yung ibig sabihin ng agit_controller.txt is palitan mo yung laman ng agit_main.txt iniba na kasi ng rAthena. kaya ang magiging main script ng agit mo is yung kay ToastOfDoom.
  13. You mean the old behaviour of Devotion skill ? go to your trunk/conf/battle/skill.conf and look for this // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 0
  14. Duplicate Scripts. walang agit_template.txt sa latest agit_main.txt na siya. ToastOfDoom ba yang gamit mo?
  15. If rAthena. walang error na lumalabas?
  16. As far as I know around 1 ~ 3 of the cloth color.
  17. eAthena rin ba gamit mo na emulator dun sa online server mo?
  18. Yea that will do.. but how can i do that?
  19. Sorry, As far as I remember I put it on the source request. but anyway thanks! Yea... about that I got the pack but it was all in one.
  20. Can I request a modified GTB card effect. instead of reducing the magic damage & cannot be dispelled, How can you change it to like this { bonus bNoMagicDamage,100,50; } 100% means all magic skills will miss and it has a 50% chance of activating when player got hit with magic.
  21. You can : setarray .Points$[0],"#CASHPOINTS","Cash Points"; you just need to do it like this Add(<shop ID>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...});
  22. Maybe like this? // Settings: ----------------------------- set .@ITEM, 7179; set .@Cost, 1; // Proof of Donation is required set .@Time, 4 * 7 * 24 * 60 * 60; // Time in Seconds = 4 weeks, 7 days per week, 24 hours per day, 60 minutes per day, 60 seconds per minute. = 1 month in this sample. set .@Time$, "1 month"; // --------------------------------------- mes "[Premium Account]"; mes "I am the Premium Account seller."; if( isPremium() == 1 ) mes "Your Premium Account expires in ^FF0000" + callfunc("Time2Str",#Premium_Tick) + "^000000."; mes "What can I do for you?"; next; // isPremium() returns 1 if the current user Account is Premium and it have not expired. // It works together with #Premium_Tick, which is a Account Var set with a Unix Time value, representing when the Premium Account expires. // isPremium() is the same as #Premium_Tick > gettimetick(2) switch( select("Pay for Premium Time:About Premium Account") ) { case 1: mes "[Premium Account]"; if( isPremium() == 1 ) mes "Do you really want to extend your Premium Time?"; else mes "You do really want to convert your account to premium?"; mes "Premium Time is ^FF0000" + .@Time$ + "^000000"; mes "Value is ^FF0000" + .@Cost + "^000000 " + .@ITEM + "."; next; if( select("Yes:No") == 2 ) { mes "[Premium Account]"; mes "Come back if you change your mind."; close; } if(countitem(7179) < .@Cost ) { mes "[Premium Account]"; mes "You don't have enough Proof of Donation"; close; } set #Premium_Tick, gettimetick(2) + .@Time; // New Premium Account delitem .@ITEM, .@Cost;
  23. Mga kababayan! Tulong po eto para ma e-tama ang mga maling paksa na dapat ay nasa wastong seksyon para madaling malaman kung ano ang dahilan at problema. 1. Una : Kung may kinalaman sa server or mga katanongan tungkol sa server. eto ang tamang seksyon na dapat mong paglagyan ng iyong paksa. [ http://rathena.org/board/forum/77-tulong-para-sa-server/ ] 2. Pangalawa : Gusto mong e bahagi ang iyong gawang iskrip or katanongan tungkol sayong iskrip. eto ang tamang seksyon na pag lagyan. [ http://rathena.org/board/forum/79-tulong-para-sa-script-at-database/ ] 3. Ikatlo : Kung ang problema mo ay tungkol sa client. eto ang tamang seksyon na pag lagyan. [ http://rathena.org/board/forum/78-tulong-para-sa-client/ ] 4. Ika-apat : Problema mo ay tungkol sa Patchers, Websites at iba pang 3rd Program. eto ang tamang seksyon [ http://rathena.org/board/forum/136-tulong-para-sa-3rd-party-application/ ] 5. Pang-lima : Naghahanap ka ng mga patnubayan at mga tips para sa server. eto ang tamang seksyon [ http://rathena.org/board/forum/82-mga-guides-at-tips/ ] 6. Pang-anim : Naghahanap ka ng mga kasama o mga tauhan para sa server mo. eto ang tamang seksyon [ http://rathena.org/board/forum/83-para-sa-nangagailangan-ng-staff-members/ ] Yun lang po salamat, at kung may mga mali o dapat e tama sa post ko paki sabi or e pm ako. Mabuhay Filipino Section!
×
×
  • Create New...