Jump to content

minx123

Members
  • Content Count

    283
  • Joined

  • Last visited

Everything posted by minx123

  1. hi. i got this error [Debug]: script debug : 0 110012807 : [OnlineTime]: Auto-Backup player date. can i know what the problem?
  2. hi. i need some help to change this script 1 - player can enter twice a day to gold room lock by ID not char. 2- player can farm with time limit 15min. //********************************************************************************************************************************************************************************* //***--Topic Link : ***\( ^ ~ ^ )/*** //*** //*** //********************************************************************************************************************************************************************************* //***-- Script by : ***\( ^ ~ ^ )/*** //***-- Emistry //*** //********************************************************************************************************************************************************************************* //***-- Contact Info : ***\( ^ ~ ^ )/*** //***-- My Email : [email protected] //*** //********************************************************************************************************************************************************************************* //***-- Messages : ***\( ^ ~ ^ )/*** //***-- Drop me a private message or email if you are looking for my helps ^^. //***-- Beside that, I am looking for a Server to work with ^^ . //***-- I will do my best to help you ^^. //***-- More Details ? PM Me ^^. //*** //********************************************************************************************************************************************************************************* //***Although these scripts might not suit or follow with what you have requested completely. But i still wish you can give it a try before reject the works. //*** //********************************************************************************************************************************************************************************* //-------------------------NPC [ Warper + Exchanger ] -------------------------------------------------------------------- prontera,150,164,3 script Gold Room Manager 100,{ mes "[ Gold Room Manager ]"; mes "How may I serve for you ?"; mes "I can warp you to a Gold Mine."; next; mes "[ Gold Room Manager ]"; mes "I need you to give me"; mes "100,000 Zeny to Enter."; next; switch(select("Enter to Gold Room:Cancel")) { case 1: if(Zeny < 10000) goto nomoney; set .@a,rand(50); set .@b,rand(50); mes "[Gold Room]"; mes "Before you enter, you need to answer the question "; mes "for security check."; mes "If A = "+.@a+" B = "+.@b; switch( rand(1) ){ set .@answer,.@a + .@b; mes "How many is A + B ?"; next; input .@input; next; if( .@input!=.@answer ) { atcommand "@kick " + strcharinfo(0); close; break; } else if (.@input==.@answer) { set Zeny,Zeny-10000; warp "ordeal_3-2",0,0; close; } end; } case 2: mes "[ Gold Room Manager ]"; mes "Owh...."; mes "Nevermind..since it is your decision."; mes "It is all up to you."; mes "Come back to me if you changed your mind."; close; } nomoney: mes "[Gold Room Manager]"; mes "Sorry you need 100,000z to enter"; close; } //-------------------------MONSTER SPAWN-------------------------------------------------------------------- // Duplicados Warps v1.0 ordeal_3-2.gat,130,193,0 warp goldroomwrp#1 3,3,ordeal_3-2.gat,154,154 ordeal_3-2.gat,106,154,0 warp goldroomwrp#2 3,3,ordeal_3-2.gat,154,154 ordeal_3-2.gat,201,129,0 warp goldroomwrp#3 3,3,ordeal_3-2.gat,154,154 ordeal_3-2.gat,177,193,0 warp goldroomwrp#4 3,3,ordeal_3-2.gat,154,154 //ordeal_3-2,24,228,0 warp prontera 1,1,prontera,156,172; //ordeal_3-2,25,58,0 warp prontera 1,1,prontera,156,172; //ordeal_3-2,289,130,0 warp prontera 1,1,prontera,156,172; //ordeal_3-2,283,230,0 warp prontera 1,1,prontera,156,172; //ordeal_3-2,210,203,0 warp prontera 1,1,prontera,156,172; // Natural Monsters v1.0 ordeal_3-2,154,154,0,0 monster Gold Savage 1840,15,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Savage 1840,50,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Savage 1840,50,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Savage 1840,50,0,0,0 // Map Flags v1.0 ordeal_3-2 mapflag nowarp ordeal_3-2 mapflag nobranch ordeal_3-2 mapflag nomemo ordeal_3-2 mapflag nowarpto ordeal_3-2 mapflag nopenalty ordeal_3-2 mapflag pvp_noparty ordeal_3-2 mapflag noskill ordeal_3-2 mapflag nosave ordeal_3-2 mapflag novending ordeal_3-2 mapflag noteleport
  3. thank you so much.. done..
  4. hello.. i need some help. how to reset all player to default position(map) and reset look..
  5. source from rAthena. can someone to help make it can be used in herc https://rathena.org/board/topic/103508-txtlogin/
  6. hello.. i have problem with damage.. all damage inside pvp change to 1 after skill curse i dont know where it come then player movement change walk fast.
  7. yes i already try it.. but not work.. when i put inside my grf its work.. btw thank you for your reply..
  8. here the link https://rathena.org/board/files/file/3409-71-ro-skin-packs/ edit: done thank you..
  9. how to set custom skin as default skin? it cant be set at 1st time login. need to change manual set.
  10. hello.. i need some help, i found this script to recall guild mate but i want make if that guild win, leader will talk to npc at town and bring him to other map. then leader will recall all guild mate to that map. when leader already recall, all guild mate can claim to the npc beside it and send them to town back. prontera,150,150,5 script Fokker 56,{ set .@guild_id, getcharid(2); if ( !.@guild_id ) { mes "You are not in a guild"; close; } else if ( getguildmasterid(.@guild_id) != getcharid(0) ) { mes "I only talk to the guild master"; close; } mes "Recall your guild now?"; next; if ( select( "Yes", "No" ) -1 ) end; warpguild "prontera",150,151,.@guild_id; set .click, .click +1; if ( .click % 2 ) end; disablenpc strnpcinfo(3); enablenpc "your npc"; }
  11. minx123

    VNC setup

    i need help how to install vnc on my server?
  12. hello.. i need some help. how to set player can just press play now in website without press client/patch in desktop.
  13. yes still working.. at least i can block any 3rd party program that player using.
  14. i dont know where it is.. i also looking on it.. if some experience how to change help me
  15. hello.. i need some help.. does anyone using hashield? i need help how to change ragexe to newer? everytime i change the regexe it will roll back to original.
  16. yup.. i also saw this thread before... most hacking tool provide from elitepvpers.
×
×
  • Create New...

Important Information

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