Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. try 2010-07-30a on diff patcher of rathena
  2. cuz i want to make a housing system but i don't know how i can start it my script request is the function how can i make that if 1 one char buy it no other player can buy it!. bump! bump!
  3. why other player on my server after they patch client stop working. but other's not? what is that?
  4. I love you clydelion already Solve thx for it ! thx for your time!
  5. portal not showing OnMobDead: if (mobcount("phan_dun","OnMobDead") > 1) { enablenpc "bosswarp"; announce "The portal has now been opened!",bc_map|bc_blue; } else { announce ""+mobcount("phan_dun","OnWelcomes")+" Remaining Monster",bc_map|bc_blue; end; } i think in this line
  6. i follow that why i kill 1 the portal will open this is the script OnMobDead: if (mobcount("phan_dun","OnMobDead") > 90) { announce ""+getmapmobs("phan_dun")+" Remaining Monster",bc_map|bc_blue; } else { enablenpc "bosswarp"; announce "The portal has now been opened!",bc_map|bc_blue; end; } i use @killmonster
  7. is this right? if (mobcount("phan_dun","OnMobDead") == 0) { there are 90 mobs. in the map. when i kill 1 the warp open. he must kill all 90 mobs so the warp will open help!
  8. hmmm let me try it again. cuz when i try it before i only getting error if (mobcount("phan_dun") == 0) { i got error on this line
  9. here Phantasia,150,28,4 script Selecta#1::course 100,{ if ( getgmlevel() >= 90 )goto L_Warper; if ( #jongol == 0 ) goto L_Warper; mes "[sealed Tite]"; mes "I think you are already done on this Dungeon"; close; L_warper: getpartymember(getcharid(1)); if ( $@partymembercount >= 1 ) { mes "[selecta]"; mes "Do you want to warp?"; set #closes1,1; disablenpc "bosswarp"; next; menu "Yes. I want to go there.",yess,"No. I Don't wan to go there",noo; noo: close; yess: donpcevent "mons3::OnWelcomes"; donpcevent "mons3::OnWelcome"; set #jongol,1; set #close,1; warpparty "phan_dun",19,21,getcharid(1); end; } mes "Only party with at least 1 members are allowed to enter."; close; L_selecta: close; } - script mons3 -1,{ OnWelcomes: monster "phan_dun",0,0,"Hell Randgris",2621,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Apocalypse",2622,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Bomb Poring",2623,10,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Heavy Metaling",2624,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Gloom",2625,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Fallen Bishop",2626,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Atroce",2627,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Berzebub",2628,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Baphomet",2629,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Gloom",2630,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Barbossa",2391,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Black Lost Dragon",2395,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Daehyon",2407,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Magical Misc",2424,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Gold Boitata",2431,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Gold Lost Dragon",2432,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,Krakken,2447,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Queen Scaraba",2442,5,strnpcinfo(3)+"::OnMobDead"; end; OnMobDead: announce ""+getmapmobs("phan_dun")+" Remaining Monster",bc_map|bc_blue; if (getmapmobs("phan_dun") == 0) { enablenpc "bosswarp"; announce "The portal has now been opened!",bc_map|bc_blue; end; } OnWelcome: monster "phan_dun01",0,0,"Hell Sieger",2620,1,strnpcinfo(3)+"::OnBossDead"; end; OnBossDead: if (mobcount("phan_dun01", "mons3::L_Welcome") > 0){ announce "Kill the Hell Sieger",bc_map|bc_blue; } else { announce "You are successfully defeat the Boss Monster",bc_map|bc_blue; end; } L_announce: announce "" + mobcount("phan_dun", "mons3::OnMob") + " Remaining monster, you need to kill all monster",bc_map|bc_blue; end; } phan_dun,64,99,0 warp bosswarp 2,2,phan_dun01,65,61
  10. OnMobDead: announce ""+getmapmobs("phan_dun")+" Remaining Monster",bc_map|bc_blue; if (getmapmobs("phan_dun") == 0) { enablenpc "bosswarp"; announce "The portal has now been opened!",bc_map|bc_blue; end; } help with this script. The portal not showing when mobs get 0 help
  11. PewN

    Rathena SVN

    whem im in character i get dc!
  12. PewN

    Rathena SVN

    can i run ragexre 2010-07-30 on rathena svn?
  13. oo na experience ko na yan. sa isang shop. avast ata gamit. un na delete ung map-server.sql ko ata un ayaw na gumana!.
  14. i don't know if im in a wrong section can i request a full rathena svn in rar. becuz tortoise svn it's not working on my pc my pc is Windows XP .. please
  15. oh THX its working now.
  16. yess: set #jongol,1; set #close,1; warpparty "phan_dun",19,21,getcharid(1); if ( #close == 1 ) goto L_selecta; donpcevent "mons3::OnWelcomes"; end; } mes "Only party with at least 1 members are allowed to enter."; close; L_selecta: close; } - script mons3 -1,{ OnWelcomes: monster "phan_dun",0,0,"Hell Randgris",2621,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Apocalypse",2622,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Bomb Poring",2623,10,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Heavy Metaling",2624,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Gloom",2625,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Fallen Bishop",2626,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Atroce",2627,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Berzebub",2628,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Baphomet",2629,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Hell Gloom",2630,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,Barbossa,2392,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Black Lost Dragon",2395,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,Daehyon,2407,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Magical Misc",2424,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Gold Boitata",2431,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Gold Lost Dragon",2432,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,Krakken,2447,5,strnpcinfo(3)+"::OnMobDead"; monster "phan_dun",0,0,"Queen Scaraba",2442,5,strnpcinfo(3)+"::OnMobDead"; disablenpc "bosswarp"; end; OnMobDead: if (mobcount("phan_dun", "mons3::OnWelcomes") > 0) goto L_announce; announce "The portal has now been opened!",bc_map|bc_blue; enablenpc "bosswarp"; donpcevent "mons3::L_Boss"; end; L_Boss: monster "phan_dun01",0,0,"Hell Sieger",2620,1,strnpcinfo(3)+"::OnBossDead"; end; OnBossDead: if (mobcount("phan_dun01", "mons3::OnWelcomes") > 0){ announce "You are successfully defeat the Boss Monster",bc_map|bc_blue; end; L_announce: announce "" + mobcount("phan_dun", "mons3::OnMob") + " Remaining monster, you need to kill all monster",bc_map|bc_blue; end; } } phan_dun,64,99,0 warp bosswarp 2,2,phan_dun01,65,61 what's wrong with this script. monster are not spawning please help no error on mapserver
  17. i think it's useless whY?. if the server have @warp or @go. you can do it by pressing alt+m and type @go p. so he can bypass the password
  18. Adding bubbles like in iz_dun04 on my custom dungeon how to add like bubbles on my custom dungeon???
  19. sorry frenzmu i think you are correct i want to people not to warp on that map. but this src code counter my script! can i change the nowarpto to nodrop? so no error? src/map/script.c if(map[sd->bl.m].flag.noreturn || map[sd->bl.m].flag.nowarpto) return 0; but i didn't add a mapflag nowarpto on prontera how can i solve this please! btw!. already solve. thx frenzmy
  20. mes "[Party Warper]"; mes "Here you go!"; close2; set @id,getcharid(1); warpparty "prontera",150,100,@id; close; i try that code but it's not working?
  21. btw. i already solve it but thanks to your reply
×
×
  • Create New...