Jump to content

Start_

Members
  • Posts

    957
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Start_

  1. Example : Swordman Bash Skills src\map\skill.cpp ( Line 1207 )
  2. You need to edit each skill line in source code to play specific sound effect when using skills.
  3. Default the text will show isn't it? Like this
  4. autobonus3 "{ bonus3 bAutoSpell,RL_D_TAIL }",50,50000,RL_C_MARKER,"{}";
  5. doc > sample > npc_dynamic_shop.txt Bought > Set new variable for item in shops > Done!
  6. rathena\db\re\item_noequip.txt Put your item here.
  7. Very good job again! Thanks rAthena!
  8. prontera,136,200,2 script Loyal Knight of Rune Midgard 418,{ if (countitem(7281) < 1) { mes "[Herold]"; mes "Welcome to Invek"; mes "I'm happy to welcome you here, friend."; mes "Are you here to help us with those fanatic church dudes?"; next; switch (select("Yes, Lord!:I'm not sure, Lord!:No, sorry!")) { case 1: mes "[Lord Asterix]"; mes "Fine! May our king bless you, kid!"; mes "First you need to prove us how loyal you are, kid."; mes "Bring me..."; next; mes "5 Emperium"; mes "100 Jellopy"; mes "100 Heart of Mermaid"; mes "25 Nose Ring of Minotaur"; next; mes "When you have all those items come back"; mes "and talk again to me, ok?"; if (countitem(714) >= 5 && countitem(909) >= 100 && countitem(941) >= 25 && countitem(950) >= 100) { switch (select("Here, I've got them:Maybe later")) { case 1: mes "[Lord Asterix]"; mes "Wow! I didn't thought that you were so fast!"; mes "Let me take this treasures for you."; next; delitem 714,5; delitem 909,100; delitem 941,25; delitem 950,100; getitem 7182,1; next; mes "[Lord Asterix]"; mes "Here you have your offical Emblem of the Knights"; mes "With this emblem, everybody will see that you are on of us!"; mes "Now you can get quests and other benefits here in Invek"; end; case 2: mes "[Lord Asterix]"; mes "I'm waiting here for you, kido!"; end; } if (countitem(714) < 5 && countitem(909) < 100 && countitem(941) < 25 && countitem(950) < 100) { switch (select("Okay, my Lord.")) { case 1: mes "[Lord Asterix]"; mes "May the king bless you"; end; } } } case 2: mes "[Lord Asterix]"; mes "So, you are not sure yet, kid?"; mes "Let me explain something to you..."; mes "We are the one who fight for the king. We have to bring up our souls for an unreacheable kingdom"; next; mes "[Lord Asterix]"; mes "Who else could do this?"; end; case 3: mes "[Lord Asterix]"; mes "I hope to see you again soon!"; end; } } if (countitem(7281) > 1) { mes "[Lord Asterix]"; mes "Traitor, go away!!"; close; } }
  9. Done the download link is on same Google Drive.
  10. Download : https://goo.gl/Yvdmyw I will translate scripts to English if you want it.
  11. Start_

    Walk problem

    Maybe some custom scripts of your is a problem. Try using clean lastest rAthena.
  12. Maybe this help. https://rathena.org/board/files/file/3626-tarts-dual-equipment/
  13. Try this but It's Thai language. https://goo.gl/Yvdmyw
  14. Thanks to rAthena again! Whewwww
  15. Yayyyyyyyy! Very nice! well done rAthena.
  16. Try ZackDeaver English translation and max your base level and job level skill will be show.
  17. View File TARTs | Dual Equipment Submitter Start_ Submitted 09/14/2017 Category Utilities Video https://youtu.be/PIFvfk69IC0 Content Author TARTs  
  18. Version 1.0.1

    318 downloads

    Free
  19. src > config > packet.h
  20. Very Very Very nice work! <3
  21. atcommand "@me" + " Quest complate!"; Not sure it's your wanted code or not.
  22. Are you register game id with _M ? if yes you can try 00000000 or [email protected]
  23. Is this can be used? I don't know but you can try. https://rathena.org/board/topic/85593-request-npc/?do=findComment&comment=213417 and https://rathena.org/board/topic/106579-item-link-input/ and
  24. In other .grf it's had other loading screen you don't want go to delete it.
  25. Use lastest rAthena. Then install 2nd costume without grf ( Install direct to data folder). Use Client 20151104 or higher. Try @ bodystyle 1
×
×
  • Create New...