Jump to content

Morigansan

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Morigansan's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hi, How can i add 0.5 reduce delay on all skills?
  2. Hi, Im having a problem in my patcher. When i start my patcher and finish patching and click start game nothing happens.
  3. Can anyone convert this .lub files to .lua files for me? http://www.mediafire.com/?cyuza7fyofs0cdj
  4. i got this error script error on npc/custom/poringevent.txt line 7 parse_simpleexpr: unmatch ')' 2 : if( .Event ) 3 : warp "nov_01",0,0; 4 : end; 5 : 6 : OnMinute00: * 7 : if( gettime(3) % 2 '=' 0 ){ 8 : set .Event,1; 9 : for( set .@i,0; .@i < getarraysize(.Moblist)-1; set .@i,.@i + 2 ) 10 : monster .Map$,0,0,"--ja--",.Moblist[.@i],.Moblist[.@i+1],strnpcinfo(3)+"::OnMobDead"; 11 : announce "Total "+mobcount( .Map$,strnpcinfo(3)+"::OnMobDead" )+" special poring has spawned in "+.Map$+"!",0; 12 : }
  5. Anyone can edit this script to every 2 hours it will announce that the event is starteD and you will talk in npc in prontera then it will warp you in nov_02 map. auto summon 50 porings, after the 50 porings get killeD all the players will automatically warp in prontera. - script PoringEvent -1,{ OnClock0000: OnClock0200: OnClock0400: OnClock0600: OnClock0800: OnClock1000: OnClock1200: OnClock1400: OnClock1600: OnClock1800: OnClock2000: OnClock2200: monster "prontera",0,0,"Poring",1725,50,strnpcinfo(3)+"::OnPoringDead"; announce "A special poring has spawned in Prontera!",0; end; OnPoringDead: announce strcharinfo(0)+" has killed the Poring!",0; end; }
  6. go: "Params: <number/city_name>\n" "Warps you to a city.\n" " -3: (Memo point 2) 14: louyang 31: mora\n" " -2: (Memo point 1) 15: start point 32: dewata\n" " -1: (Memo point 0) 16: prison/jail 33: malangdo island\n" " 0: prontera 17: jawaii 34: malaya port\n" " 1: morocc 18: ayothaya 35: eclage\n" " 2: geffen 19: einbroch\n" " 3: payon 20: lighthalzen\n" " 4: alberta 21: einbech\n" " 5: izlude 22: hugel\n" " 6: aldebaran 23: rachel\n" " 7: xmas (lutie) 24: veins\n" " 8: comodo 25: moscovia\n" " 9: yuno 26: midgard camp\n" " 10: amatsu 27: manuk\n" " 11: gonryun 28: splendide\n" " 12: umbala 29: brasilis\n" " 13: niflheim 30: el dicastes" I delete the town from 35: eclage to 26: midgard camp wanting to delete them when typing @go. Bump!
  7. No source edit/custom modification and no compiling error. i edit help.txt and when i type @go or the other comands like @mi, @ii, @skillall etc.. it sayss unknown command. EDIT: I used 2011-03-15 and 2010-06-16 client.
  8. But when i typed @go i got disconnected from the server because the map server is crashed.
  9. When i typed @go the map-server crahsed and also the @mi, @at, @ii when i type them it says failed. Edit: I delete in help.txt the other @go map until moscovia.
  10. SVN Revision 16559 : DB error - Column count doesn't match value count at row 1[/font][/color][color=#282828][font=helvetica, arial, sans-serif][Debug]: at account_sql.c:643 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[/font][/color]
×
×
  • Create New...