Jump to content

Cyro

Members
  • Posts

    1,137
  • Joined

  • Last visited

  • Days Won

    30

Community Answers

  1. Cyro's post in How can i add flux item icons and item images ? was marked as the answer   
    Go through this links
     
     
     
  2. Cyro's post in Server Setup for India was marked as the answer   
    Hay dude! I am from India aswell!
     
    You can find paid services here
     
    https://rathena.org/thirdpartyservices/
     
     
  3. Cyro's post in how to change login-server name was marked as the answer   
    Its in char_athena.conf
  4. Cyro's post in How can change this? was marked as the answer   
    Goto themes/default/img and replace with your own images
  5. Cyro's post in Need help with putting main town into @go was marked as the answer   
    //Some definitions for the mayor city maps. #define MAP_yourmap "yourmap"  
    https://github.com/rathena/rathena/blob/master/src/common/mapindex.h
  6. Cyro's post in How to add Credits Point Flux CP was marked as the answer   
    Login in fluxcp using admin account> go to players account details> click on modify account, add credits>click save
  7. Cyro's post in Requesting for MALL Script ("ALL" items and cards) was marked as the answer   
    https://pastebin.com/2MmTzS7X
    credits to emistry , just update your sql itemdb with all your items 
  8. Cyro's post in Hoster with Complete Server,Client,Control Panel,Patcher was marked as the answer   
    https://rathena.org/thirdpartyservices/promo-code-rathena-server-hosting-cervantes-unattended-rathena-installer-r1/
  9. Cyro's post in R>Simple PVP Announcer was marked as the answer   
    https://pastebin.com/Ynze1S7P
    https://pastebin.com/G3BSc0Xc
     
    there is more in rathena if you search properly 
  10. Cyro's post in NPC isn't talkable was marked as the answer   
    may be the npc hates you!
     
     
    prontera,54,88,2 script Elder of Town 777,{ if(checkquest(90001) == 0) { mes "[Old Man]"; mes "Hello young folk!"; mes "It's nice to see you here around!"; mes "Would you do an old man an favor?"; switch(select("Sure, why not?:I've got no time, sorry!")){ case 1: mes "[Old Man]"; mes "Thank you, kid! You are an angel in this dark time!"; mes "I didn't can find my wife, would you please search her?"; switch(select("Okay, no Problem:Oh, ehrm... Sorry")){ case 1: mes "[Old Man]"; mes "She should be in the south of Crystilia, kid!"; mes "I thank you so much!"; setquest 90001; end; case 2: mes "[Old Man]"; mes "Please come back if you think other about this..."; close; } case 2: mes "[Old Man]"; mes "Please come back if you think you have time for me..."; close; } if(checkquest(90002) == 1) { mes "[Old Man]"; mes "Ah you found my wife!"; mes "That's wonderful, what she said?"; switch(select("She didn't find the way back.")){ case 1: mes "[Old Man]"; mes "Oh my dear.. She's so old now.."; mes "Maybe... Yeah I've got an plan!"; next; mes "[Old Man]"; mes "Please bring me 30 Bill of Birds from Peco Peco"; mes "And kill 15 from them for me. With the blood, I can help her!"; completequest 90002; setquest 90003; end; } // if(checkquest(90003,HUNTING,2)){ if(checkquest(90003) == 2) { mes "[Old Man]"; mes "Ah I see you killed every Monster, but do you have those items for me?"; next; mes "[Old Man]"; mes "Let me see..."; switch(select("Sure, look!:I didn't have them")){ case 1: if (countitem(925) >= 30){ mes "[Old Man]"; mes "Wonderful, you have them all!"; mes "Here you get an thanks from me, kid!"; completequest 90003; getitem 974,2; getitem 547,5; end; } else { mes "[Old Man]"; mes "Come back if you got them!"; close; } } } } if (checkquest(90003) >= 2){ mes "[Old Man]"; mes "Hello youngster! Thanks again for your help!"; close; } if (checkquest(90001) == 1){ mes "[Old Man]"; mes "Please search my wife!"; close; } } }  
  11. Cyro's post in [Q] Cp creation acount was marked as the answer   
    so you already having your answer , new flux support reCAPTCHA V2 , probably solve your problem 
  12. Cyro's post in How I can configure the roulette items? was marked as the answer   
    Try searching for it first next time
     
    Check this one
    https://rathena.org/board/topic/111706-how-to-enable-roullete/
     
  13. Cyro's post in Emperium Render was marked as the answer   
    that's exactly same , you can just make a transparent png version 
     
     
    here you go 

  14. Cyro's post in R> Quest board like this? ( or does it exist already) was marked as the answer   
    Something like this?
    https://rathena.org/board/files/file/3587-player-questing-board/
  15. Cyro's post in fluxcp website error was marked as the answer   
    give read and write permissions to data/temp folder , its nothing do with flux code 
  16. Cyro's post in R> @itemcount was marked as the answer   
    check this thread
     
  17. Cyro's post in OS Easy to Setup was marked as the answer   
    There is no problem with any os while installing rathena 
    It's all about individual opinion, install it which os you are comfortable with
  18. Cyro's post in How do I remove/change these effects floating in the map? was marked as the answer   
    check signboardlist.lub , towninfo.lub 
  19. Cyro's post in how add image in npc? was marked as the answer   
    here data/luafiles514/lua files/signboardlist.lub
  20. Cyro's post in I will give healing and walk. I want a repair that does not work was marked as the answer   
    payon,157,226,5 script Healer 1096,2,2,{ OnInit: initnpctimer; end; OnTimer10000: //10 seconds npcwalkto 152,184; end; OnTimer25000: //25 seconds npcwalkto 157,230; stopnpctimer; initnpctimer; end; OnTouch: emotion e_heh; //Emotion upon touch percentheal 100,100; //100% Recover HP and SP sc_start SC_ANGELUS,60000,10; // Angelus lvl 10 sc_start SC_BLESSING,60000,10; // Blessing lvl 10 sc_start SC_INCREASEAGI,60000,10; // Increase agi lvl 10 getitem 7139,1; atcommand "@useskill 479 5 " +strcharinfo(0); while (getbrokenid(1)) { repair(1); set [email protected], [email protected] +1; } if ([email protected]) dispbottom [email protected] + " items repaired."; end; }  
  21. Cyro's post in Check if all players are dead in a map was marked as the answer   
    May be try something like this
    OnTimer20000: if (getmapusers("yourmap") == 0) { announce "All players failed to survive",0; end; }
  22. Cyro's post in Why doesn't the current rAthena located on github have Packet_db? was marked as the answer   
  23. Cyro's post in Pls help = item>>?? or ???? was marked as the answer   
    Make sure your client reading lub instead Lua
    And make sure to use tralstated iteminfo.lub
     
  24. Cyro's post in [FIXED] seach helps for have gold room plz was marked as the answer   
    add this to your mob_db.txt
    3000,DOKEBI,Dokebi,Dokebi,68,2820,1,675,759,1,317,347,85,20,52,56,35,20,60,25,10,12,0,6,27,0x191,250,1156,456,384,0,0,0,0,0,0,0,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,4098,1  
    then add this script 
    prontera,167,178,3 script Gold Room Manager 965,{ mes "[ Gold Room Manager ]"; mes "I can warp you to the gold room."; next; if (select("Okay.:Not now.") == 2) { mes "[Gold Room Manager]"; mes "Come back to me if you've changed your mind."; close; } mes "[Gold Room Manager]"; mes "You'll be there quickly. c;"; next; mes "[ Gold Room Manager ]"; mes "Enjoy."; close2; warp "guild_vs1",50,50; end; } // Mob Spawn guild_vs1,0,0,0,0 monster Golden Dokebi 3000,300,0,0,0 // Exit guild_vs1,49,49,5 script Exit#1 790,{ warp "prontera",155,181; end; OnInit: waitingroom "Gold Gold Gold",0,0; end; } then reload script/npc , mobdb
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.