Jump to content

Sallycantdance

Members
  • Posts

    830
  • Joined

  • Last visited

Everything posted by Sallycantdance

  1. here https://www.mediafire.com/file/jjxzdod0sy988cg/Sorcerer_Hood.rar/file i uploaded it for you
  2. ow now i remember thanks buds
  3. thank you very much men
  4. Hello i would like to ask where can i find this box the hair color selection i would like to remove the hair color selection but i dont really dont have any idea how.
  5. hello i would like to ask if theres any change that only in the specific map they will get fame points in pvp ranking heres the Script: // https://rathena.org/board/topic/107986-requesting-for-a-pvp-ranking-w-reset/ /* ALTER TABLE `char` ADD `pvp_kill` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `fame`; */ prontera,146,103,5 script PVP Warper 753,{ doevent "pvp_rank_main::OnTalk"; } - script pvp_rank_main -1,{ OnTalk: mes "[PvP Room Master]"; mes "Where do you wanna go?"; next; switch ( select ( "Izlude", "Prontera", "Death Match", "PVP Ranking", ( getgmlevel() >= 99 ) ? "^FF0000[GM] Reset PVP Ranking^000000":"" )) { case 1: // Izlude PVP Room if (getmapusers("pvp_y_1-2") > 99) callsub S_full; if (BaseLevel <98) { mes "Excuse me, but"; mes "did you not come prepared?"; mes "you need to be"; mes "atleast level 98 above!"; close; } warp "pvp_y_1-2",0,0; announce ""+strcharinfo(0)+" entered Izlude PVP ROOM !",bc_all,0xCCFFFF; end; case 2: // Prontera PVP Rooom if (getmapusers("prt_pvp") > 99) callsub S_full; if (BaseLevel <98) { mes "Excuse me, but"; mes "did you not come prepared?"; mes "you need to be"; mes "atleast level 98 above!"; close; } warp "prt_pvp",0,0; announce ""+strcharinfo(0)+" entered Prontera PVP ROOM !",bc_all,0xCCFFFF; end; case 3: // Death Match Arena if (getmapusers("bat_cc2") > 99) callsub S_full; if (BaseLevel <98) { mes "Excuse me, but"; mes "did you not come prepared?"; mes "you need to be"; mes "atleast level 98 above!"; close; } warp "bat_cc2",0,0; announce ""+strcharinfo(0)+" entered Death Match Arena !",bc_all,0xCCFFFF; end; default: mes "[PvP Room Master]"; mes "PVP Ranking"; query_sql( "SELECT `name`,`pvp_kill` FROM `char` WHERE `pvp_kill` > 0 ORDER BY `pvp_kill` DESC LIMIT 10", .@name$, .@pvp_kill ); .@size = getarraysize( .@name$ ); for ( .@i = 0; .@i < .@size; .@i++ ) { mes "["+(.@i + 1 )+"] "+.@name$[.@i]+" - "+.@pvp_kill[.@i]+" kill(s)"; } break; case 5: mes "[PvP Room Master]"; mes "Reset Ranking? Action cant be undo. Confirm your action."; if ( select( "Confirm","Cancel" ) == 1 ) { query_sql( "UPDATE `char` SET `pvp_kill` = 0 WHERE `pvp_kill` > 0" ); mes "Done."; } break; } close; L_Enter: .@title$ = getarg( 0,"" ); .@map$ = getarg( 1,"" ); .@max_player = getarg( 2,0 ); .@getmapusers = getmapusers( .@map$ ); mes "[PvP Room Master]"; if ( .@getmapusers == -1 ) { mes "Invalid map."; } else if ( .@max_player > 0 && .@getmapusers >= .@max_player ) { mes "I'm sorry but the PVP Room is already full!"; } else { mes .@title$ + " ["+.@getmapusers+"/"+.@max_player+"]"; if ( select( "Enter" ) == 1 ) { warp .@map$,0,0; } } return; OnPCKillEvent: if ( getcharid(3) != killedrid ) { query_sql( "UPDATE `char` SET `pvp_kill` = `pvp_kill` + 1 WHERE `char_id` = "+getcharid(0)+" LIMIT 1" ); } end; OnInit: OnTimer0050: showscript "PVP Warper", getnpcid(0); initnpctimer; end; } // PvP Room ---------------------------------------------- prontera,146,164,5 duplicate(PVP Warper) PVP Warper#prt 753
  6. sometimes there not in the search bar ?
  7. hello i dont know if im in the right section but can somebody tell me where to edit this text in forging material
  8. anybody knows how?
  9. Thanks man problem solved in few edits
  10. i already import it in the itemdb but it still error
  11. hello every one i have a question every time i login the the local host fluxcp it has no error but everytime i click "my account this image appears , i already import item_db_re but still the error appears "Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'roasia.item_db_re' doesn't exis" can somebody help me thanks in advance
  12. hello sir how can i edit the photo in the slider? thanks
  13. where can i change that?
  14. this is the case now sir lately they already use the npc but their skill points are not enough because earlier it only set to 98 then i apply the new settings in the script i make it 127 skill points for basic and 99/70 skill points the problem now is they cant talk to the npc anymore even i turn them back to novice so they can pic again and get the proper skill points
  15. wait men haha what about they cannot talk to the npc after they already use it already during 98 skill points now i set it 118 points then i turn them to novice but the npc wont talk to them
  16. thanks thanks i already got it in your answer
  17. hello i would like to ask for help about this npc i t only gives a total of 98 skill points in 99/70 can someone help me thanks JOB.txt
  18. already turn it off but it still in the selection // Settings .ThirdClass = false; // Enable third classes? .RebirthClass = false; // Enable rebirth classes? .SecondExpanded = false; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? .BabyNovice = false; // Enable Baby novice classes? Disable it if you like player must have parent to get job baby. .BabyClass = false; // Enable Baby classes? .BabyThird = false; // Enable Baby third classes? .BabyExpanded = false; // Enable Baby Expanded classes: Ex. Baby Ninja, Baby Taekwon, etc. .BabySummoner = false; // Enable Baby Summoner? .LastJob = false; // Enforce linear class changes? .SkillPointCheck = true; // Force player to use up all skill points? .Platinum = false; // Get platinum skills automatically? .GetJobEquip = false; // Get job equipment (mostly weapons) on job change?
  19. Hi i would like to ask if you have job changer for only 1st Class and 2nd Class only with level Requirements thanks no baby no trans no expanded no 3rd job . . . .
  20. Hello everyone can someone help me how to put a exact time cool down in this daily reward ,example when they talk to the npc they will see the time left to claim another reward thanks in advance Heres my Script: //====================== rAthena Script =============================================================== //=== Made by Rikimaru //=== Topic Link : http://rathena.org/board/topic/58004-request-daily-reward-npc-script/ //==================== Information ==================================================================== //==== Daily Reward Script //================= Version : ========================================================================= //=== V 1.1 Fixed a typo in the Script [ Rikimaru ] //=== V 1.0 Finished Scripting the Daily Reward Script [ Rikimaru ] //============== Credits : ============================================================================ //=== Credits to Rikimaru for the Daily Reward Script //=== rAthena Profile Link : http://rathena.org/board/user/434-rikimaru/ //===================================================================================================== //************************************************************************* prontera,146,92,6 script Daily Reward NPC 757,{ //=========================== Settings ================================================================ set .@rewname$,"[ Daily Reward ]"; set .rewardid,12744; set @rewardamount,1; //======================= Settings End ================================================================ //***************************************************************************************************** if(gettimetick(2) > #lastTimeTalked) { mes .@rewname$; mes "Hello "+strcharinfo(0)+",I"; mes "am here to give you a daily"; mes "Reward. Do you want to have it?"; next; switch(select("-Yes,sure!:-No,bye!:-Cancel")) { case 1: mes .@rewname$; mes "Okay going to give you the item!"; next; mes "Welcome...this is Daily gift..."; getitem 12987,2; getitem 12263,2; getitem 14606,2; getitem 12264,2; mes "Okay have fun with it!"; set #lastTimeTalked,gettimetick(2)+86400; close; case 2: mes .@rewname$; mes "Okay goodbye!"; close; case 3: close; } } mes .@rewname$; mes "Sorry you can get the"; mes "Reward again after "; mes "24 Hours are over!"; close; OnTimer0050: showscript "Daily Rewards", getnpcid(0); initnpctimer; end; OnInit: initnpctimer; end; } // Duplicates //============================================================ alberta,29,240,6 duplicate(Daily Reward NPC) Daily Reward NPC#alb 757 aldebaran,145,118,4 duplicate(Daily Reward NPC) Daily Reward NPC#ald 757 geffen,115,66,6 duplicate(Daily Reward NPC) Daily Reward NPC#gef 757 morocc,156,102,6 duplicate(Daily Reward NPC) Daily Reward NPC#mor 757 payon,184,104,4 duplicate(Daily Reward NPC) Daily Reward NPC#pay 757 izlude,134,93,4 duplicate(Daily Reward NPC) Daily Reward NPC#izl 757 payon,172,226,4 duplicate(Daily Reward NPC) Daily Reward NPC#pay1 757 yuno,148,187,6 duplicate(Daily Reward NPC) Daily Reward NPC#yun 757
  21. how to delete a specific homon in a specific character in the sql database
  22. i think after one hour this will not back the dropconf to the normal rate hmm
  23. can somebody give me an floating rate script everyday 12nn-1pm then 7pm -8pm thanks in advance
  24. thanks men
  25. Hello did anyone knows how to this info thanks
×
×
  • Create New...