Jump to content

Emistry

Support Leaders
  • Content Count

    526
  • Joined

  • Days Won

    21

Everything posted by Emistry

  1. You lie ! /gg i grab this information from a user named "John Mish" at Facebook ... hehehehe ~
  2. Jman's birthday ... anyone plan for a Birthday Party ??? /gg
  3. if (killedrid == getcharid(3) || rand(100) > 40 ) end;
  4. announce getpartyname( getcharid(1) )+" finished endless tower",0;
  5. Wew..."instant reload" for everything ......xD /no1
  6. show your full source mod instead of just part of it ?? /hmm
  7. getpartymember getcharid(1),2;for( .@i = 0; .@i < $@partymembercount; set .@i,.@i + 1 ) getitem 512,100,$@partymemberaid[.@i];
  8. your euphy's quest shop has been setup incorrectly ... something missed or your type the required item wrongly for 1st item..
  9. summon your last monster using this line monster "6@tower",156,147,"Nacht Sieger",1956,1,instance_npcname("#4th Beeper", instance_id())+"::OnMyMobDead"; OnMyMobDead: getitem 512,100; getitemn 512,100; donpcevent instance_npcname("Lost Soul#102", instance_id())+"::OnEnable"; end; the killer will receive 200 Apple..
  10. perhap just indicate which line got error is enough ...dont have to show the part that error .... just display which file ....which line .. even in map server...when you have toooooo many errors...althought it show all...but sometime you unable to view all due to the limit of line that can show in the console... but usually @reloadscript / @loadnpc will return lesser error ...why ? because i believe they should have fixed most of it before they try run the server ... = )
  11. how about something like in-game error display ? xD display the map-server error in the chatbox of the GM who used @reloadscript / @loadnpc / etc .... most of the time..server who host under linux ..the admin can only view the error through the putty .. but then they closed it...they cant open the putty just to view the error anymore...they have to restart the server so that they can view the map console again .. i heard there was 1 trick used in putty ..something called "screen" ? dunno .. i never success to use it ... newbie in these stuff .. so i was wondering is it possible to add a "in-game display error for the GM who used @reloadscript / @loadnpc ? if this is accepted...perhap can add a config which allow the admin to turn ON/OFF for this features ?
  12. /me throw this at Ind in his Birthday Party... /gg
  13. work fine in my hercules test server ..
  14. i dont have any problem with it in hercules ... show your script problems...
  15. Emistry

    SQL Structure

    i like gepard idea too ... eventually it will increase the readability of the trade log ..and others....
  16. should be this ..... conf/battle/monster.conf // Defines on who the mob npc_event gets executed when a mob is killed.// Type 1: On the player that killed the mob (if killed by a non-player, resorts to type 0)// Type 0: On the player that did the most damage to the mob.// NOTE: This affects who gains the Castle when the Emperium is broken. mob_npc_event_type: 1
  17. you cant open that link directly using browser... it will still work if you checkout it using svn software.. otherwise...read this http://herc.ws/board/topic/152-obtaining-hercules/
  18. If the optional event and trigger parameters are given, the event label ("<NPC object name>::<label name>") will be invoked as if with a 'doevent' upon the number of people in the chat room reaching the given triggering amount. *enablewaitingroomevent {"<NPC object name>"}; used to enable the waitingroom can be trigger upon meeting all requirement ... *waitingroom "<chatroom name>",<limit>{,<event label>,<trigger>,<required zeny>,<min lvl>,<max lvl>}; added so that a npc event can be triggered.
  19. i dont think so ... if you are refering to something like this...Player A talk with NPC....and trigger the command to load the NPC B ...what happen IF player B straight skip the NPC A since Player A have triggered the NPC B..and Player B able to access to NPC B without need to talk with NPC A.... and to solve this...you still have to do some variable trick to fix it....so at the end...you still end up using variable to solve your problem .. so this is useless ... same thing can be achieve by using the disablenpc / enablenpc .... there is no point to add this ...
  20. is this setting for map zone ? or group id ?
  21. OnPCLogoutEvent:if( strcharinfo(3) == "guild_vs3" ){ percentheal 100,100; percentheal -90,-90;}end;
  22. remove all countitem
  23. http://pastebin.com/raw.php?i=NzViisPf
×
×
  • Create New...

Important Information

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