-
Posts
830 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by Sallycantdance
-
thanks for your reply itried it but nothing happen anyway thanks for your effort sir
-
hello everyone i would like to ask if this is possible , can i put the Garment costume above the Lower costume as you see in the picture the sword is inside the cape, what i would like to do is to put the sword above the cape hope someone knows what to do thanks in advance
-
Hello @sader1992 thank you so much!
-
About anti-bot in game fields. Help-me.
Sallycantdance replied to Redao's question in Script Requests
Try this AntiBot.txt -
no problem btw thanks for trying and thank you so much for your time and effort
-
hello sorry and thank you for reply having trouble after i finished the quest and try to get another quest to confirm if it has a cool down
-
Hello every one can somebody help me i want to put a time interval to this quest npc i would like to put 1hr before they can have a another quest heres the script| Thanks in Advance prontera,167,204,4 script Token Quest 4_M_JOB_WIZARD,{ if (!quest_random) { quest_random = rand(1, 20); mes"Welcome Capsnian, Ready to your Journey?"; mes "You have been assigned with a new quest."; next; } switch(quest_random) { case 1: setarray .@reward, 7726, 3; setarray .@item, 7182; setarray .@amount, 150; break; case 2: setarray .@reward, 7726, 3; setarray .@item, 952; setarray .@amount, 150; break; case 3: setarray .@reward, 7726, 3; setarray .@item, 966; setarray .@amount, 150; break; case 4: setarray .@reward, 7726, 3; setarray .@item, 7030; setarray .@amount, 150; break; case 5: setarray .@reward, 7726, 3; setarray .@item, 705; setarray .@amount, 150; break; case 6: setarray .@reward, 7726, 3; setarray .@item, 1003; setarray .@amount, 150; break; case 7: setarray .@reward, 7726, 3; setarray .@item, 1045; setarray .@amount, 150; break; case 8: setarray .@reward, 7726, 3; setarray .@item, 938; setarray .@amount, 150; break; case 9: setarray .@reward, 7726, 3; setarray .@item, 7053; setarray .@amount, 150; break; case 10: setarray .@reward, 7726, 3; setarray .@item, 901; setarray .@amount, 150; break; case 11: setarray .@reward, 7726, 3; setarray .@item, 1021; setarray .@amount, 150; break; case 12: setarray .@reward, 7726, 3; setarray .@item, 1036; setarray .@amount, 150; break; case 13: setarray .@reward, 7726, 3; setarray .@item, 1055; setarray .@amount, 150; break; case 14: setarray .@reward, 7726, 3; setarray .@item, 1023; setarray .@amount, 150; break; case 15: setarray .@reward, 7726, 3; setarray .@item, 1066; setarray .@amount, 150; break; case 16: setarray .@reward, 7726, 3; setarray .@item, 914; setarray .@amount, 150; break; case 17: setarray .@reward, 7726, 3; setarray .@item, 910; setarray .@amount, 150; break; case 18: setarray .@reward, 7726, 3; setarray .@item, 956; setarray .@amount, 150; break; case 19: setarray .@reward, 7726, 3; setarray .@item, 940; setarray .@amount, 150; break; case 20: setarray .@reward, 7726, 3; setarray .@item, 1056; setarray .@amount, 150; break; case 21: setarray .@reward, 7726, 3; setarray .@item, 950; setarray .@amount, 150; break; case 22: setarray .@reward, 7726, 3; setarray .@item, 947; setarray .@amount, 150; break; case 23: setarray .@reward, 7726, 3; setarray .@item, 958; setarray .@amount, 150; break; case 24: setarray .@reward, 7726, 3; setarray .@item, 7066; setarray .@amount, 150; break; case 25: setarray .@reward, 7726, 3; setarray .@item, 929; setarray .@amount, 150; break; case 26: setarray .@reward, 7726, 3; setarray .@item, 928; setarray .@amount, 150; break; case 27: setarray .@reward, 7726, 3; setarray .@item, 1002; setarray .@amount, 150; break; case 28: setarray .@reward, 7726, 3; setarray .@item, 909; setarray .@amount, 150; break; case 29: setarray .@reward, 7726, 3; setarray .@item, 7312; setarray .@amount, 150; break; case 30: setarray .@reward, 7726, 3; setarray .@item, 1041; setarray .@amount, 150; break; case 31: setarray .@reward, 7726, 3; setarray .@item, 919; setarray .@amount, 150; break; case 32: setarray .@reward, 7726, 3; setarray .@item, 1068; setarray .@amount, 150; break; case 33: setarray .@reward, 7726, 3; setarray .@item, 948; setarray .@amount, 150; break; case 34: setarray .@reward, 7726, 3; setarray .@item, 939; setarray .@amount, 150; break; case 35: setarray .@reward, 7726, 3; setarray .@item, 925; setarray .@amount, 150; break; case 36: setarray .@reward, 7726, 3; setarray .@item, 1034; setarray .@amount, 150; break; case 37: setarray .@reward, 7726, 3; setarray .@item, 7054; setarray .@amount, 150; break; case 38: setarray .@reward, 7726, 3; setarray .@item, 1020; setarray .@amount, 150; break; // case example of 2 items requiments: // setarray .@reward, 1503, 1; // setarray .@item, 512, 503; // setarray .@amount, 300, 100; // break; default: mes "invalid quest."; close; } mes "Quest Requirement(s):"; .@size = getarraysize(.@item); for (.@i = 0; .@i < .@size; .@i++) { mes " > "+.@amount[.@i]+"x "+getitemname(.@item[.@i]); if (countitem(.@item[.@i]) < .@amount[.@i]) .@fail++; } if (!.@fail) { next; if (select("Submit Quest", "Cancel") == 1) { for (.@i = 0; .@i < .@size; .@i++) delitem .@item[.@i], .@amount[.@i]; getitem .@reward[0], .@reward[1]; quest_random = 0; } } close; }
-
thankyou sir
-
hello i would like to ask how to disable this multi channel #global #main #trade #support Thanks in advance
-
how to create a box with random items like gift box, old blue box,...
Sallycantdance replied to Xemnas969696's question in Scripting Support
function script CustomBox { setarray .i1[0],909,910; // Common Items set .i1rand,rand(0,1); // Randomize Common Items; just change max amount if you add items setarray .i2[0],911,912; // Rare Items set .i2rand,rand(0,1); // Randomize Rare Items; just change max amount if you add items setarray .i3[0],2199,1599; // Super Rare Items set .i3rand,rand(0,1); //Randomize Super Rare Items; just change max amount if you add items set .chance, rand(100); // Super Rare Item 1% if (.chance == 1){ getitem .i[.i3rand],1; announce "["+strcharinfo(0)+"] won a ["+getitemname(.i[0])+"] from the Special Box.",0; end; } // Rare Item 50% else if (.chance <= 50 && .chance >= 11){ getitem .i[.i2rand],1; announce "["+strcharinfo(0)+"] won a ["+getitemname(.i[0])+"] from the Special Box.",0; end; } // Common Items else { getitem .i1[.i1rand],1; end; } } -
how to create a box with random items like gift box, old blue box,...
Sallycantdance replied to Xemnas969696's question in Scripting Support
1st make a custom box if you want box in this example i use egg scroll in your db/import/item_db.yml - Id: 12654 AegisName: Lucky_Egg_C9 Name: Lucky Egg C9 Type: Usable Buy: 20 Weight: 10 Flags: Container: true Trade: Override: 100 NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true Script: | getitem callfunc("F_Rand",14003,12221,12208,14592,12210,12211,7621,7776),1; 2nd in your db/item_db.yml.txt 12654,Lucky_Egg_C9,Lucky Egg C9,2,20,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ getgroupitem(IG_Lucky_Egg_C9); },{},{} -
try checking your conf/motd.txt
-
[Solved] Enchanced itemshower
Sallycantdance replied to Sallycantdance's question in Scripting Support
thanks sir @Emistry -
[Solved] H> Modified Hourly Points
Sallycantdance replied to Sallycantdance's question in Scripting Support
hello thanks but where in the script exactly can i put this no error but its not working still getting hourly points while in autotrade mode okay sir thanks anyway ? thanks master your the best! -
[Solved] H> Modified Hourly Points
Sallycantdance replied to Sallycantdance's question in Scripting Support
can you elaborate more or do an example -
hello i want to disable hourly points in characters who are in autotrade mode can anyone had an idea to do it thanks in advance heres the Script:
-
always thanks to you sir @Emistry
-
closing server for other players
Sallycantdance replied to loauiashraf's question in General Support
/conf/login_athena find this line: // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 change: group_id_to_connect: -1 to : group_id_to_connect: 99 only gm 99 can login ,save then restart your server -
i think you dont need to check for item count because you already have the script for weight check so if ithe item counts will exceed in weight it will already detect it ow i see got interested to this topic hope someone help you
-
Utility: @AnalyzeItem count item in your server - Utility Script Releases - rAthena
-
[SOLVED] about "you are out of available paid playing time"
Sallycantdance replied to Sallycantdance's question in Client-side Support
hahahaha its under /conf/login_athena // Create accounts with limited time? // -1: new accounts are created with unlimited time (default) // 0 or more: new accounts automatically expire after the given value, in seconds start_limited_time: -1 hahaha try to make cards for your server the players need to load hahaha just like old days -
[SOLVED] about "you are out of available paid playing time"
Sallycantdance posted a question in Client-side Support
hello everyone i would like to ask if you encounter this error and how can i fixed it thanks in advance