Jump to content

Shatowolf

Members
  • Content Count

    159
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Shatowolf


  1.  

     

    How about woe se castle count?

     

    where should i add this : 

     

    doevent "UltimateRanker#00::OnEmpBreak"; 

    Below

     

    OnStartArena: 

    npc/guild2/agit_main_se.txt

     

     

     

    >I am using 1.1b and I am having a trouble with duplicate guild ids.

    sorry for extremely late reply, what is trouble?

     

     

     

     

    How can i make only 1st guild claim reward?

    Its only 1st guild claim.(found any bugs  :huh: ?)

     

    How can i disable my staff guilds from beeing displayed in the ranking? :|

    I will update it to add exceptions

     

     

     

    That's great dude. 


  2. Hi,

     

    Can someone update this. the red color. the item_vending.txt not working.

     

    Thank you Cheers

     

     

    src/map/itemdb.c

     

    itemdb->destroy_item_data = destroy_item_data;
    itemdb->final_sub = itemdb_final_sub;
    itemdb->clear = itemdb_clear;
    itemdb->id2combo = itemdb_id2combo;
    sv->readdb(map->db_path, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending);
     
     
    ossi0110 gave me this itemdb->itemdb_read_vending = itemdb_read_vending;

     

     

    and then i got this on compiling : 

     

    itemdb.c: In function 'itemdb_defaults':

    itemdb.c:2358: error: 'struct itemdb_interface' has no member named 'itemdb_read_vending'
     
     
     
     
    I can't find this on src/map/clif.h 

     

        itemdb_read_combos();	 itemdb_read_itemgroup();  sv->readdb(db_path, "item_vending.txt", ',', 1, 1, ARRAYLENGTH(item_vend), &itemdb_read_vending); // Extended Vending system [Lilith]	 sv->readdb(db_path, "item_avail.txt",         ',', 2, 2, -1, &itemdb_read_itemavail);	 sv->readdb(db_path, DBPATH"item_trade.txt",   ',', 3, 3, -1, &itemdb_read_itemtrade);	 sv->readdb(db_path, "item_delay.txt",         ',', 2, 2, -1, &itemdb_read_itemdelay); 

     

     
     
     
    any fix on this ? thanks really appreciate it.

  3. Scan result : http://virusscan.jotti.org/en/scanresult/562d3f61e82e032d93179128be0340d9923d0d88

     

     

    adaware.gif
    2014-04-07 Found nothing
    nod32.gif
    2014-04-07 Found nothing
    agnitum.gif
    2014-04-07 Backdoor.PcClient!xxMlfY+g1Wc
    fortinet.gif
    2014-04-07 W32/PcClient.EMWH!tr.bdr
    arcavir.gif
    2014-04-07 Found nothing
    fprot.gif
    2014-04-07 Found nothing
    avast.gif
    2014-04-07 Win32:Malware-gen
    fsecure.gif
    2014-04-06 Found nothing
    avg.gif
    2014-04-06 BackDoor.Generic13.BFZE
    gdata.gif
    2014-04-07 Found nothing
    avira.gif
    2014-04-07 BDS/Gendal.651766.1
    ikarus.gif
    2014-04-07 Backdoor.Win32.PcClient
    bitdefender.gif
    2014-04-07 Found nothing
    panda.gif
    2014-04-07 Generic
    clamav.gif
    2014-04-07 Trojan.Vilsel-142
    quickheal.gif
    2014-04-07 Backdoor.PcClient.emwh
    cpsecure.gif
    2014-04-07 W32.Email.W.Banwarum.l
    sophos.gif
    2014-04-07 Found nothing
    drweb.gif
    2014-04-07 Found nothing
    trendmicro.gif
    2014-04-06 Found nothing
    escan.gif
    2014-04-07 Found nothing
    vba32.gif
    2014-04-07 Backdoor.PcClient

  4. ^

    create these tables

     

     

    ---- Table structure for table `ugr_guild_info`--CREATE TABLE IF NOT EXISTS `ugr_guild_info` (  `guild_id` mediumint(6) NOT NULL DEFAULT '0',  `breaks` smallint(5) NOT NULL DEFAULT '0',  `kills` smallint(5) NOT NULL DEFAULT '0',  `deaths` smallint(5) NOT NULL DEFAULT '0',  `APart` mediumint(6) NOT NULL DEFAULT '0',  `percent` SMALLINT(4) NOT NULL DEFAULT '0',  `date` MEDIUMINT(7) NOT NULL DEFAULT '0',  `claim` tinyint(1) NOT NULL DEFAULT '1',  UNIQUE KEY `guild_id` (`guild_id`,`date`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;---- Table structure for table `ugr_guild_infov`--CREATE TABLE IF NOT EXISTS `ugr_guild_infov` (  `date` MEDIUMINT(7) NOT NULL DEFAULT '0',  `AgitCount` mediumint(6) NOT NULL DEFAULT '1',  `HighEmpBreak` MEDIUMINT(6) NOT NULL DEFAULT '0',  UNIQUE KEY `date` (`date`,`AgitCount`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;

     

     

     

     

    Yea i already run it on my sql, still getting that error.

     

     

    Edited : FIXED. thanks to Dastgir


  5. Hello,

     

    May I ask for little customizations to your nice script please ?

    • Upon talking to the KoE warper, people are not randomly warped on the map but they choose which entry they wanna spawn at (north,south,east,west); this would allow more tactic plans
    • When KoE ends, the Guild Leader (only him) would be granted access to a treasure room where 4 different boxes will spawn with customs rewards in it
    • Guild Leader has until the next KoE starts to redeem the boxes, if he doesn't then the boxes are lost

     

     

    Thanks !

    bumpy :)


  6.  

    Working with the latest Hercules version. :D

     

    I would like to leave a patch for fix this errors that I had.

     

            CC      chat.c        CC      chrif.c        CC      clif.c        CC      date.c        CC      duel.c        CC      elemental.c        CC      guild.c        CC      harmony.charmony.c: In function ‘harmony_action_request’:harmony.c:327: error: ‘struct atcommand_interface’ has no member named ‘parse’harmony.c:334: error: ‘struct atcommand_interface’ has no member named ‘parse’make[1]: *** [obj_sql/harmony.o] Error 1make[1]: Leaving directory `/home/hercules784/Hercules/trunk/src/map'make: *** [map_sql] Error 2

    There a problem on last_mac, can't log in.

     

     

    FIXED : I forgot to update the mmo.h :)

     

    Thanks


  7. Anyone experience this? my sql info was correct.

     

    [SQL]: DB error - Column count doesn't match value count at row 1[Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.