Jump to content

Morigansan

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Morigansan

  1. 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 [email protected],0; [email protected] < getarraysize(.Moblist)-1; set [email protected],[email protected] + 2 )
    10 :				monster .Map$,0,0,"--ja--",.Moblist[[email protected]],.Moblist[[email protected]+1],strnpcinfo(3)+"::OnMobDead";
    11 :	announce "Total "+mobcount( .Map$,strnpcinfo(3)+"::OnMobDead" )+" special poring has spawned in "+.Map$+"!",0;
    12 : }
    

  2. 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;
    }
    

  3. 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!

  4. 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.

  5. 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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.