-
Posts
1138 -
Joined
-
Last visited
-
Days Won
30
Community Answers
-
Cyro's post in How can i add flux item icons and item images ? was marked as the answer
Go through this links
-
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/
-
Cyro's post in How can change this? was marked as the answer
Goto themes/default/img and replace with your own images
-
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
-
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
-
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
-
Cyro's post in NPC shop Easy create Help || Like you just add Item / price and it will generate a txt file of the NPC was marked as the answer
-
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/
-
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
-
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; } } }
-
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
-
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/
-
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
-
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/
-
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
-
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
-
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
-
Cyro's post in how add image in npc? was marked as the answer
here data/luafiles514/lua files/signboardlist.lub
-
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 .@i, .@i +1; } if (.@i) dispbottom .@i + " items repaired."; end; }
-
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; } -
Cyro's post in Why doesn't the current rAthena located on github have Packet_db? was marked as the answer
-
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