Jump to content

Ninjamon

Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by Ninjamon

  1. Is this possible? Can anyone add a tweak about this? Like you need 10 TCG In order to request a song. The song will play globally. http://www.eathena.ws/board/index.php?showtopic=172961
  2. How can i reduce the ATK given on Level 5 EDP?
  3. How about normal damage?
  4. Is it possible to fix long range attacks? I already get 400+ Dexs but i can only deal 4k damage only. up up up
  5. How can i add a EDP Skill on Gunslinger only? up
  6. Let player @warp to a restricted map like lhz_dun03 lhz_dun04 annd renewal maps. up
  7. Linux
  8. How can i enable woe2 dungeons and lhz_dun03? my players cannot use @warp there. Please help thanks!
  9. Doesn't work! Its stucking on the Requirements part // ------------------------------------------------------------------------------------------ // ------ Script Release // Title: Simple Rebirth System // // Author: Diconfrost VaNz - www.wipeoutgaming.info - [email protected] // // Version: 1.0 // // It will turn you into a Level 1 High Novice and give you an item as a reward for a certain amount of zeny. // This is integrated to my vip system. http://rathena.org/board/topic/79130-v20basic-premium-system/ // ViPs are not going to pay zeny when rebirthing. // // ------------------------------------------------------------------------------------------ farebury,163,127,4 script Rebirther 584,{ mes "[^FF0000Darryll^000000]"; mes "*Sleeping*"; next; mes "[^FF0000Darryll^000000]"; mes "Hello "+strcharinfo(0)+", I'm ^0055FFGemini^000000."; mes "I can give you something in exchange of your strength."; mes "Are you ready for it?"; next; switch(select("I'd like to more details about it.:I'm ready!:What's the prize?:Cancel")) { case 1: mes "[^FF0000Darryll^000000]"; mes "This is how it works."; mes "Whenever you reach the a certain base leve(^0055FF255^000000), you can rebirth again into ^0055FFLevel 1 High Novice^000000, and recieve a ^0055FFValuable Prize^000000!"; next; mes "[^FF0000Darryll^000000]"; mes "So if you want it, just grind it!"; mes "HAHAHAHA!"; mes "I guess, i already said what you need."; mes "See ya!"; close; case 2: mes "[^FF0000Darryll^000000]"; mes "Well well well... "; mes "What do we have here?"; next; mes "[^FF0000Darryll^000000]"; mes "Oh! you want to be reborn!"; next; if (baselvl <254) goto R_Sorry; if (prmm > gettimetick(2)) goto V_VIP; next; if (Zeny < 1000000) goto V_Zen; mes "[^FF0000Darryll^000000]"; mes "Oh, enjoy your day!"; mes "Come back again!"; set zeny, zeny - 1000000; goto R_Reborn; close; V_VIP: mes "[^FF0000Darryll^000000]"; mes "Oh you're a ^0055FFVIP^000000!"; goto R_Reborn; close; R_Reborn: atcommand "@blvl -255 "+strcharinfo(0); atcommand "@jlvl -120 "+strcharinfo(0); atcommand "@job 4001 "+strcharinfo(0); getitem 7914,1; close; R_Sorry: mes "[^FF0000Darryll^000000]"; mes "You must meet the basic ^0055FFRequirements^000000."; close; V_Zen: mes "[^FF0000Darryll^000000]"; mes "You don't have the required number of ^0055FFZennies^000000."; mes "Please come back again."; close; case 3: mes "[^FF0000Darryll^000000]"; mes "Hmmmm. lets see!"; next; mes "[^FF0000Darryll^000000]"; mes "Well, I can give you 25pcs of ^0055FFEvent Tickets^000000."; close; case 4: mes "[^FF0000Darryll^000000]"; mes "Very well! You can come back anytime!."; close; } }
  10. Yes I did. up up up upppppppppp up up?
  11. Can i make a clone of Soul Linker a custom monster with drops and can skill like a normal MVP? Please reply thanks up up up up
  12. How to put a selection? Example : Babies ( Baby Swordsman, Baby Merchant +++) 3rd Job ( RK, Sorce ++++ ) Ninja Gunslinger SL and SG up up up
  13. Why Illegal?
  14. I followed that but the exp on 90+ is kinda slow. I am already using 100k Exp Rate. I am asking for exp.txt not renewal guides. up up
  15. YESSSSSSSSSSSS! Thats it
  16. Can anyone share the old village system script? like you can rent a specific house on a specific village like prontera,payon and etc. uppp
  17. Can anyone share me their exp.txt? For 255/120 because i am already using 100k/100k/100k rates but it gives low exp when i reach level 90+ Please help I am using the latest rathena (pre renewal)
  18. How about all 3rd jobs only?
  19. Is that a link to their forum? I saw an topic about that awhile ago. q.q
  20. Like this? up
  21. 20000+++++ Ooops. I didn't see the NPC. lol
  22. I don't have the full script yet.
  23. Do anyone have a disguise npc that disguises you into a 3rd job Sprites? ( NO SKILL )
  24. 1. Reward: Add this line: getitem <itemid>,<amount>; 2. Color: add 0x<html color code> at the end of the announce command. Link for color codes 3. Announce to Killer Change the 0 at the end of the announce command to bc_self Like this for Event Tickets and a red colored broadcast : OnNPCKillEvent: if( getmonsterinfo( killedrid,MOB_MVPEXP ) ) announce strcharinfo(0)+" killed "+getmonsterinfo( killedrid,MOB_NAME ),bc_self,0xFF0000; getitem 7711,2; end; I tried getitem but even though you're killing a normal mob, It gives you the reward.
  25. I am using the mvp announce which i found on eathena. - script Announce -1,{ OnNPCKillEvent: setarray .MVPID[0],1511,1647,1785,1630,1399,1039,1874,2068,1272,1719,1046,1389,1112,1115,1957,1418,1871,1252,1768,1086,1688,1646,1373,1147,1059,1150,1956,2022,1087,1190,1038,1157,1159,1502,1623,1650,1583,1708,1312,1751,1685,1648,1917,1658,1734; for (set .@c, 0; .@c < getarraysize(.MVPID); set .@c, .@c + 1) if (killedrid == .MVPID[.@c]) set .@s, 1; if (!.@s) end; announce "[ " +strcharinfo(0) +" ] has pawned the Legendary [ " +getmonsterinfo(killedrid,0) +" ]. Reward: [ Event Ticket x2 ].",0,0xDA70D6; getitem 7711,2; end; } Now the problem is how can i add a reward to your script and change the colors of the broadcast? Thanks up How can i make that announce to broadcast it only to your self. It means only you can see the broadcast.
×
×
  • Create New...