Jump to content

TiMz

Members
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TiMz

  1. Can you explain it more clearly?
  2. TiMz

    Hackers?

    Also check his inventory for illegal possession of drop rate increasing items.
  3. I remember experiencing that as well. I believe enabling the packet obs fixed the problem, but what did the trick is changing the 3 packets to your own combination. Please test it.
  4. TiMz

    Others. thoughts?

    I agree, my passion has really been here but whenever I'm ask by family or friends what I do I can't really pick an appropriate "job title" as to speak. I'm obviously a try hard considering I've no education background with anything computer related. The terms admin and GM seems to vague and developer makes it sound like I'm a fraud due to my real profession. I apologize for my English.
  5. TiMz

    bug

    Can you restate your problem. Seems hard to understand.
  6. Do you mean you don't want players to get frozen but still take a small amount of damage?
  7. What exactly is your issue with the client?
  8. Is being a full time owner really a thing?
  9. TiMz

    conversion

    Any suggestions?
  10. Does full kro client mean it has a clean ragexe included? If so, from what date is it?
  11. TiMz

    Pet Armor

    Hello, keeping this thread up.
  12. TiMz

    Pet Armor

    I just realize we don't have much resources regarding custom pet armors. I checked id tables and all i saw were these. They use the same sprite name but show a different sprite in-game for the different pet armors. Anyone know what controls the sprites exactly? idnum2itemresnametable 10021#»ç°ú# 10022#»ç°ú# 10023#»ç°ú# 10024#»ç°ú# 10025#»ç°ú# 10026#»ç°ú# 10027#»ç°ú#
  13. If you're renting out from a host then you should contact them.
  14. Well you could use this unorthodox method to preserve the code if you decide to revert the changes. Then don't forget to compile again. src/map/status.c case SC_STONEHARDSKIN: if( sd ) val1 = sd->status.job_level * pc_checkskill(sd, RK_RUNEMASTERY) / 4; // DEF/MDEF Increase break; change to case SC_STONEHARDSKIN: if( sd ) val1 = sd->status.job_level * pc_checkskill(sd, RK_RUNEMASTERY) * 0; // DEF/MDEF Increase break;
  15. What exactly do you want from the stonehardskin effect?
  16. It's been so hard to keep the players hooked to the game. There's only so much updates we admins can do to spice up the game. Yet the decline in population has been drastic. But yea sorry OFFtopic!
  17. Why is having paid files a bad idea? Just to add, as there is clearly a shortage of managers and admins so is the pool of players. Seems like RO is really starting to phase out.
  18. The 18mb file is incomplete. It only has the map for 1 house from prontera.
  19. By the way I'm using thor patcher. I can't seem to find any recent resources for neoncube, isn't that from way back eathena days?
  20. For some odd reason I'm having players complain that they can't execute their patchers or rage.exe usually a missing file or the exe itself starts go missing. Tried it out myself and notice that the anti virus such "Avast" deletes the file. I know the simple solution is to edit the exclusion list but is their anyway to make the file "not a threat" anymore instead of asking all my players to manually config their anti virus?
  21. I'm having troubles coming up with an SQL query in phpmyadmin to wipe all existing headgears equipped at location 4096 from everyones inventory. All help appreciated
  22. izlude,168,64,0 script gcheck#1 -1,{ OnPCLoadMapEvent: getmapxy .@m$,.@x,.@y,0; if(.@m$ == "izlude") { if(getcharid(2) != "1005") { warp "prontera",155,182; Save "prontera",155,182; } } } izlude mapflag loadevent Can't seem to make it work. Players from another guild should be automatically warped to prontera except for those in guild id=1005. But currently nothing happens when you warp to izlude, Up.
  23. For some odd reason I randomly experience this. Sometimes credits are auto added, sometimes it won't.
×
×
  • Create New...