Jump to content

SlashGeeGee

Members
  • Posts

    573
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SlashGeeGee

  1. Thanks Nameless2you and Kenpachi . Solved
  2. so i'll make a exit like this : prt_in.gat,50,105,0 warp exit 2,2,prontera_in.gat,136,186
  3. Thanks does this include the exit ?
  4. Hello rA . i tried to script a warp portal with a countitem and warp script but it doesn't work when i run it it says npc_paresefile error or if (countitem(7179) < 5) Here's my script btw : prontera,133,183,0 warp prt03 2,2,prt_in,50,105 if (countitem(7179) < 5) warp "prt_in",28,169; } else { warp "SavePoint",0,0; dispbottom "You Need 5 Proof of Donation to enter this Warp."; } end; } Thanks for Helping SlashGeeGee
  5. Hello rA, can someone fix my script ? it has a bug . that when a player stay's in the cell in the red box he will not be warped out even if the dice says : "Winning Number : 2" . this also applies in the number 2 , 3 and 4 box . in quiz_01. Here's my script : Dice.txt Cell Bug : Thanks for Helping SlashGeeGee
  6. Thanks to both of you Guys Done .
  7. @Magnetix your script works fine men thanks only problem is the waitingroom will only execute when a player click's the npc. @Jam yeah that's it .
  8. yeah i tabbed them all already the error is on this code : warp "prt_gld",135,64;
  9. it doesn't work. even if i re-arranged it here: - script Disable -1,{ OnInit: disablenpc "WoE Warper"; end; } prontera,156,166,4 script WoE Warper 483,{ OnMon2230: enablenpc "WoE Warper"; end; OnMon2300: disablenpc "WoE Warper"; end; } warp "prt_gld",135,64; end; OnInit: waitingroom "WoE: Kriemhild ^FF0000[ ON ]^00FF00",0; end; } still not working
  10. Hello rA , i have just learned scripting yesterday so forgive me if my script is a mess . Here's my script : - script Disable -1,{ OnInit: disablenpc "WoE Warper"; end; } prontera,150,150,4 script WoE Warper 100,{ OnMon1900: enablenpc "WoE Warper"; end; OnMon2000: disablenpc "WoE Warper"; end; } warp "prt_gld" ,132,64; end; } is it possible to add one more OnInit like this : OnInit: waitingroom "WoE: Kriemhild ^FF0000[ ON ]^00FF00",0; end; } Thanks For Helping SlashGeeGee
  11. Hello rA can i request for a woe warper script ? it has a pub displaying what castle on the woe is on like this, WoE : Kriemhlid [ ON ] also if woe is not on the pub will say WoE : Off. and if the player click's it the npc will say warp to the War Of Emperieum - "Castle Name" . then warp to the assigned area. else no close My WoE Schedule • Monday 7-8PM Kriemhild ( warp : prt_gld 132 64 ) • Tuesday 7-8PM Swandhild ( warp : prt_gld 240 129 ) • Wednesday 7-8PM Fadhgridh ( warp : prt_gld : 153 139 ) • Thursday 7-8PM Skoegul ( warp prt_gld : 111 239 ) • Friday 7-8PM Gondul ( warp prt_gld : 208 239 ) • Sat 7-9PM Mardol ( warp aru_gld : 157 272 ) • Sun 7-9PM Himinn ( warp sch_gld : 293 93 ) Thanks So Much SlashGeeGee BUMP ! Still Hoping
  12. Thanks for this Syouji ! Request done
  13. Hello rA can some make a minimap for this map . here's the map : http://www.mediafire...c0qllt2yp271s0t Thanks so Much, SlashGeeGee
  14. yes . it will mount if you use that item
  15. Have you tried f0xxy's http://rathena.org/board/topic/61936-class-suit-changer/
  16. menu "Register",-,"What is LMS?",what,"Leave",leave; if ( baselevel < 99 ) { mes "you have to be level 99 to participate"; close; }
  17. yeah , but if you want to change settings to pre-re you can do that^ , then recompile .
  18. Just Comment all the Renewal Settings in src/map/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL
  19. Try this one : put the patcher in one folder same with the config packer then pack it .
×
×
  • Create New...