Jump to content

Kurihara

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

Recent Profile Visitors

1356 profile views

Kurihara's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Is there an eAthena compatible version for this event?
  2. You should look through the Utility Script Releases. Some of the scripts you're looking for are already posted there. Utility Script Releases: http://rathena.org/board/forum/138-utility-script-releases/
  3. Is there a script out there already that can sell Regular Items and get them bounded to their accounts? Help please. Thank you in advance.
  4. Haha I do with what's given to me for my server and it was eAthena. I experienced a big failure on my last server when I tried to update it so I might stick with eAthena for a little while. I'll try this script thank you so much for your help
  5. Oh no Kido don't apologize. I thank you very much for your effort Maybe someone can just add on to your idea haha But really thank you so much for this.
  6. Can I bump this? No one has viewed it Can someone help me with this please or let me know if this is even possible or if there's something like this out there. Thank you again in advance!
  7. This conf/groups.conf isn't in my trunk. I'm using eathena btw sorry that I forgot to mention.
  8. Thank you for pointing that out I definitely did not want to include the regular players. As for your script, I'm kind of a noob in scripting still so where should I insert that part? Thank you so much for this, it looks very complicated haha I hope it works. Btw which gm levels does your script apply to?
  9. I was looking for a script that can shove my staff from specified maps and failed to find one, so I attempted to create my own. I thought it was a success because it shoves my staff from these maps but it turns out it shoves them from ALL the maps. Can someone help me with this please! Thank you so much in advance - script AutoKick -1,{ OnPCLoadMapEvent: if( getgmlevel() <= 80 ) atcommand "@shove "+strcharinfo(0); end; } abbey02 mapflag loadevent ra_san05 mapflag loadevent thor_v03 mapflag loadevent lhz_dun01 mapflag loadevent lhz_dun02 mapflag loadevent lhz_dun03 mapflag loadevent payg_cas04 mapflag loadevent abbey03 mapflag loadevent thana_boss mapflag loadevent
  10. Is there a script that makes daily WoE by defending and earning points? For example, a whole guild defends and every 5 min(can be adjusted) they receive a point. Then the guild who has the most points wins the agit or something more or less. Please help..Thank you in advance!
  11. I tried AnnieRuru's but I'm getting this error parse_line: expect command, missing function name or calling undeclared function 16 : OnClock1930: 17 : Onclock2100: 18 : OnClock2230: 19 : OnCLock2359: 20 : initnpctimer; * 21 : 'a'ddrid 0; 22 : if ( getgmlevel() < 20 && !checkvending() ) { 23 : setd ".aid"+ .aidcount, getcharid(3); 24 : .aidcount++; 25 : } 26 : end;
  12. To disable warping TO your pvp room edit conf/mapflag/nowarpto.txt To disable warping OUT of your pvp room edit conf/mapflag/nowarp.txt To disable skills edit conf/mapflag/noskill.txt I hope that helps
  13. Is there a command that I can insert in this script so that it excludes GM lvl 20 or higher? Just like how this script excludes the vendors from being picked. { 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 in Lucky Pick Event.", 0; getitem 675,1; break; } end; }
  14. I see, thank you for your help anyway
  15. Can you please explain to me more how the formula works I don't quite understand it and the positions of the numbers on 0[0],0,16,0,0,0,0,0;
×
×
  • Create New...