Jump to content

crazyarashi

Developer
  • Posts

    763
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by crazyarashi

  1. use an invisible npc to show the special effect. :))
  2. Your post lacks information. I don't really know what you need. You should add more information so people can help you.
  3. you do need to see the errors in the console in putty or vcn logs. you do need to provide what client youre using so we can reproduce the error and help.
  4. Is it possible in rAthena to make a warp portal randomly warp you in 5 different places
  5. If you mean really fixed delays just add cooldowns on it. 62,350,0,0,0,0,0,350 //Bowling Bash of Knight. 62,350,0,0,0,0,500,350 //Bowling Bash of Knight. 0.50 Sec Cooldown 62,350,0,0,0,0,1000,350 //Bowling Bash of Knight. 1 Sec Cooldown
  6. This just came up in my mind LMAO don't know if it works XD Weird
  7. When I tried hamachi and failed to make it work after tons of test. It's more suggestible to get a cheap vps for testing. :))
  8. - script ItemCheck -1,{ OnPCLoadMapEvent: getmapxy(.@map$,.@mapx,.@mapy,0); if(.@map$!="2@mir") end; if(countitem(501) > 0){ warp "prontera",156,191; end; } } 2@mir mapflag loadevent For MapCheck. //=================================================================// //================= Custom leveling warper level 1 - 10 only ======// //=================================================================// prontera,150,177,6 script Warper 1-10 858,{ if (BaseLevel > 10) { mes "[ ^0065DFWarper^000000 ]"; mes " These Area is not for you "; close; } if(countitem(501) > 0){ mes "[ ^0065DFWarper^000000 ]"; mes "This Item is not allowed inside"; close; } else { mes "[ ^0065DFWarper^000000 ]"; mes "Would you like to enter?"; if (select("Yes!","No thanks.") == 2) close; warp "2@mir",101,95; close; OnInit: waitingroom "Leveling Area 1-10",0; end; } For NPC
  9. bonus2 bSkillAtk,"SK_TEST",50/2; Try this :))
  10. I think this item have multiple item numbers with different effect and just delitem and getitem to the same item with different effect vary on the option selected. :))
  11. What githash are you using? :))
  12. change all qshop and also use a codebox. :))
  13. If you use OnMinute00 = Starts EveryHour / OnMinute30 = Starts every 30 minutes of an hour (1:30, 2:30, and so on) You can use OnClock1300 = 1PM or OnHour 23 :))
  14. Try using toasty woe controller for your novice castles and other castles :)) Toasty WOE Controller
  15. What git hash are you using. its better to provide more information :))
  16. The item is either not coded in the iteminfo.lua or you are missing the iteminfo.lua :))
  17. setarray .Castles$[0], "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05", "payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05", "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05", "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05", "arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05", "schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05", "your_cas01"; <- setarray .EndLabel$[0],"ar01","ar02","ar03","ar04","ar05","sc01","sc02","sc03","sc04","sc05"; setarray .Days$[0],"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"; setarray .Regions$[0],"Prontera","Payon","Geffen","Aldebaran","Arunafeltz","Schwaltzvalt","Your Castle Area Name"; <- setarray .Map$[0],"prt_gld","pay_gld","gef_fild13","alde_gld","aru_gld","sch_gld","castle_map_name"; <- setarray .MapX[0],134,240,153,111,208,121,295,317,140,204,214,308,143,193,305,48, 95,142,239,264,158,83, 68,299,292,293,288, 97,137, 71,2000(X Coords); <- setarray .MapY[0], 65,128,137,240,240,233,116,293,160,266, 75,240,240,278, 87,83,249, 85,242, 90,272,47,155,345,107,100,252,196, 90,315,2000(Y Coords); <- Check the parts that i have edited :))
  18. Have you tried adding your castles in the array of castle in the woe controller? :))
  19. I really dont get the baphomet card but try this for your dracula card 4134,Dracula_Card,Dracula Card,6,20,,10,,,,,,,,2,,,,,{ bonus bSplashRange,2; bonus2 bHPDrainRate,100,100; },{},{}
  20. Can you please provide a bit more information about this maybe elaborate it a bit :)) and don't use a codebox.
  21. I Think bg_get_data is pretty much the same it's the one im using in my custom bg script :))
×
×
  • Create New...