Search results

  1. H

    question about tiger cannon

    While doing a test. I noticed that TC does not change to elemental property when using converter. Is this a bug or this is normal?
  2. H

    Where to find Full Throttle files?

    Can someone guide me on where to find the files of FULL THROTTLE in main data.grf? ​It's crashing the CLIENT when casting FULL THROTTLE. I need to add those file to my data to avoid errors if using SMALL CLIENT FILES.   
  3. H

    Is it possible to downgrade my CLIENT 2yrs back?

    Hello Everyone, I really need your feedback about my CLIENT. Right now I'm using 2014-01-15 everything is working fine as long as you downloaded the FULL CLIENT. The problem now is the SMALL CLIENT It gives so much problem to players if they did not run or update their KRO files. So I'm thinking...
  4. H

    Unauthorized access in VOTEFORPOINTS?

    Anyone experienced this before? My voteforpoints module is rejecting NORMAL account which is 0 to access the INDEX of voteforpoints. I already check the access.php and it's already there it's set to NORMAL. What else did I missed? Right now only admin can access the module Please help?
  5. H

    How to Nerf this Formula?

    Need Help nerfing Tiger Cannon.   case SR_TIGERCANNON:// ATK [((Caster consumed HP + SP) / 4) x Caster Base Level / 100] % { int hp = status_get_max_hp(src) * (10 + 2 * skill_lv) / 100, sp = status_get_max_sp(src) * (6 + skill_lv) / 100; if( sc &&amp...
  6. H

    Endless Tower MvP Drops?

    How can I add drops on MVPS in Endless Tower? Please help 
  7. H

    Badly need HELP :(

    Does anyone  knows how to FIX this disconnection problem.   [Warning]: clif_parse: Received unsupported packet (packet 0x50a2 (0x5548), 19 bytes received), disconnecting session #8.   I really need help about this   Players are getting DC once in a while.
  8. H

    HELP: How to see MAP CRASH error in linux?

    Eversince I transfer my  server to linux I never see the actual error happening in MAP SERVER.  I'm using Winscp to connect and putty sometime.  Is there a way to monitor the error? or any log will do?
  9. H

    Less than 2GB Client Files?

    Hi, I'm trying to create my client installer using 3rd party app. like Install Creator[ClickTeam] but the limit is set to 2GB. I really like how "Install Creator" works. So my only option is to optimize my CLIENT files.  I'm using 2014 client and my client size is 2.4GB. Now what are the files...
  10. H

    Can hit MVP's when about to die?

    Is this normal? I can't hit MVPs with neutral or normal attack when dying? 
  11. H

    get the CLASS name of killerrid OnPCDieEvent

    I'm trying to return the class name of the killerrid on onPCDieEvent using set @eac,eaclass();   But it only returns a number e.g. 20740   What is the correct way to do this?
  12. H

    Demonic Fire Skill

    How to increase the damage of Demonic Fire? I tried adjusting the damage in map_zone_db but its not working. mapflags: ( "adjust_skill_damage GN_DEMONIC_FIRE 5000" )
  13. H

    Can't fix this error please help

    [Error]: bg_config_read: failed to find 'allowedTypes' for arena 'Tierra Gorge'/#0 [Error]: bg_config_read: failed to find 'allowedTypes' for arena 'Flavius'/#1 [Error]: bg_config_read: failed to find 'allowedTypes' for arena 'KVM (Level 80 and up)'/#2 [Error]: bg_config_read: failed to find...
  14. H

    Request: Timeholder Sprite

    Can I request the sprite of this npc?
  15. H

    Anyone knows how to HEX this?

    Anyone knows how to hex CLIENT to show WOE DAMAGE in CHATLOG?  I mean, dealt damaged to players. OR Maybe this is a PAID SERVICE? PM ME IM INTERESTED.
  16. H

    Is this possible? How?

    Is it possible to LOCK the MOUSE CURSOR inside the client?  They will need to alt+tab to select other window? This will prevent unwanted clicks outside the client screen.
  17. H

    requesting this kind of script? if doable.

    When you talk to an NPC. A define Item is directly equipped to users, then when the script ENDS the item will auto remove from the user including logout event. More info: When I say remove it means DELETE from equip or inventory. 
  18. H

    Missing Ghost?

    In item bonus script in doc. Is Spirit = Ghost?  bonus2 bMagicAddEle,n,x; +x% magical damage against element n n: 0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead
  19. H

    isequipped() can check same item?

    How can I write this? if 2 ring_  isequipped || isequippedcnt of IFRIT is == 2 bonus 1 else bonus 2 ???? if(isequipped(Ring_) == 2 ) || isequippedcnt(Ifrit_Card) == 2) { bonus bStr,50; } else { bonus bStr, 20; } Looks like isequipped only returns 1 and 0. Any possible way?
  20. H

    Tips on optimizing Client Files

    Anyone like to share the tips on how to optimize client files effectively? What are the files that not necessary?
Back
Top