Jump to content

EL Dragon

Members
  • Posts

    591
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by EL Dragon

  1. thanks for the help Capuche
  2. the command now only goes on the setarray .Map's but it should not go to the maps ....
  3. still does not work , map server shows 0 error -.-
  4. setarray .Map$[0],"n_pvp","ufc_pvp2","ufc_pvp3","aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05","gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05","payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05","prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; if(strcharinfo(3) == .Map$[0] || strcharinfo(3) == .Map$[1]){ message strcharinfo(0),"This Command goes here not !"; the map does not go coint , it only go n_pvp , ufc_pvp2 , ufc_pvp3 the Guild maps re not going please help me
  5. changeable the #freebies to #freebies1 then it goes, and #freebies++; to #freebies1++;
  6. you're on the filipinos section sir.. the post was only in international but there is now where it should
  7. - script gobind -1,{ // Script-Based @go Alternative by jTynne // Version: 2.0 - January 2013 // Feel free to edit this script or simply use it as a base. // Please give credit if you re-release this script with your own modifications. // Want to show your thanks via Paypal? Shoot me a buck or two : [email protected] - Thanks! OnInit: bindatcmd "go","gobind::OnAtcommand",0,10; end; OnAtcommand: if(compare (.@atcmd_parameters$[0],"list")) { dispbottom "Usage: @go #"; dispbottom "0= Invek 1=Prontera 2=Morroc 3=Geffen 4=Payon"; dispbottom "5=Alberta 6=Izlude 7=Al De Baran 8=Lutie 9=Comodo"; dispbottom "10=Yuno 11=Amatsu 12=Gonryun 13=Umbala 14=Niflheim"; dispbottom "15=Louyang 16=Novice Grounds 17=Prison 18=Jawaii 19=Ayothaya"; dispbottom "20=Einbroch 21=Lighthalzen 22=Einbech 23=Hugel 24=Rachel"; dispbottom "25=Veins 26=Moscovia 27=Midgard Camp 28=Manuk 29=Splendide"; dispbottom "30=Bloodyprontera 31=El Dicastes 32=Mora 33=Dewata 34=Malangdo"; dispbottom "35=Port Malaya 36=Eclage"; end; } // map name,x,y,level requirement, group id minimum requirement if(compare (.@atcmd_parameters$[0],"invek") || .@atcmd_parameters$[0] == "0") { callsub Process,"invek",146,166,0,0; } if(compare (.@atcmd_parameters$[0],"prontera") || .@atcmd_parameters$[0] == "1") { callsub Process,"prontera",156,191,0,0; } if(compare (.@atcmd_parameters$[0],"morocc") || .@atcmd_parameters$[0] == "2") { callsub Process,"morocc",156,93,0,0; } if(compare (.@atcmd_parameters$[0],"geffen") || .@atcmd_parameters$[0] == "3") { callsub Process,"geffen",119,59,0,0; } if(compare (.@atcmd_parameters$[0],"payon") || .@atcmd_parameters$[0] == "4") { callsub Process,"payon",177,101,0,0; } if(compare (.@atcmd_parameters$[0],"alberta") || .@atcmd_parameters$[0] == "5") { callsub Process,"alberta",192,147,0,0; } if(compare (.@atcmd_parameters$[0],"izlude") || .@atcmd_parameters$[0] == "6") { callsub Process,"izlude",128,114,0,0; } if(compare (.@atcmd_parameters$[0],"aldebaran") || .@atcmd_parameters$[0] == "7") { callsub Process,"aldebaran",140,131,0,0; } if(compare (.@atcmd_parameters$[0],"lutie") || .@atcmd_parameters$[0] == "8" ) { callsub Process,"xmas",147,134,0,0; } if(compare (.@atcmd_parameters$[0],"comodo") || .@atcmd_parameters$[0] == "9" ) { callsub Process,"comodo",209,143,0,0; } if(compare (.@atcmd_parameters$[0],"yuno") || .@atcmd_parameters$[0] == "10") { callsub Process,"yuno",157,51,0,0; } if(compare (.@atcmd_parameters$[0],"amatsu") || .@atcmd_parameters$[0] == "11") { callsub Process,"amatsu",198,84,0,0; } if(compare (.@atcmd_parameters$[0],"gonryun") || .@atcmd_parameters$[0] == "12") { callsub Process,"gonryun",160,120,0,0; } if(compare (.@atcmd_parameters$[0],"umbala") || .@atcmd_parameters$[0] == "13") { callsub Process,"umbala",89,157,0,0; } if(compare (.@atcmd_parameters$[0],"niflheim") || .@atcmd_parameters$[0] == "14") { callsub Process,"niflheim",21,153,0,0; } if(compare (.@atcmd_parameters$[0],"louyang") || .@atcmd_parameters$[0] == "15") { callsub Process,"louyang",217,40,0,0; } if(.@atcmd_parameters$[0] == "16") { callsub Process,"new_1-1",53,111,0,10; } // Novice Grounds : GM Group 10 or higher only. if(.@atcmd_parameters$[0] == "17") { callsub Process,"sec_pri",23,61,0,10;} // Prison: GM Group 10 or higher only. if(compare (.@atcmd_parameters$[0],"jawaii") || .@atcmd_parameters$[0] == "18") { callsub Process,"jawaii",249,127,0,0; } if(compare (.@atcmd_parameters$[0],"ayothaya") || .@atcmd_parameters$[0] == "19") { callsub Process,"ayothaya",151,117,0,0; } if(compare (.@atcmd_parameters$[0],"einbroch") || .@atcmd_parameters$[0] == "20") { callsub Process,"einbroch",64,200,0,0; } if(compare (.@atcmd_parameters$[0],"lighthalzen") || .@atcmd_parameters$[0] == "21") { callsub Process,"lighthalzen",158,92,0,0; } if(compare (.@atcmd_parameters$[0],"einbech") || .@atcmd_parameters$[0] == "22") { callsub Process,"einbech",70,95,0,0; } if(compare (.@atcmd_parameters$[0],"hugel") || .@atcmd_parameters$[0] == "23") { callsub Process,"hugel",96,145,0,0; } if(compare (.@atcmd_parameters$[0],"rachel") || .@atcmd_parameters$[0] == "24") { callsub Process,"rachel",130,110,0,0; } if(compare (.@atcmd_parameters$[0],"veins") || .@atcmd_parameters$[0] == "25") { callsub Process,"veins",216,123,0,0; } if(compare (.@atcmd_parameters$[0],"moscovia") || .@atcmd_parameters$[0] == "26") { callsub Process,"moscovia",223,184,0,0; } if(compare (.@atcmd_parameters$[0],"midgard") || .@atcmd_parameters$[0] == "27") { callsub Process,"mid_camp",180,240,0,0; } if(compare (.@atcmd_parameters$[0],"manuk") || .@atcmd_parameters$[0] == "28") { callsub Process,"manuk",282,138,0,0; } if(compare (.@atcmd_parameters$[0],"splendide") || .@atcmd_parameters$[0] == "29") { callsub Process,"splendide",197,176,0,0; } if(compare (.@atcmd_parameters$[0],"prontera2") || .@atcmd_parameters$[0] == "30") { callsub Process,"prontera2",155,192,0,0; } if(compare (.@atcmd_parameters$[0],"el dicastes") || .@atcmd_parameters$[0] == "31") { callsub Process,"dicastes01",198,187,0,0; } if(compare (.@atcmd_parameters$[0],"mora") || .@atcmd_parameters$[0] == "32") { callsub Process,"mora",44,151,0,0; } if(compare (.@atcmd_parameters$[0],"dewata") || .@atcmd_parameters$[0] == "33") { callsub Process,"dewata",200,180,0,0; } if(compare (.@atcmd_parameters$[0],"malangdo") || .@atcmd_parameters$[0] == "34") { callsub Process,"malangdo",140,114,0,0; } if(compare (.@atcmd_parameters$[0],"malaya") || .@atcmd_parameters$[0] == "35") { callsub Process,"malaya",242,211,0,0; } if(compare (.@atcmd_parameters$[0],"eclage") || .@atcmd_parameters$[0] == "36") { callsub Process,"eclage",110,39,0,0; } // Custom @go locations below. Also edit them in or out of the master list found towards the top of this script file. else { dispbottom "[Server] : To use @go, enter a number 0 or greater. For a full list of available warps, type '@go list'."; end; } end; Process: set .@group,getarg(4); set .@lvl,getarg(3); set .@mapname$,getarg(0); set .@x,getarg(1); set .@y,getarg(2); if(.@lvl > 0) { if(BaseLevel < .@lvl) { dispbottom "[Server] : You need to be at least base level "+.@lvl+" or higher to teleport to this location."; end;} } if(.@group > 0) { if(getgroupid() < .@group) { dispbottom "[Server] : This map cannot be accessed by your group/account level."; end;} } warp .@mapname$,.@x,.@y; end; }
  8. You can a Download link pls ?
  9. I have kro updated but these sprites are missing.... NOFEAR_POQWER_HEADGEAR => _NOFEARÆÄ¿öÇìµå±â¾î THA_MAERO_MASK => _Ÿ³ªÅ佺Àǽ½Çİ¡¸é TENKAIPPIN_RAMEN => _õÇÏÀÏǰ¶ó¸é SHINING_SUNFLOWER => _ºû³ª´ÂÇØ¹Ù¶ó±â DOKKEBI_MASK => _µµ±úºñ°¡¸é B_FEATHER_BERET => _°ËÀº±êÅк£·¹¸ð STAR_DUST_HAIRBAND => _½ºÅ¸´õ½ºÆ®Çì¾î¹êµå 2011_RMSC => _2011_RMSC and some npc sprites....
  10. conf/ char_athena.conf search char_del_delay: 86400 change 86400 to 120 is 2min and compile you server
  11. if (rand(100) < 10) { setarray .RandItem[0],501,502,503; // Items with 10% Chance setarray .RewardNumber[0],1,1,1; // Reward Number } else { setarray .RandItem[0],501,502,503; // Items with 90% chance setarray .RewardNumber[0],5,5,5; // Reward Number } getitem (.RandItem[rand(.RandCount)],.RewardNumber); add on setarray .RewardNumber the nummber of items the the npc the player gives
  12. wow nice , gives already a Previwe website ? or not
  13. thx Napster for the help hmm the , not gehtn // Robe = 4|8192 // Ammo = 32768 // Shadow Armor = 65536 // Shadow Weapons = 131072 // Shadow Shield = 262144 // Shadow Shoes = 524288 // Shadow Acc R = 1048576 // Shadow ACC L = 2097152 there is a red message Fordidden to Wear the stat can not ne worn
  14. how do I make a Costume Accessory So for style slots have only headgear id's go found 1024 = Styles Upper headgear 2048 = Styles Middle headgear 4096 = Styles Lower headgear how are the id's for Accessory , Armor etc. Pls Help
  15. thx Capuche for the help
  16. ehm how can I change the cash points to #mission_points ? edit2: and dispbottom for mob kill does not go
  17. but it does drop the item in a line , not random
  18. this is the script - script Haze2 -1,{ Onitemrain: .@itemid = atoi( .@atcmd_parameters$ ); if ( getitemname( .@itemid ) == "null" ) { message strcharinfo(0), "Invalid Item ID"; end; } .@area = getbattleflag("area_size"); getmapxy .@map$, .@x, .@y, 0; while ( .@i < 100 ) { makeitem .@itemid, 1, .@map$, .@x + rand( -.@area, .@area ), .@y + rand( -.@area, .@area ); .@i++; } end; OnInit: bindatcmd "itemrain", strnpcinfo(0) +"::Onitemrain", 60,100; end; } So who do I use it @itemrain ID but I will gladly @itemrain ID item number 1-100
  19. sorry it was automatic script //http://rathena.org/board/topic/53877-lucky-pick-event/ //emistry script - script AutoFunEvent -1,{ OnInit: OnClock0000: set .LuckyTime,rand(24); OnMinute00: if( gettime(3) == .LuckyTime ){ set .DelayMin,rand(60); sleep ( .DelayMin * 60000 ); while(1){ query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid; attachrid .@aid; if( CheckVending() ){ DetachRID(); continue; } announce strcharinfo(0) +" won 500 Cash in Lucky Pick Event", 0,0x00FF00; set #CASHPOINTS,#CASHPOINTS+500; dispbottom "you got 500 cash point"; break; } } end; }
  20. which lies at the head sprites http://rathena.org/board/files/file/2438-head-sprite-fix/
×
×
  • Create New...