Search results

  1. PunkBuster

    FluxCP: GM Level of new accounts

    Because of a certain peculiarity of my server, all normal player accounts are gm level 1. Is there a setting in FluxCP where I can configure the GM level of newly created accounts?
  2. PunkBuster

    Hex to enable /nc in WoE

    This is a continuation of the question I brought posted here. I am running a server in PK mode. I want guild emblems to show hovering over players in all PK maps. It turned out that this behavior was governed by the ragexe, not the src. Modifying the packets I was able to fool the game into...
  3. PunkBuster

    Always show emblems over character heads

    I've got a server running on PK mode. I want guild emblems to show over character heads all the time, like in WoE. In other words, I want the Emblems over character heads to display in all maps, not just on mapflag gvg maps. I cannot find where in the src this behavior is governed. Anybody has...
  4. PunkBuster

    Make a particular skill ignore GTB

    When it comes to status effects, I know there's a switch in status.c that can easily make certain effects not work on targets using GTB Card. However, I want to modify a damage spell to ignore GTB. Specifically, I want Spell Fist to damage targets using GTB Card. Where should I be looking?
  5. PunkBuster

    Writing options to Registry or file?

    I'm running a very vintage server that uses a 2009 ragexe.exe. A have a really bad issue that nearly every player has complained about. "My game opens in a tiny window." As you know, the root of this problem happens because my client is looking for resolution settings on the Windows Registry...
  6. PunkBuster

    Lots of errors on Compiling

    Errors like these all over the compiling process. I had to use ./configure --enable-64bit. The servers do finish compiling and it works, I've logged in and tested Rebellion/Star Emperor/Soul Reaper skills for over an hour and had no crashes, no warning, no unexpected behavior or anything. I...
  7. PunkBuster

    There is no command to delete items on Carts !!

    The title says it all, I want to delete stuff in carts but there is no scripting commands that does it. Requesting new addition.
  8. PunkBuster

    Map indicators from Renewal are poluting my pre-re server

    These indicators are everywhere. How do I disabled it? Using latest hercules and 2018-03-28bRagexe.
  9. PunkBuster

    Items that calls up a script

    Is it possible to create an item that calls up a script? What I want to do is an item that stays permanently on player's inventories. When it is used, it calls up a script that give information about the current users on the map.
  10. PunkBuster

    Super Novice Fury - Error Message

    I have set the variable... snovice_call_type: 1 ...into my confs. I've tested in-game and I get this system error message, saying that I cannot perform the Super Novice Fury. In other words, the conf does not work, or I'm doing something else wrong.
  11. PunkBuster

    PK Mode and Manner System?

    The above is from iROwiki. I know official PK servers are ancient but, did this feature ever exist for emulator? And more importantly, can this be used today? I don't particularly care about the bonus stats or the silence effect, but having player names turn RED when they kill other players...
  12. PunkBuster

    DB error - Table 'hercules_rag.loginlog' doesn't exist

    This is a stupid question but I really can't figure this out. My login server is accusing: DB error - Table 'hercules_rag.loginlog' doesn't exist In other words, it cannot find the loginlog table inside the hercules_rag database. This absolutely does not make sense, because loginlog belongs...
  13. PunkBuster

    Deciding a Ragexe

    I've worked on several servers before but, for the first time, I'm putting one together from scratch. My question is, what is the most wise method of choosing a Ragexe to use? -there is no list that says which features are part of which exes; -there is no list of stable exes;   There are...
  14. PunkBuster

    Arrow Shower not pushing Traps

    Are there any server configurations that would prevent Arrow Shower from pushing traps? It's not working on my server, at all. Also, is it normal that traps will hurt the Hunter when he steps on his own traps? In my old eAthena server the traps would disappear but deal no damage, but they're...
  15. PunkBuster

    Move to NPC when clicking

    My server has a few couple NPCs that do not open game windows when clicked. The best example of this is my Yggdrasil-giving NPC: payon.gat,153,225,5 script Yggdrasil Berry::berry 4_F_FAIRYKID2,{ if (checkweight(607,1) == 0 ) end; getitem 607,1; end; }  It works fine. The problem is, when...
  16. PunkBuster

    Map Zone question and Misc Damage

    My server will run on PK mode enabled. I'd like to adjust damage using the damage_rate modifiers on map_zone_db, but I have a few questions. First, I'd like to know which skills exactly are considered Misc Damage. I googled around but, surprisingly, I couldn't find a list anywhere. Second, I'd...
  17. PunkBuster

    Hercules vs rAthena: Current differences

    I am the admin of a very old RO server, still running on eAthena. I want to port us from eAthena to a a modern emulation, but first I'd like to choose which one. I've found many old topics regarding Hercules x rAthena differences, but they all seem to be from about 3 years ago or so. I'd like to...
  18. PunkBuster

    Very messy console after updating

    Since the change that made script commands case-sensitive, I've gotten literally hundreds of smal warnings on the console, from my custom scripts, because several of them had small "mistakes" such as: Next; GOTO Switch(Select()) and so on. Was this change REALLY necessary? And the worst...
  19. PunkBuster

    Request - Elemental Immunity

    Currently, if you have 100% resistance to an element, you still take 1 damage from that attack(considering the attack was 100% elemental). I'd like to src edit the game so that 100% resist will make attacks miss completely. That's how it worked on my eAthena server in the past, and I'd like that...
  20. PunkBuster

    Elementproof Potions

    My Elemental Resist Potions are using the SC_ARMOR_ELEMENT effect. For instance, my Thunderproof is scripped as: sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; I assumed the first field is duration, and the other 4 are resistances to each of the first 4 elements(Fire, Water, Wind, Earth). I'd...
Back
Top