Jump to content

elmucho

Members
  • Posts

    32
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Makati City, Philippines
  • Github: judegimeno

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

elmucho's Achievements

Drops

Drops (2/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Can you help me, Instead of using cashpoint i want to use pods
  2. how to change broadcast color to a different one ? for example white
  3. How to change prontera flag ? i want to create custom map for prontera flag please check the photo below
  4. How to make custom npc load automatically once server restart ? for example once server restart we need to type @loadnpc individually for the script but what i want to accomplish is a script that it automatically load the npc
  5. New script but its not dropping gold and not working when added on the item db //********************************************************************************************************************************************************************************* //***--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. //*** //********************************************************************************************************************************************************************************* //-------------------------MONSTER DATABASE [ REPLACE it in Your MOB_DB.txt ] -------------------------------------------------------------------- //1852,G_EM_ANGELING,Angeling,Angeling,99,120,0,0,0,1,60,71,100,99,1,17,80,80,126,20,10,12,0,8,66,0x37B5,300,1288,288,384,0,0,0,0,0,0,969,5000,969,10000,969,8000,969,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //1853,G_EM_DEVILING,Deviling,Deviling,99,120,0,0,0,1,60,71,100,99,1,17,80,80,126,20,10,12,0,8,66,0x37B5,300,1288,288,384,0,0,0,0,0,0,7444,5000,7444,10000,7444,5000,969,10000,969,5000,0,0,0,0,0,0,0,0,0,0,0,0 //-------------------------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 "1,000,000 Zeny to Enter."; next; switch(select("Enter to Gold Room:Cancel")) { case 1: if(Zeny < 1000000) 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-1000000; 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 1,000,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 Peco Peco 3003,15,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Peco Peco 3003,50,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Peco Peco 3003,50,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Peco Peco 3003,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
  6. Hi @Emistry i found this somewhere but im not able to spawn the monsters when i change the angeling and develing on my db its not working. can u check this please //********************************************************************************************************************************************************************************* //***--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. //*** //********************************************************************************************************************************************************************************* //-------------------------MONSTER DATABASE [ REPLACE it in Your MOB_DB.txt ] -------------------------------------------------------------------- //1852,G_EM_ANGELING,Angeling,Angeling,99,120,0,0,0,1,60,71,100,99,1,17,80,80,126,20,10,12,0,8,66,0x37B5,300,1288,288,384,0,0,0,0,0,0,969,5000,969,10000,969,8000,969,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //1853,G_EM_DEVILING,Deviling,Deviling,99,120,0,0,0,1,60,71,100,99,1,17,80,80,126,20,10,12,0,8,66,0x37B5,300,1288,288,384,0,0,0,0,0,0,7444,5000,7444,10000,7444,5000,969,10000,969,5000,0,0,0,0,0,0,0,0,0,0,0,0 //-------------------------NPC [ Warper + Exchanger ] -------------------------------------------------------------------- phtownall,209,163,3 script Gold Room Manager 4_M_EINMINER,{ 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 "1,000,000 Zeny to Enter."; next; switch(select("Enter to Gold Room:Cancel")) { case 1: if(Zeny < 1000000) 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-1000000; 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 1,000,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 Peco Peco 3003,15,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Peco Peco 3003,50,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Peco Peco 3003,50,0,0,0 ordeal_3-2,0,0,0,0 monster Gold Peco Peco 3003,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
  7. //********************************************************************************************************************************************************************************* //********************************************************************************************************************************************************************************* //***-- Script by : //***-- Syllabear //*** //********************************************************************************************************************************************************************************* //********************************************************************************************************************************************************************************* //***-- Messages : //***-- 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. //*** //********************************************************************************************************************************************************************************* //-------------------------MONSTER DATABASE [ REPLACE it in Your MOB_DB.txt ] -------------------------------------------------------------------- //-------------------------NPC [ Warper + Exchanger ] -------------------------------------------------------------------- belagio,72,61,7 script Gold Room 452,{ mes "[ Gold Room Manager ]"; mes "Hello, "; mes "How may i serve for you ?"; mes "I can warp you to a Gold Mine."; mes "Would you like to go there try to get some gold ?"; mes "You could be get rich if you lucky enough."; next; switch(select("Hunt Now:Later")) { Case 1: mes "[ Gold Room Manager ]"; mes "Okay, here you go"; next; mes "[ Gold Room Manager ]"; mes "Enjoy !"; close2; warp "bat_c01",0,0; end; Case 2: mes "[ Gold Room Manager ]"; mes "Okay, I'll wait you."; close; Case 3: mes "[ Gold Room Manager ]"; mes "Do you wish to change it into "; mes "^0000FFBronze Coin^000000?"; next; switch(select("Exchange:Not yet")) { case 1: mes "[ Gold Room Manager ]"; mes "you have "; mes "- "+countitem(969)+" x ^008800 Golds^000000"; mes "- "+countitem(7444)+" x ^008800 Treasure Boxes^000000"; next; switch(select("Gold to Bronze Coin:Treasure Box to Coin")) { Case 1: mes "[ Gold Room Manager ]"; if(countitem(969)<100){ mes "You dont have enough gold with you."; close; } if(countitem(969)>100){ mes "Okay there you go."; mes "100 Gold has been changed to 10 Bronze Coin"; delitem 969,100; getitem 673,10; close; end; } Case 2: mes "[ Gold Room Manager ]"; if(countitem(7444)<100){ mes "You dont have enough treasure box with you."; close; } if(countitem(969)>100){ mes "Okay there you go."; mes "100 Treasure Box has been changed to 10 Bronze Coin"; delitem 7444,100; getitem 673,10; close; end; } } } } } //-------------------------MONSTER SPAWN-------------------------------------------------------------------- bat_c01,0,0,0,0 monster Gold Room Angel 1852,80,0,0,0 bat_c01,0,0,0,0 monster Gold Room Devil 1853,80,0,0,0 bat_c01,0,0,0,0 monster Gold Room Guardian 2071,1,0,0,0 But its not working no item drop
  8. Ho can i make it pods instead of points ?
  9. Can i request a gold room that you need to pick the gold bar to it ? thank you!
  10. Hi can i request a npc script that will provide you pods automatically on your storage every 1 hr, and every 6 hrs you will be getiing a bonus. i tried this but its not working even i change in to 1 minute. help please //===== Hourly Points Script ========================================= //===== By: ========================================================== //= GorthexTiger modified by Nibi //===== Current Version: ============================================= //= 1.0 //===== Compatible With: ============================================= //= Any eAthena Version //===== Description: ================================================= //= Get Points every successful hours of gameplay, you cannot get //= the points even if you miss a second or a minute. A player will //= get a very big bonus if they played 12 hours consecutively //= or without logging out of the game. If the player is vending //= the script will then stop. //===== Additional Comments: ========================================= //= You can modify the script to your liking. //= The default points is Kafrapoints change it anyway if you like. //= 1.1 = Check Chatting too //= 1.2 = 5 Minute Idle Check & @at/@autotrade check. //= 1.3 = Corrected the current balance line on 12 Hours Consecutive //==================================================================== - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 5 Minutes if(@afk == 5) { dispbottom "The hourly points event stopped because you were idle for 5 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; set .@point_amt, 3; //Points to get every hour (default: 10) getitem 7227,.@point_amt; dispbottom "You received "+.@point_amt+" TCG by staying ingame for 1 hour"; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 12) { set @consecutive_hour,0; set .@cpoint_amt, 50; //Points to get for 12 Consecutive hours (default: 50) getitem 7227,.@point_amt; dispbottom "You received "+.@point_amt+" TCG in playing for 12 consecutive hours"; } stopnpctimer; initnpctimer; end; } //--End of the Script
  11. @Emistry how can i add more option to select for example the current one is Enter pvp [0] Im out of potion How to add more option for different map but same functionality Enter Pvp Main [0] Map 2 Map 3 Map 4 1 v 1 Im out of potion
  12. Hi how to add room names so people can choose map and enter to it - script PvpRotative -1,{ OnInit: // ====================================== // Configurations *********************** // ====================================== // Which map will be on the rotation? setarray .lista$[0],"guild_vs3","pvp_y_3-2","guild_vs4" ,"pvp_y_1-4"; // From how much time to time will the maps change? (Standard value 30 minutes/18000000) // WARNING, DO NOT SET VALUES HERE SMALLER THAN 60000 (1 Minute). set .rotatetime, 4500000; // ====================================== set $@lista$, ""+.lista$[0]+""; set .count, getarraysize(.lista$); for( set .@i,0; .@i < .count; set .@i, .@i+1 ){ sleep .rotatetime-60000; mapannounce ""+.lista$[.@i]+"","The PVP map will change in 30 seconds.",8; sleep 30000; mapannounce ""+.lista$[.@i]+"","The PVP map will change in 20 seconds.",8; sleep 20000; mapannounce ""+.lista$[.@i]+"","The PVP map will change in 10 seconds.",8; sleep 10000; if(.lista$[.@i] == .lista$[.count-1]){ mapwarp ""+.lista$[.@i]+"",""+.lista$[0]+"",0,0; set $@lista$, ""+.lista$[0]+""; set .@i,-1; } else{ mapwarp ""+.lista$[.@i]+"",""+.lista$[.@i+1]+"",0,0; set $@lista$, ""+.lista$[.@i+1]+""; } } } prontera,129,215,5 script PvP Keeper 843,{ mes "[PvP Keeper]"; mes "Ready for a bloody"; mes "and glorious battle today?"; if (select("Enter PVP. ["+getmapusers( $@lista$ ) +"]:I'm out of potions today.") == 1) { warp $@lista$,0,0; announce strcharinfo(0)+" has entered PVP! at "+$@lista$,0; end; } next; mes "[PvP Keeper]"; mes "Haha!~"; mes "It's okay to be scared!!"; mes "HAHAHAHAHAHA!"; close; }
  13. This is the code that i have but its not working can you Punching Bag Npc with auto respawn and dps help me about this please thank you i want to create 3 punching bag when die it will automatically respawn - script Punching Bag -1,{OnInit:monster "prontera”,203,183,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill";monster "prontera”,203,180,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2";monster "prontera",203,177,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3";end;OnDummyKill: monster "prontera",203,183,"Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill"; end;OnDummyKill2: monster "prontera”,203,180,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill2"; end;OnDummyKill3: monster "prontera”,203,177,”Punching Bag",1905,1,strnpcinfo(0)+"::OnDummyKill3"; end;}
  14. Hi can you help me because im bot able to use devition on a pvp room. "SKILL FAILED"
×
×
  • Create New...