Jump to content

iCORE

Members
  • Content Count

    393
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by iCORE


  1.  

    {standard input}: Assembler messages:{standard input}:162668: Warning: end of file not at end of a line; newline inserted{standard input}:164229: Error: unknown pseudo-op: `.l22351'gcc: Internal error: Killed (program cc1)Please submit a full bug report.See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.make[1]: *** [../../plugins/HPMHooking_map.so] Error 1make[1]: Leaving directory `/root/Hercules/src/plugins'make: *** [plugins] Error 2 

    help me im having this problem :(

     

    im using linux centos 5.1 (1gb)


  2. hi guys can i request for a woe timer that displays when the woe start and when the woe ends? 

     

    and i want to have a pub that has a information on when the woe stats 

     

    here is the picture for more info.

     

    Untitled.png


  3. im using parad

     

    how are credits stored? which table name? you just need to add a script that would run every time player logs in or at a certain time, something like this:

     

    pseudocode:

     

    <header>

    query_sql to gather amount of credits in table and store it in a @variable

    query_sql to set amount to 0

    script command to set #CASHPOINTS of the attached user to the same amount of the @variable

    im using paradox vote on hercules flux but after i vote it does not give me cash


  4. use the correct name check caps

    db/map_index.txt

    //======================================================================================//Place your custom maps with a starting ID here.//======================================================================================Mapname

    conf/maps.conf

     

    map: Mapname

  5. why not just use a script to change credit points into cashpoints?

     

    while ago i use feefty's voteforpoints and it gives me Err. 4 that alot of users encounter

     

    and i use jaypee's voteforpoints and it does no support direct cash points

     

    and i use bytes vote flux and it doesent give me a cash after voting

     

    any suggestion or any fix guides?


  6. 1>..srcmapskill.c(9883): error C2275: 'bool' : illegal use of this type as an expression1>          c:userskeoughdesktopherculessrccommon../common/cbasetypes.h(288) : see declaration of 'bool'1>..srcmapskill.c(9883): error C2146: syntax error : missing ';' before identifier 'skill_castend_nodamage_id_dead_unknown'1>..srcmapskill.c(9883): warning C4013: 'skill_castend_nodamage_id_dead_unknown' undefined; assuming extern returning int1>..srcmapskill.c(9883): error C2143: syntax error : missing ')' before 'type'1>..srcmapskill.c(9883): error C2059: syntax error : ')'1>..srcmapskill.c(9888): error C2061: syntax error : identifier 'skill_castend_nodamage_id_undead_unknown'1>..srcmapskill.c(9888): error C2059: syntax error : ';'1>..srcmapskill.c(9888): error C2059: syntax error : 'type'1>..srcmapskill.c(19366): warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'1>..srcmapskill.c(19366): warning C4133: '=' : incompatible types - from 'int (__cdecl *)()' to 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'1>..srcmapskill.c(19368): error C2065: 'skill_castend_nodamage_id_undead_unknown' : undeclared identifier1>..srcmapskill.c(19368): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int'

    im adding evs patch manually and this one apear how to fix this?


  7. its good to start at the begging and dont rush your self on what you are doing, simply post your problem/concern and we will try to answer it as soon as possible :) dont lose hope on what you are doing :) well hope you go further on that ragnarok developing

     

    goodluck :)


  8. map_zone_db.conf (re/pre-re folder)

     

     

    skill_damage_cap: {
    //Exemple Below caps firebolt damage in maps within this zone to a maximum 50 damage,
    // (depends on HMAP_ZONE_DAMAGE_CAP_TYPE in src/config/core.h)
    // when cast vs players and monsters.
    //MG_COLDBOLT: (50,"PLAYER | MONSTER")

  9. 1>..srccommonHPM.c(885): warning C4018: '<' : signed/unsigned mismatch

     

    2>..srcmapunit.c(120): error C2275: 'uint8' : illegal use of this type as an expression2>          c:userskeoughdesktopherculessrccommon../common/cbasetypes.h(130) : see declaration of 'uint8'2>..srcmapunit.c(120): error C2146: syntax error : missing ';' before identifier 'dir'2>..srcmapunit.c(120): error C2065: 'dir' : undeclared identifier2>..srcmapunit.c(121): error C2065: 'dir' : undeclared identifier2>..srcmapunit.c(125): error C2065: 'dir' : undeclared identifier2>..srcmapunit.c(126): error C2065: 'dir' : undeclared identifier2>  vending.c3>..srccommonHPM.c(885): warning C4018: '<' : signed/unsigned mismatch

     

     

    3>..srccharint_mail.c(55): error C2143: syntax error : missing ';' before 'type'3>..srccharint_mail.c(66): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(66): warning C4047: '=' : 'int' differs in levels of indirection from 'item *'3>..srccharint_mail.c(67): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(67): error C2223: left of '->amount' must point to struct/union3>..srccharint_mail.c(68): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(68): error C2223: left of '->nameid' must point to struct/union3>..srccharint_mail.c(69): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(69): error C2223: left of '->refine' must point to struct/union3>..srccharint_mail.c(70): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(70): error C2223: left of '->attribute' must point to struct/union3>..srccharint_mail.c(71): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(71): error C2223: left of '->identify' must point to struct/union3>..srccharint_mail.c(72): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(72): error C2223: left of '->unique_id' must point to struct/union3>..srccharint_mail.c(73): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(73): error C2223: left of '->expire_time' must point to struct/union3>..srccharint_mail.c(74): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(74): error C2223: left of '->bound' must point to struct/union3>..srccharint_mail.c(79): error C2065: 'item' : undeclared identifier3>..srccharint_mail.c(79): error C2223: left of '->card' must point to struct/union

    latest rev.


  10. Bug, When you @autotrade the item you were selling can be bought via zeny, please fix it asap.

    hi guys i just want to share this updated EVS by lilith since any in here is busy improving it, no changes at all its just a patch, and it will not support @autotrade. i dont know if this will support cash and zeny as item so if any one had an idea to make it work with cash and zeny just improve it thanks.

     

    you can test @afk plugin by Mhalicot.


  11. eto ung "All" ko

    	/* All zone is a dynamic (very special) zone that is forcebly inherited by ALL maps automatically */	name: "All" /* changing this name requires MAP_ZONE_ALL_NAME to also be changed in src/map/map.h file */	disabled_skills: {		//both examples below disable napalm beat (id 11) to players		//MG_NAPALMBEAT: "PLAYER"		//ID11: "PLAYER"	}	disabled_items: {		//Both examples below disable apple (id 501)		//Apple: true		//ID501: true	}		mapflags: (    "weapon_damage_rate	40",		"magic_damage_rate	40",		"misc_damage_rate	40",		"long_damage_rate	30",		"short_damage_rate	20",		)
×
×
  • Create New...

Important Information

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