Jump to content

iZeal

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by iZeal

  1. 
    

    *rentitem2 <item id>,<time>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;

    *rentitem2 "<item name>",<time>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;

    Creates a rental item in the attached character's inventory. The item will expire

    in <time> seconds and be automatically deleted. See 'rentitem' for further details.

    See 'getitem2' for an explanation of the expanded parameters.

    • Upvote 1
  2. it's like this:

     

    // Armors

    0,70,0,0,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0

    you see 60:0 this is for  +5 it tells you 60% success rate for +5. so if you want to increase it just change like 80 = 80%
    // Level 1 weapons
    1,200,8,300,100:0,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0

    the same goes for level 1 weapon the 60 is for +8 = 60% success rate.

  3. Hi anyone here have a working Double Exp or Drops Event that works every Friday and Saturday on a set time like from morning and in the evening of the day like:

     

    Friday:

    8:00am to 2:pm = 6hrs on morning

    7:00pm to 1:00am = 6hrs on night

     

    Thank you in advance.


    anyone can help?


    up anyone can help?

  4. @Winz yes it's from GIT i use Git Clone no problems there.

    but when i change mmo.h to:

    //        7 - 2005-04-11aSakexe+   - 0x229, 0x22a, 0x22b, 0x22c
    // see conf/battle/client.conf for other version
    
    #ifndef PACKETVER
    	#define PACKETVER 20100730
    	//#define PACKETVER 20120410
    #endif
    
    ///Remove/Comment this line to disable sc_data saving. [Skotlex]
    

    after that i recompile them but i get a bunch of error on char.c

    c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'char_db' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1434): error C2065: 'start_zeny' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.map' must have struct/union type
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2198: 'mapindex_id2name' : too few arguments for call
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.x' must have struct/union type
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2065: 'start_point' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(1436): error C2224: left of '.y' must have struct/union type
    c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2065: 'pincode_config' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(2722): error C2224: left of '.pincode_enabled' must have struct/union type
    c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2065: 'pincode_config' : undeclared identifier
    c:\users\asus\desktop\svn\rathena\src\char\char.c(2724): error C2224: left of '.pincode_enabled' must have struct/union type
      char_clif.c
    c:\users\asus\desktop\svn\rathena\src\char\char_clif.c(823): error C2198: 'char_make_new_char_sql' : too few arguments for call
      char_cnslif.c
      char_logif.c
      char_mapif.c
      int_auction.c
      int_elemental.c
      int_guild.c
      int_homun.c
      int_mail.c
      int_mercenary.c
      int_party.c
      int_pet.c
      int_quest.c
      Generating Code...
      Compiling...
      int_storage.c
      inter.c
      Generating Code...
    ------ Build started: Project: mapcache, Configuration: Debug Win32 ------
      core.c
      des.c
      grfio.c
      malloc.c
      showmsg.c
      strlib.c
      utils.c
      mapcache.c
      Generating Code...
      mapcache.vcxproj -> C:\Users\ASUS\Desktop\SVN\rathena\vcproj-10\..\mapcache.exe
    ========== Build: 3 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
     
    
×
×
  • Create New...