Search results

  1. Zirius

    Who/which updates "ragsrvinfo" table?

    Yes thanks! Evidently it showed what you described. But, I think there's something wrong? I got sooooo many entries in ragsrvinfo with the same indexes. Is that normal? Memory leak i think? edit. If you want to reproduce "this", @reloadbattleconf creates another entry in SQL everytime you...
  2. Zirius

    Who/which updates "ragsrvinfo" table?

    I just want to know how reliable is "ragsrvinfo", I like to put it on my fluxCP. The thing is I implemented floating rates, so I want to know if ragsrvinfo table is constantly getting updated or it remains static for a long time. Or it would be good that it gets updated everytime my floating...
  3. Zirius

    How to announce multiple lines?

    Hello! I am just wondering how to put line break on my announce?   Just like this one: I tried n but seems like client is not parsing it? Thanks!
  4. Zirius

    what does comparison "<<" do?

    @AnnieRuru Thank you very much that's all I need. It is working great now, I am calling it via external PHP now, i plan on integrating this as a FluxCP module/addon.
  5. Zirius

    Player not Attached on BreakGuild

    Hello! I am trying to show the breaker's name on breakguild I replaced the existing announce with this: announce "The [" + getcastlename(strnpcinfo(2)) + "] castle has been conquered by " + strcharinfo(0) + " of [" + getguildname(.@GID) + "] guild.",bc_all|bc_woe; but, strcharinfo(0) is not...
  6. Zirius

    what does comparison "<<" do?

    I am wondering what does "&lt;&lt;" do in euphy's WOE controller? if ($WOE_CONTROL[.@i+3]&amp;(1&lt;&lt;.@j)) mes " ~ "+getcastlename(.Castles$[.@j])+" ^777777("+.Castles$[.@j]+")^000000"; Thanks!
  7. Zirius

    Disabled skills via map_zone_db.conf are still allowed to be used

    Hello! I am trying to disable "recall" skills to my PVP maps since they are level restricted. Some low level GM(guild masters) uses Emergency call to summon level 99 players in my PVP maps designated only for low levels (they are carnaging everyone), so. I added this to my map_zone_db.conf {...
  8. Zirius

    Are the list of enabled castle maps in db/castle_db.txt are in SQL?

    Thanks for leading me, going to my db and comparing to what my console says, seems like it doesn't record castle properly? I activated 6 castles in my castle_db.txt as console says, by SQL only have 10 entries.
  9. Zirius

    Are the list of enabled castle maps in db/castle_db.txt are in SQL?

    in console, Hercules says perfectly how many castle maps are only enabled,so I'm wondering if they are also recorded in database, if so, where are them? If not, can somebody please give me an example or snippet that updates an SQL table of which and only castle maps are enabled. I am in a...
  10. Zirius

    Guildmate position on minimap lags?

    Hello! I'm running a very smooth hercules on my VPS and noticed that my guildmate's position on minimap lags. Is anyone having the same problem?
  11. Zirius

    implementing a map on resnametable from existing map doesn't work

    I am wondering what could be the problem with this. I restored 2 old maps: payon &amp; izlude, and they both works.   payon's clone on pvp maps work. but not on izlude maps (pvp_y_8-2), it is still loading the new izlude maps, though in my resnametable:   pvp_y_8-2.gnd#izlude.gnd#...
  12. Zirius

    Usable item effects?

    Hello! I created a custom usable item based on awakening potion, it works great, the problem is I am having trouble to mimic the effect of normal awakening potion. Where do you edit that? Thanks!
  13. Zirius

    @recallall includes vendors @autotrade

    Hello! I think there is a bug at using @recallall, the vendors that @autotrade are also being recalled. Is this a bug or Hercules allows that? How can I avoid it? Thanks!
  14. Zirius

    enable monster "luring"

    I remember, when farmiliar/hunter fly chases you and you crossed a standing player, all those mobs will change target and attack the standing player. How to enable that? Tried googling but failed. Thanks!
  15. Zirius

    Where are the messages Hercules outputs in Logs and how to change color?

    Hello! If we allow to show exp gained/zeny gain in exp.conf   Hercules succesfully displays it, but how can I modify the message and the color? Green is lame I think. LOL. UPDATE. How to change the color of "clif_disp_onlyself" output by src/map/pc.c? if(sd-&gt;state.showexp) { char...
  16. Zirius

    Check how many items free space & available weight in inventory

    Hello! I am going to create an NPC that gives non stackable items and afraid that if the player has no free space, he might not get them all. What function can give me something like  if (freespace() &gt; 5 &amp;&amp; freeweight() &gt; 3000 ) {     //give 5 items with sum of 3000 weight }...
  17. Zirius

    Example of an NPC that checks if a player has already learned a skill?

    Hello! Can somebody please give an example of an NPC that checks if a player has already learned the skill. Example, Swordsman's Fatal Blow or Merchant's Change cart. Thanks!
  18. Zirius

    where are the variables stored in SQL?

    Hello! i am starting to script, though there is @set command, I just want to be more precised, how are the variables stored? if it is char variable, will it go to the char table? because i cannot see it. same for account variables? Hope somebody can help. Thanks.
  19. Zirius

    Keep the direction character is facing on warps?

    Is it just me? But I remember years before, when a character is facing say 6 oclock, and got warped, his facing direction will remain? I noticed it on Training Grounds, when NPCs will warp you to the same map, I feel like my character is a robot if his head keeps looking forward. LOL.
  20. Zirius

    Reins of Mount on Item Conf?

    Hello! I'd been searching about the new mounts implementation at Hercules, but all I can see is it was fixed, But cannot really see the reins of mount in item_db, so I'm asking how do you guys implement it. thanks!
Back
Top