Jump to content

BugSICK

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by BugSICK

  1. Hi i using Emistry Script named crafting npc but when it is successful sample knife it wont give the knife in my inventory. please any help @Emistry thanks
  2. How to fix this error skill from creator on creating bomb. (05/08/2020 16:13:49) [ Error ] : Skill '2496' is undefined! pc.cpp:6149::pc_checkskill (05/08/2020 16:13:49) [ Error ] : pc_checkskill: Invalid skill id 2496 (char_id=323). (05/08/2020 16:13:49) [ Error ] : Skill '2496' is undefined! pc.cpp:6149::pc_checkskill (05/08/2020 16:13:49) [ Error ] : pc_checkskill: Invalid skill id 2496 (char_id=323). (05/08/2020 16:13:49) [ Error ] : Skill '2496' is undefined! pc.cpp:6149::pc_checkskill (05/08/2020 16:13:49) [ Error ] : pc_checkskill: Invalid skill id 2496 (char_id=323). (05/08/2020 16:13:49) [ Error ] : Skill '2496' is undefined! pc.cpp:6149::pc_checkskill (05/08/2020 16:13:49) [ Error ] : pc_checkskill: Invalid skill id 2496 (char_id=323). (05/08/2020 16:13:49) [ Error ] : Skill '2496' is undefined! pc.cpp:6149::pc_checkskill (05/08/2020 16:13:49) [ Error ] : pc_checkskill: Invalid skill id 2496 (char_id=323). Thanks
  3. Hello can i request a script npc with chances that is it failed the requirement will be deleted. Sample : reward: headgear requirement 1. tcg 2. zeny 3. apple chance 50% if failed the requirement will be deleted then the player will make gather another requirement to make a headgear Thanks
  4. I have a question on how to remove the cost on Cart termination and Mammonite of merchant, i want it to make it 0z cost, but i dont know here to find it. Thanks
  5. Hi i've been searching and fixing this error for days but no luck, anyone could help me in this? Thanks (04/30/2020 10:02:00) [ Warning ] : script:run_func: return without callfunc or callsub! (04/30/2020 10:02:00) [ Debug ] : Source (NPC): LOGIN at phtownall (180,170) (04/30/2020 11:26:32) [ Warning ] : script:run_func: return without callfunc or callsub! (04/30/2020 11:26:32) [ Debug ] : Source (NPC): LOGIN at phtownall (180,170) //===== EinherjarRO Scripts ================================== //= Daily Prize, OnPCLoginEvent //===== By: ================================================== //= Stolao //===== Current Version: ===================================== //= 1.59 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= A reward system for players who play more frequently //===== Comments: ============================================ //= Maybe Make .MinWait an array mins,days,weeks,months,years; //===== Additional Comments: ================================= //= For Older See Forums //= 1.51 Changed set [email protected] formula and move lower into script //= 1.52 Replace all disbottom -> message //= 1.53 Changed Format to Include minuets instead of just hours //= 1.54 Made Time till next rewards display dynamic //= 1.55 Changed a forgotten .PointType$ -> getd([email protected][1]) //= 1.56 changed [email protected] -> [email protected]$ //= 1.57 Added Atoi where nessisary //= 1.58 Fixed a swapped [email protected] and [email protected]+1 //= 1.59 Serveral Edit Undocumented to fix //===== Contact Info: ======================================== //= [Stolao] //= Email: [email protected] //============================================================ phtownall,180,170,5 script LOGIN 612,{ OnWhisperGlobal: OnLoginCmnd: OnPCLoginEvent: if(.Rest){ set @login, (gettime(7) * 365 * 24 * 60) + (gettime(8) * 24 * 60) + (gettime(3) * 60) + gettime(2); query_sql("SELECT REPLACE (`last_ip`,'.','_') FROM `login` WHERE `account_id` = "+getcharid(3),@ip$); if((getd("$G_LIP_"[email protected]$)+(60*60*24)) <= @c) setd("$G_LIP_"[email protected]$,@c); if(@login > #LastDailyReward + .MaxWait ){ set #logintimer, 0; set @login, 0; } set [email protected], (gettime(7) * 365 * 24 * 60) + (gettime(8) * 24 * 60) + (gettime(3) * 60) + .Rest; //message strcharinfo(0),"[ Daily Rewards ]: to collect reward you must remain logged in for "+ ( @login - [email protected] ) +" Minuets"; } set [email protected], (gettime(7) * 365 * 24 * 60) + (gettime(8) * 24 * 60) + (gettime(3) * 60) + gettime(2); if([email protected] - .Rest >= (#LastDailyReward + .MinWait)){ sleep 100 + ( .Rest * 60000 ) - ( [email protected] - #logintimer ); if([email protected] < #LastDailyReward + .MaxWait){ set #DRewardCon, #DRewardCon + 1; } else { set #DRewardCon, 0; } set [email protected], (#DRewardCon > getarraysize(.Rewards$)) ? (getarraysize(.Rewards$)-1) : #DRewardCon; explode([email protected]$,.Rewards$[[email protected]],"|"); for(set [email protected],0; [email protected] < getarraysize([email protected]$); set [email protected],[email protected] + 1){ set [email protected][[email protected]], atoi([email protected]$[[email protected]]); } if(.Mode & 1 && [email protected][4]){ //[Note]: I need to figure out a checkweight for all items tired atm lol, for now ill leave it missing for(set [email protected],4; [email protected] < getarraysize([email protected]); set [email protected],[email protected] + 2){ getitem [email protected][[email protected]], [email protected][[email protected]+1]; message strcharinfo(0),"[ Daily Rewards ]: Received "+ [email protected][[email protected]+1] +" "+ getitemname([email protected][[email protected]]); } } if(.Mode & 2){ if([email protected][0]){ set zeny,zeny + [email protected][0]; message strcharinfo(0),"[ Daily Rewards ]: Received "+ [email protected][0] +"z"; } if([email protected][1]){ setd getd(.Points$[0]),getd(.Points$[0]) + [email protected][1]; message strcharinfo(0),"[ Daily Rewards ]: Received "+ [email protected][1] +" "+.Points$[1]; } } if(.Mode & 4 && ([email protected][3] || [email protected][4])) getexp [email protected][3], [email protected][4]; if(.Mode & 8){ for(set [email protected],0; [email protected] < getarraysize(.BuffInfo); set [email protected],[email protected] + 4){ if(#DRewardCon % .BuffInfo[[email protected] + 1] == 0) sc_start .BuffInfo[[email protected]], .BuffInfo[[email protected] + 2] * 60000, .BuffInfo[[email protected] + 3]; } } message strcharinfo(0),"[ Daily Rewards ]: You have collected your daily reward, for "+#DRewardCon+" day"+((#DRewardCon > 1)?"s":"")+" in a row."; cutin .Pic$[[email protected]],4; set #LastDailyReward, [email protected]; set #logintimer, 0; set @login, 0; } else { set [email protected],(#LastDailyReward + .MinWait - [email protected])/60/24; set [email protected],((#LastDailyReward + .MinWait - [email protected])/60)%24; set [email protected],(#LastDailyReward + .MinWait - [email protected])%60; message strcharinfo(0),"[ Daily Rewards ]: You have "+ (([email protected]) ? [email protected] +":Days " : "") +""+ (([email protected]) ? [email protected] +":Hours " : "") +""+ (([email protected]) ? [email protected] +":Minutes " : "") +"till your next reward"; } end; OnPCLogoutEvent: if(@login){ set [email protected], (gettime(7) * 365 * 24 * 60) + (gettime(8) * 24 * 60) + (gettime(3) * 60) + gettime(2); set #logintimer, [email protected] - @login + #logintimer; set @login, 0; } return; end; OnInit: waitingroom "Daily Rewards",0; //Basic Settings // 1: Item | 2: Points | 4: Exp // 8: Gain Buffs Every X Consecutive Days logged in // (a bit value, e.g. 3 = Items & Points from Multi) set .Mode,1 + 2 + 4 + 8; //To Enable @ Command '@loginreward' unslash next lines // * Needs extra commands for typos bindatcmd("daily" ,"LOGIN::OnLoginCmnd",0,99); //Enable Delay if @afk or @autotrade are available to players // remove // to enable certain command checks //bindatcmd("at" ,"LOGIN::OnPCLogoutEvent",0,99); //bindatcmd("autotrade" ,"LOGIN::OnPCLogoutEvent",0,99); //bindatcmd("AT" ,"LOGIN::OnPCLogoutEvent",0,99); //bindatcmd("Autotrade" ,"LOGIN::OnPCLogoutEvent",0,99); //bindatcmd("afk" ,"LOGIN::OnPCLogoutEvent",0,99); //bindatcmd("AFK" ,"LOGIN::OnPCLogoutEvent",0,99); //Minimum Minuets Between Collecting Daily Reward // Day: 22*60 - 24*60 // Week: 10080 set .MinWait,24*60; //Minuets Before Lose Consecutive Daily Reward // Day: 48*60 - 50*60 // Week: 20160 set .MaxWait,3000; //Number of mins after logging before collecting prize set .Rest,60; //Point Type // [0] Points earned // [1] Point name in mes setarray .Points$,"#KAFRAPOINTS","K-Points"; // Consecutive Days Buff // Each buff contains 4 variables (32 Total Max) // <Type>,<Days>,<Duration>,<Rate>, // Buff 1 // <Type>,<Days>,<Duration>,<Rate>, // Buff 2 // ...; // // Example: 188,7,45,3 // -Every 7th consecutive day logged in Player gains +3 Str for 45 mins // // Type is 188, which references which SC_ to use, SC_INCSTR in this example // -For a full list of SC_ visit the db/const.txt // Days is days buff is applied, in this example 7, so every 7th day, 14,21,28.... // Duration is buff duration is Minuits, in this example 45 mins // Rate is buff strength, in this example player gains 3 Str //setarray .BuffInfo ,260,2,360,1 // Life Insurance for 360 Mins Every 2nd Day //,198,3,120,10 // +10% Hp for 120 Mins Every 3th Day //,196,5,120,25 // +25 Flee for 120 Mins Every 5th Day //,257,7,240,50; // +50% Exp for 240 Mins Every 7th Day // Daily Prize items (max 128 days): // "<Zeny>|<Points>|<BaseExp>|<JobExp>|<itemID-1>|<amount-1>|<itemID-2>|<amount-2>...etc", // Day 1 // "<Zeny>|<Points>|<BaseExp>|<JobExp>|<itemID-1>|<amount-1>|<itemID-2>|<amount-2>...etc" // Day 2 // ...; // Total length of any days string must be 255 or shorter // * If players login longer than the last set // day, they will keep getting the last prize. setarray .Rewards$, "0|0|0|0|7059|10", // Day 1: 10 Free Ticket for Kafra Storage "0|0|0|0|12209|10", // Day 2: 10 Life Insurance "0|0|0|0|7621|10", // Day 3: 10 Token of Siegfried "0|0|0|0|14545|2", // Day 4: 2 Field Battle Manual "0|0|0|0|14592|2", // Day 5: 2 JOb Battle Manual "0|0|0|0|504|100", // Day 6: 100 White Potion "0|0|0|0|505|100", // Day 7: 100 Blue Potion "0|0|0|0|12210|2", // Day 8: 2 Bubble Gum "0|0|0|0|12214|2", // Day 9: 2 Convex Mirror "0|0|0|0|12244|1", // Day 10: 1 Old Gift Box "0|0|0|0|7621|10", // Day 11: 10 Token of Siegfried "0|0|0|0|12209|10", // Day 12: 10 Life Insurance "0|0|0|0|12261|2", // Day 13: 2 Miracle Medicine "0|0|0|0|12016|50", // Day 14: 50 Speed Potion "0|0|0|0|7179|2", // Day 15: 2 Proof of Donation "0|0|0|0|14545|2", // Day 16: 2 Field Battle Manual "0|0|0|0|14592|2", // Day 17: 2 Job Manual "0|0|0|0|504|100", // Day 18: 100 White Potion "0|0|0|0|505|100", // Day 19: 100 Blue Potion "0|0|0|0|12244|1", // Day 20: 1 Old Gift Box "0|0|0|0|12210|2", // Day 21: 2 Bubble Gum "0|0|0|0|12214|2", // Day 22: 2 Convex Mirror "0|0|0|0|12016|50", // Day 23: 50 Speed Potion "0|0|0|0|7619|2", // Day 24: 2 Enriched Elunium "0|0|0|0|7620|2", // Day 25: 2 Enriched Oridecon "0|0|0|0|7059|10", // Day 26: 10 Free Ticket for Kafra Storage "0|0|0|0|12261|2", // Day 27: 2 Miracle Medicine "0|0|0|0|5423|1"; // Day 28: 1 I love China setarray .Pic$, "Daily_01", //pic with day1 highlighted "Daily_02", //pic with day2 highlighted "Daily_03", //pic with day3 highlighted "Daily_04", //pic with day4 highlighted "Daily_05", //pic with day5 highlighted "Daily_06", //pic with day6 highlighted "Daily_07", //pic with day7 highlighted "Daily_08", //pic with day8 highlighted "Daily_09", //pic with day8 highlighted "Daily_10", //pic with day8 highlighted "Daily_11", //pic with day8 highlighted "Daily_12", //pic with day8 highlighted "Daily_13", //pic with day8 highlighted "Daily_14", //pic with day8 highlighted "Daily_15", //pic with day8 highlighted "Daily_16", //pic with day8 highlighted "Daily_17", //pic with day8 highlighted "Daily_18", //pic with day8 highlighted "Daily_19", //pic with day8 highlighted "Daily_20", //pic with day8 highlighted "Daily_21", //pic with day8 highlighted "Daily_22", //pic with day8 highlighted "Daily_23", //pic with day8 highlighted "Daily_24", //pic with day8 highlighted "Daily_25", //pic with day8 highlighted "Daily_26", //pic with day8 highlighted "Daily_27", //pic with day8 highlighted "Daily_28"; //pic with day8 highlighted end; } Thanks
  6. //boss pvp map moc_fild22 mapflag pvp moc_pryd06 mapflag pvp lhz_dun03 mapflag pvp odin_tem03 mapflag pvp ra_fild03 mapflag pvp ra_fild04 mapflag pvp ve_fild01 mapflag pvp ve_fild02 mapflag pvp lou_dun03 mapflag pvp prt_maze03 mapflag pvp bra_dun02 mapflag pvp lhz_dun04 mapflag pvp gl_chyard mapflag pvp abyss_03 mapflag pvp gef_dun02 mapflag pvp gef_dun01 mapflag pvp treasure02 mapflag pvp pay_fild10 mapflag pvp gon_dun03 mapflag pvp abbey02 mapflag pvp xmas_fild01 mapflag pvp ra_san05 mapflag pvp prt_sewb4 mapflag pvp thor_v03 mapflag pvp ama_dun03 mapflag pvp kh_dun02 mapflag pvp xmas_dun02 mapflag pvp ayo_dun02 mapflag pvp niflheim mapflag pvp anthell02 mapflag pvp mjolnir_04 mapflag pvp pay_dun04 mapflag pvp gef_fild03 mapflag pvp gef_fild10 mapflag pvp moc_pryd04 mapflag pvp in_sphinx5 mapflag pvp moc_fild17 mapflag pvp ein_dun02 mapflag pvp beach_dun mapflag pvp tur_dun04 mapflag pvp jupe_core mapflag pvp moc_fild21 mapflag pvp but only the 1st 4 are working and the others are not. how to fix this? because i want to have a pvp on all mvp areas. thanks
  7. This character cannot be deleted.# This character's equipment information is not open to the public.# Equipment information not open to the public.# Equipment information open to the public.# Check %s's Equipment Info# should i make it like this? This character cannot be deleted.# This character's equipment information is not open to the public.# # Equipment information open to the public.# Check %s's Equipment Info#
  8. hello how to fix this every time i login it show two (double) how can i remove/where can i remove this. thank you.
  9. hi sorry for the necro rather to create new one. about the script its still not working even i change it in item_db.txt and restart server. and still not working no effect. any one?
  10. Hi how to enable dual client only or 3 clients only max to open. Thanks
  11. @dwlrma how to check the client version?
  12. still its the same? any alternatives onthis? thanks
  13. where can i find the accessoryid.lub? found it, gonna try if this will work
  14. Hi, don't know if this is client or source side but the costume headgear don't show in my character. any remedy with this?
  15. hi i think this is a bump. sorry for this.. i reply here instead of making new thread. i did this work on my server... and it is great. my question is how to reset this and back to day 1? thank you.
  16. BugSICK

    Website news

    where can i find the rsslink?
  17. BugSICK

    Website news

    is this the one? sir @Akbare
  18. BugSICK

    Website news

    hmmm. how to identify what kind of forum sir? is it build in in my theme?
  19. BugSICK

    Website news

    this is what its looks like now, and i want to make news or events but i cant find how to edit this
  20. BugSICK

    Website news

    then whats next sir?
  21. BugSICK

    Website news

    @iamhyd i found this , what should i do next sir? <?php return array( // Rate my server link 'rms' => 'http://ratemyserver.net', // Rate my server link 'wiki' => 'http://wiki.net', // Facebook page link 'facebook' => 'https://www.facebook.com', // Forums link here 'forum' => '/forum', // RSS settings 'enablerss' => false, // true/ false true will show RSS links on index page 'no_of_rss' => 7, // Maximum No of RSS to display on 'news' => 'http://xul.fr/rss.xml', // RSS News link 'events' => 'http://xul.fr/rss.xml', // RSS News link 'itemMall' => array( '1.bmp', '2.bmp', '3.bmp', '4.bmp', '5.bmp', '6.bmp', '7.bmp', '8.bmp', '9.bmp', '10.bmp', '11.bmp', '12.bmp', ), 'banner' => array( '1.jpg', '2.jpg', ), // These are timings that will be displayed on WoE Schedule // Follow the proper format 'woeTime' => array( 'Monday' =>'09:00-10:00', 'Wednesday' =>'09:00-10:00', 'Friday' =>'09:00-10:00', 'Sunday' =>'09:00-10:00', ), // Castle ids to put here for Castle Owners 'castle_1' => 17, 'castle_2' => 17, 'castle_3' => 17, 'castle_4' => 17, ) ?>
×
×
  • Create New...

Important Information

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