Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Very good job again! Thanks rAthena!
  2. 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; } }
  3. Done the download link is on same Google Drive.
  4. Download : https://goo.gl/Yvdmyw I will translate scripts to English if you want it.
  5. Start_

    Walk problem

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

    318 downloads

    Free
  13. Very Very Very nice work! <3
  14. atcommand "@me" + " Quest complate!"; Not sure it's your wanted code or not.
  15. Are you register game id with _M ? if yes you can try 00000000 or [email protected]
  16. 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
  17. In other .grf it's had other loading screen you don't want go to delete it.
  18. Use lastest rAthena. Then install 2nd costume without grf ( Install direct to data folder). Use Client 20151104 or higher. Try @ bodystyle 1
  19. Start_

    About Basic ASPD

    Not sure but my easiest opinion is change value on db>re>job_db1.txt ( All weapon to higher speed )
  20. doc\script_commands.txt line 5447 *specialeffect <effect number>{,<send_target>{,"<NPC Name>"}}; specialeffect 14,AREA,"luizragna"; maybe map name cannot be used. idk
  21. Open rAthena.sin with Visual Studio 2013. This is easiest ways to compile server.
  22. .@name - scope integer variable .@i = 11124; You can see line 2 and line 4 in picture. if(checkquest(.@i mean if(checkquest(11124 and it will loop +1 +1 +1 +1 +1 will be if(checkquest(11125 - 11134 // Edit #1 This is quest 11124
  23. Just change the name " yourVariable " to anything else like " warpQuest01 "
×
×
  • Create New...