Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. find if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased. and edit the value of 60000 to lower...
  2. npc/re/scripts_main.conf#L46 make sure it's loaded ...
  3. make sure your group id doesnt have the permission to bypass nowarp mapflag ...
  4. are you using dota sound pvp system ?? if yes...make sure you installed those sound files correctly....
  5. it's based on guild id .... read flagemblem ... getcastledate with parameter of 1 return the guild id of that particular guild who owned the castle....
  6. db/re/item_noequip.txt
  7. just edit the announce part.. announce strcharinfo(0)+" got a "+getitemname( .@item )+" from Mystical Card Album",0;
  8. official Emperium Behaviours only applicable to Guild Castle .. anyway i remember AnnieRuru has made a patch for it somewhere in her KOE topic ... check her topic and grab the patch file and apply it.
  9. make sure you have the required palletes files..
  10. perhap you're using Renewal EXP that alter the exp rate of monster based on your level ....
  11. close2; if( #delay > gettimetick(1) ){ dispbottom "Delaying..."; }else{ set zeny,zeny-50000000; warp "bossnia_0" + .@choice,202,204; set #delay,#delay + ( 3600 * 5 ); } end; }
  12. input .@amount; if( ( .@amount % 10 ) > 0 ){ mes "Enter multiple of 10..."; close; }
  13. Emistry

    modified exp

    here .. db/re/level_penalty.txt
  14. create a diff file for your custom changes and re-applied it in new svn ...else..manually update all the contents since your last svn..
  15. OnPCDieEvent: if( .System ){ change to OnPCDieEvent: if( .System && killerrid > 2000000 ){
  16. OnMinute00: OnMinute30: // <--- ADD THIS
  17. refer db/const.txt or db/re/item_db.txt sc_start SC_INCATKRATE,10000,10;
  18. you can get all the translated lua/lub here... http://subversion.assembla.com/svn/ClientSide/
  19. get a lub decompiler and decompile it..
×
×
  • Create New...