Jump to content

Vengeance

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Vengeance

  1. currently it has not been coded by FluxCP if you have seen this else where its custom made...Auction/Economy/Castles everything are yet to be coded by the FluxCP
  2. This v4p is outdated or is not supported in the latest fluxcp have tested it before and it has not worked...the only v4p working is the paid v4p made by sm devs
  3. This much would be enough ACMD_FUNC(afk) { nullpo_retr(-1, sd); sd->state.autotrade = 1; if( battle_config.afk_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.afk_timeout) : battle_config.afk_timeout) * 60000, 0); } clif_authfail_fd(fd, 15); return 0; }
  4. Well the 10 changes depending on the drop rate set in the conf if its 100 (1x) it will be 10/100*1 1=drop rate set in the conf
  5. He wanted his party members not to be hit in the map so the line pvp_y_1-2%TAB%mapflag%TAB%pvp_noparty should be removed from the mapflag's
  6. 1814,EVENT_MOON,Moonlight Flower,Moonlight Flower,80,30000,0,30000,30000,1,500,800,50,50,1,35,45,112,69,93,10,12,1,2,63,0x37B5,150,1276,576,288,0,0,0,0,0,0,0,0,II,DR,II,DR,II,DR,II,DR,II,DR,II,DR,II,DR,II,DR,II,DR,0,0 here II represents the item ID and DR represents the drop rate example (,501,10) red potion with 10% drop rate.. the 501 number can be changed to your custom Item ID
  7. Well the SQL file is outdated but you can change the txt file to sql here http://nn.nachtwolke.com/dev/eatoys/item-db.htm
  8. Vengeance

    @whodrops

    when u get an error like that try to use the command @reloadmobdb sometimes when you use @reloadscript this happens...
  9. change packet_db_ver: 25 to packet_db_ver: default in db/packet_db and give a try if packet_db_ver is 23 change it to 25 and try
  10. try to install phpmyadmin and access mysql using it...when you have freshly installed mysql it wont have a password for root and sometimes it wont allow to login without a password...but you can access it if you have phpmyadmin installed then add a password for your root and later try to install mysql secured with the new password you changed...
  11. here you can find on how to setup thor patcher.. http://www.axwebsolutions.com/knowledgebase.php?action=displayarticle&id=1
  12. do u mean to have 2 different servers (RO servers) from 2 different VPS's have single login somthign like that ??
  13. Well always 64 bit have issues try to install 32bit OS in your VPS the best thing would be a CentOS 32 bit for RO and follow this procedure for phpMyadmin http://www.aoddy.com/2007/12/12/how-to-install-phpmyadmin-2113-on-centos-5/
×
×
  • Create New...