Jump to content

patz1495

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by patz1495

  1. I added Xantara's @itemmap package. I'm using  revision 17420. When I recompiled, I got this error.

     

    *http://rathena.org/board/files/file/2242-package-itemmap-getitem-map/

            CC      atcommand.c
    atcommand.c: In function âatcommand_itemmapâ:
    atcommand.c:1306: warning: suggest parentheses around && within ||
    atcommand.c:1327:37: error: macro "msg_txt" requires 2 arguments, but only 1 given
    atcommand.c:1327: error: âmsg_txtâ undeclared (first use in this function)
    atcommand.c:1327: error: (Each undeclared identifier is reported only once
    atcommand.c:1327: error: for each function it appears in.)
    atcommand.c:1353:39: error: macro "msg_txt" requires 2 arguments, but only 1 given
    atcommand.c:1363:39: error: macro "msg_txt" requires 2 arguments, but only 1 given
    atcommand.c:1381:36: error: macro "msg_txt" requires 2 arguments, but only 1 given
    make[1]: *** [obj_sql/atcommand.o] Error 1
    make[1]: Leaving directory `/root/rathena/src/map'
    make: *** [map_sql] Error 2
     
     
    Any ideas on how to fix this? A quick help would really be appreciated. Thanks!
  2. I've been reading thru the forums and there are different answers which is somehow related but not really exact. 

     

    I was hoping if some Good Guy Gregs here could help me in this matter.

     

    Here's the question: What should I edit in the src to reduce the duration of frost/frozen/freeze or whatever you may call it based on base luk.

     

     

    Help would really be appreciated. Thanks in advance.

  3. Noob question here. I'm kinda new in the client-sided stuff. I'm trying to make an exe for my ragnarok private server. Would it cause complications if I used the 2013 ragexe even though my server is a high rate trans only and has a max level of 255/120? Help would be appreciated greatly.

  4. Well, it's about the Hide + Shadow Jump. There's a delay before you can use Shadow Jump after hiding. How do you remove this delay? I've seen/played on some servers that does not have this delay. Please help. Your help would be greatly appreciated. TIA!

  5. So I'll just copy then paste it into a query? Btw, I'm using phpmyadmin.

     //SQL Table for Ghost's PvP System
    CREATE TABLE IF NOT EXISTS `pvp_rank` (
     `char_id` int(11) NOT NULL,
     `account_id` int(11) NOT NULL,
     `char` varchar(30) NOT NULL,
     `kill` int(11) NOT NULL,
     `death` int(11) NOT NULL,
     `kdr` varchar(30) NOT NULL,
     `killingstreak` int(11) NOT NULL,
     `multikill` int(11) NOT NULL,
     `killingspree` int(11) NOT NULL,
     `dominating` int(11) NOT NULL,
     `megakill` int(11) NOT NULL,
     `unstoppable` int(11) NOT NULL,
     `wickedsick` int(11) NOT NULL,
     `monsterkill` int(11) NOT NULL,
     `godlike` int(11) NOT NULL,
     `beyondgodlike` int(11) NOT NULL,
     `doublekill` int(11) NOT NULL,
     `triplekill` int(11) NOT NULL,
     `ultrakill` int(11) NOT NULL,
     `rampage` int(11) NOT NULL,
     `ownage` int(11) NOT NULL,
     `nemesiskill` int(11) NOT NULL,
     `feedcount` int(11) NOT NULL,
     PRIMARY KEY (`char_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  6. Well, not sure if this is the correct place to post this. Sorry in advance if it is in the wrong place. Anyway. I'm kinda new in the SQL stuff. I wanna add Ghost's pvp ladder script on my server. Where should I put the .sql file for it to be read. I get the other parts of the procedures of installing the PvP Ladder. It's just the SQL part I'm getting confused with. Need help please. Replies would be greatly appreciated. Thanks in advance!

×
×
  • Create New...