Jump to content

15peaces

Members
  • Posts

    143
  • Joined

  • Last visited

Everything posted by 15peaces

  1. you don't need "< >", these are only placeholders^^ maybe these are the wrong npc names you've told here?
  2. Try this: - script npcdisabler -1,{ OnAgitStart: OnAgitStart2: disablenpc "poring"; disablenpc "PVP ROOM"; disablenpc "disguise"; end; OnAgitEnd: OnAgitEnd2: enablenpc "poring"; enablenpc "PVP ROOM"; enablenpc "disguise"; end; }
  3. You'll have to Run your Patcher as Administrator, then the Patcher will start your game-exe as Administrator, too.
  4. Hier findest die exe: http://svn6.assembla.com/svn/ClientSide/Diff_Project/kRO/RagexeRE/2012/
  5. You're missing column "robe" inside your char- db Query inside your database: ALTER TABLE `char` ADD COLUMN `robe` INTEGER UNSIGNED NOT NULL DEFAULT '0';
  6. query_sql "<your sql commandline>",<your output variable>; ...
  7. query a sql-command in your database: REPAIR TABLE `char`; ^^
  8. this file is inside your data-folder or grf: data/clientinfo.xml (since you're using eAthena: if you're using a old sak-exe it's the sclientinfo.xml, you'll find it on same location ^^)
  9. bump... How to fix this cart bug? <.<
  10. maybe using 3ceam and disable 3rd class related stuff? ^^
  11. i think you're wrong about this... there is a sprite-folder... or is my client THIS outdated?! xD
  12. yeah... how to? ^^"
  13. Dito (2012-04-10 (with 3ceam... but I think it's client-sided...))
  14. I'd prefer an sql-table since configuration and administration (maybe using a webtool) is easier this way... (my oppinion since i'm scripting nearly everything with sql-support to configure it via my cp.. xD)
×
×
  • Create New...