Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. i grab everything from this link http://subversion.assembla.com/svn/ClientSide/
  2. you can try http://rathena.org/board/files/file/2252-rathena-database-editor/
  3. prontera,155,181,5 script Sample 757,{ .@pod = countitem( 7179 ); if( .@pod ){ delitem 7179,.@pod; #ROK_POINTS += .@pod; npctalk "You gained "+.@pod+" ROK Points. Total : "+#ROK_POINTS+" points."; } end; }
  4. you can only have maximum of 4 slot .... you may need some source mod for extend item slot...example src mod from Epoque's pack ...( made quite long ago, dont know still work or not ) if you dont have source mod....probably you have to duplicate every single equipment to have 1,2,3,4 slot ....
  5. Emistry

    IP banning

    try edit the .htaccess file ..you can ban certain IP from there.
  6. config/application.php 'Custom Link' => array( 'Link 1' => array( 'exturl' => 'http://www.fluxro.com/community' ), 'Link 2' => array( 'exturl' => 'http://www.fluxro.com/community' ), 'Link 3' => array( 'exturl' => 'http://www.fluxro.com/community' ), 'Link 4' => array( 'exturl' => 'http://www.fluxro.com/community' ), ),
  7. you can try use this https://rathena.org/board/index.php?/files/file/2962-%7B?%7D/
  8. this ? http://rathena.org/board/topic/76358-label-onpcattackmobevent/
  9. you can do like this http://upaste.me/r/3a5183 example // 607,..........,{ callfunc( "Sample",607,86400 ); percentheal 100,100; },{},{} but this is not a suggested way, since every account / characters have their limit to store those variable ....most likely you can only save up to ~250+ items .... src/common/mmo.h#L85 perhap you should just try post at Development area and suggest them to extend the db/item_delay.txt to support weekly / monthly delay.
  10. normally....if it's your first time to play the RO, the setup should have pop out for the first time allow you to set the settings you want.
  11. why not using the official booking system??
  12. OMG OMG OMG OMG !! It's Kingdom Heart !!!!! Definitely a like from me... hope more will come ... alot towns / maps in Kingdom Heart look great too xD
  13. db/skill_damage_db.txt
  14. probably you should at least take a look inside the script ?? // -- Usable for Only 1 Time set .Based,0; // [ 0 - Account Based / 1 - Character Based ]
  15. http://subversion.assembla.com/svn/ClientSide/Lua_Project/System/
  16. use OnClock OnClock0100: // 1am OnClock1000: // 10am OnClock2000: // 8pm etc
  17. conf/battle/items.conf#L17 // Whether to allow buying from vending chars that are at their max. zeny limit. // If set to yes, the rest of the zeny above the char's capacity will disappear. vending_over_max: yes
  18. http://subversion.assembla.com/svn/ClientSide/Lua_Project/System/Towninfo.lua
  19. http://www.eathena.ws/board/index.php?showtopic=269869
  20. remove the Cold Medicine from db/item_delay.txt 12257,Cold_Medicine,Cold Medicine,0,20,,100,,,,,0xFFFFFFFF,63,2,,,50,,,{ percentheal 25,25; },{},{} it's already 25% by default... 1288,EMPELIUM,Emperium,Emperium,90,300,1,0,0,1,60,73,64,50,1,17,80,50,26,20,10,12,0,8,26,0x160,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  21. if( strcharinfo(3) == "prontera1" || strcharinfo(3) == "prontera2" || strcharinfo(3) == "prontera3" ){ getnameditem 7420, rid2name( killedrid ); } end; or if( strcharinfo(3) != "prontera1" && strcharinfo(3) != "prontera2" && strcharinfo(3) != "prontera3" ) end; getnameditem 7420, rid2name( killedrid ); end;
  22. OnNPCKillEvent: if( getmonsterinfo( killedrid,MOB_MVPEXP ) ){ @score += 100; }
×
×
  • Create New...