Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. @RN try to add ACCOUNT LOCKER script. i seset nya un sa lvl 1. then punta ka sa battle/gm.conf may eedit ka dun un. pag na lock accnt nila. d sila makaka trade storage or drop and mail ng items!
  2. skill "SL_ALCHEMIST",5; skill "SL_ALCHEMIST",5; 2?
  3. @Clydion clan.diff is working on 3CEAM revision 676?
  4. How can i change the name of Free Cash ? and rename it to Vote Points?
  5. sir. can i ask when i do a slope why the gat files are not shaping like the slope?
  6. i added it there 2385,Zapdos,Zapdos,32080,31080,0,30001,100,50,50,100,50,20,2000,400,1,0,350,400,800,{ bonus ballstats,5; },{ }
  7. i successfully add a bonus on pets no error on map-server like bonus2 bSubRace,RC_DemiHuman,3; why it's not working.?
  8. OnStart: setcell "rwc.gat",<x>,<y>,<x2>,<y2>,cell_walkable,0; warpparty "rwc03",9,50,$@TeamID1; warpparty "rwc03",91,50,$@TeamID2; sleep2 1000; announce "5",0; sleep2 1000; announce "4",0; // Just continue this setcell "rwc.gat",<x>,<y>,<x2>,<y2>,cell_walkable,1; set @start,1; end; on the end lend: setcell "rwc.gat",<x>,<y>,<x2>,<y2>,cell_walkable,0; // just like the no vend of GM Dev! stopnpctimer; set $@TeamID1,0; set $@TeamID2,0; set @start,0; set @win1,0; set @win2,0; set @partymembercount,$@members; announce "Thanks for playing",0; end; the color red block the walkable there you must filled it! note : do not filled this <X> and <y> [color=#008000]warpparty "rwc03",9,50,$@TeamID1; warpparty "rwc03",91,50,$@TeamID2;[/color] _____________ | [color=#ff0000]|[/color] | | [color=#ff0000]|[/color] | | [color=#ff0000]|[/color] | | [color=#ff0000]|[/color] | | [color=#ff0000]|[/color] | |_[color=#ff0000]|[/color]____________| dont' forget to add this OnInit: setcell "<map>",1,1,312,392,cell_walkable,1; end; try that~
  9. counting? add sleep2(1000) < --- 1 sec announce "10",0; sleep2(1000) announce "9",0; sleep2(1000) announce "8",0;
  10. set cell_walkable 1 WALKABLE and set cell_walkable 0 UNWALKABLE
  11. File Name: Capture the Flag Event File Submitter: bVersatile File Submitted: 05 Jul 2012 File Category: Games, Events, Quests Content Author: Goddameit, bversatile <iframe width="560" height="315" src="http://www.youtube.com/embed/h7glwpdC6T0" frameborder="0" allowfullscreen></iframe> Capture the flag and take it back to the base. Need a GM to activate event. Click here to download this file
  12. HERE's the link http://rathena.org/board/topic/66985-capture-the-flag-v2-custom-map-added/page__pid__117299#entry117299
  13. [media=] [/media]Capture the flag and take it back to the base. Need a GM to activate event. [url="http://rathena.org/board/topic/65197-capture-the-flag/"]http://rathena.org/board/topic/65197-capture-the-flag/[/url] from Goddameit CTFGoddameit.zip
  14. Version 2

    1130 downloads

    <iframe width="560" height="315" src="http://www.youtube.com/embed/h7glwpdC6T0" frameborder="0" allowfullscreen></iframe> Capture the flag and take it back to the base. Need a GM to activate event.
    Free
  15. @goddameit the map is in x mode ___ ___ | |___________| | | ___________ | |___| |___| check ingame~
  16. did you try to restart the server?
  17. goddameit it's already working. but i don't know how to configure it i want to share my custom map for it. but i don't know how can i configure it. if goddameit agree. i will share here MIDDLE \ [RED TEAM] BLUE TEAM
  18. Phantasia,95,98,5 script Home Owner 100,{ if (.bought == 1) goto L_Bought; mes "[Home Helper]"; mes "Please pick an option!"; menu "Buy!",-,"Cancel",L_Cancel; next; mes "That'll be [ 10,000 ] Phantasm Coins."; menu "Okay",-,"Nevermind",L_Cancel; next; if (countitem(7539) > 10000) goto L_Cancel; delitem 7539,10000; set .charID$, strcharinfo(0); set .bought,1; mes "Congratulations!"; mes "You have a home!"; close; L_Bought: if (.others == 1) goto L_OtherWarp; if (.charID$ != strcharinfo(0)) goto L_Exit; mes "[Home Helper]"; mes "How may I help you "+ strcharinfo(0) +"?"; menu "Warp Inside",L_Warp,"Abandoned House?",L_Sell,"Nevermind",L_Cancel; L_Sell: mes "[Home Helper]"; mes "You are sure about this?"; menu "Yes!",-,"No!",L_Cancel; next; set .charID$, Nobody; set .bought, 0; set .others, 0; mes "Done!"; close; L_OtherWarp: if (.charID$ != strcharinfo(0)) goto L_Warp; mes "[Home Helper]"; mes "How may I help you "+ strcharinfo(0) +"?"; menu "Warp Inside",L_Warp,"Abandoned House?",L_Sell,"Nevermind",L_Cancel,"Allow Others To Enter",L_others,"Do Not Allow Others To Enter",L_me; L_Warp: warp "house_inn.gat",42,28; end; L_Exit: mes "[Home Helper]"; mes "Not the Owner."; mes "I only help ["+ .charID$ +".]"; close; L_Cancel: close; } //*********************************************// - script Helper2x::hexor -1,{ mes "[Maid]"; mes "What can i do for you ma'am and sir?"; next; menu "> Heal",L_Heal,"> Buffs",L_Buf,"> Soul Link",L_Soul,"> Storage",L_sto,"> Invite a player",L_others; L_Soul: mes "You want me to Soul Link you?"; switch(select("Yes:No")) { case 1: switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, .@time, 5, .@spirit,0,0; skilleffect .@spirit, 5; } case 2: mes .@n$; mes "Okay,goodbye!"; close; } L_heal: percentheal 100,100; specialeffect2 548; // Red for an instant close; L_buf: sc_start SC_BLESSING,.duration,10; // Blessing lvl 10 sc_start SC_INCREASEAGI,.duration,10; // Increase agi lvl 10 sc_start SC_CP_HELM,600000,5; sc_start SC_CP_SHIELD,600000,5; sc_start SC_CP_ARMOR,600000,5; sc_start SC_CP_WEAPON,600000,5; sc_start SC_ASSUMPTION,60000,5; close; L_sto: close2; openstorage; end; L_others: mes "[Home Helper]"; mes "Input the correct name of the player you want to invite"; next; input(.@qx$); if(getcharid(0,.@qx$)){ warpchar strcharinfo(3),42,29,getcharid(0,.@qx$); mes "complete"; }else{ mes "Error!"; } close; } house_inn,48,30,3 duplicate(hexor) Maid 112 house_inn1,48,30,3 duplicate(hexor) Maid#1 112 house_inn2,48,30,3 duplicate(hexor) Maid#2 112 house_inn3,48,30,3 duplicate(hexor) Maid#3 112 house_inn4,48,30,3 duplicate(hexor) Maid#4 112 house_inn,42,25,0 warp Bh2 1,1,Phantasia,91,101 house_inn1,42,25,0 warp Bh2 1,1,Phantasia,146,99 house_inn2,42,25,0 warp Bh2 1,1,Phantasia,158,129 house_inn3,42,25,0 warp Bh2 1,1,Phantasia,33,14 house_inn4,42,25,0 warp Bh2 1,1,Phantasia,24,41 house_inn mapflag nowarpto house_inn1 mapflag nowarpto house_inn2 mapflag nowarpto house_inn3 mapflag nowarpto house_inn4 mapflag nowarpto how can i fix this when i reloadscript the player who bought it remove to her ownership ?
  19. i dont have sound card so i can't hear the sounds
  20. how to make ground like this?? in mapping?
  21. after people patch on thor patcher they can't open they're client. said Ragnarok stop working. how can i fix this. cuz mine is ok but when other player patch >.< please
×
×
  • Create New...