Jump to content

  •  

devilz33

Member Since 08 Jan 2014
Offline Last Active Apr 23 2017 08:56 AM
-----

Posts I've Made

In Topic: rentitem2 plugins

15 April 2017 - 10:35 AM

	CC	rentitem2.c
/tmp/ccn7ox2q.o: In function `plugin_init':
/.../.../Hercules/src/plugins/rentitem2.c:206: undefined reference to `showmsg'
/.../.../Hercules/src/plugins/rentitem2.c:205: undefined reference to `showmsg'
/.../.../Hercules/src/plugins/rentitem2.c:201: undefined reference to `showmsg'
/tmp/ccn7ox2q.o: In function `buildin_rentitem2':
/.../.../Hercules/src/plugins/rentitem2.c:129: undefined reference to `script'
/.../.../Hercules/src/plugins/rentitem2.c:156: undefined reference to `showmsg'
/.../.../Hercules/src/plugins/rentitem2.c:148: undefined reference to `itemdb'
/.../.../Hercules/src/plugins/rentitem2.c:180: undefined reference to `pc'
/.../.../Hercules/src/plugins/rentitem2.c:182: undefined reference to `clif'
/.../.../Hercules/src/plugins/rentitem2.c:137: undefined reference to `itemdb'
/.../.../Hercules/src/plugins/rentitem2.c:150: undefined reference to `showmsg'
/.../.../Hercules/src/plugins/rentitem2.c:140: undefined reference to `showmsg'
/tmp/ccn7ox2q.o: In function `buildin_getequipexpiretick':
/.../.../Hercules/src/plugins/rentitem2.c:93: undefined reference to `script'
/.../.../Hercules/src/plugins/rentitem2.c:105: undefined reference to `pc'
/tmp/ccn7ox2q.o: In function `atcommand_rentitem':
/.../.../Hercules/src/plugins/rentitem2.c:45: undefined reference to `clif'
/.../.../Hercules/src/plugins/rentitem2.c:52: undefined reference to `itemdb'
/.../.../Hercules/src/plugins/rentitem2.c:72: undefined reference to `pet'
/.../.../Hercules/src/plugins/rentitem2.c:85: undefined reference to `clif'
/.../.../Hercules/src/plugins/rentitem2.c:80: undefined reference to `pc'
/.../.../Hercules/src/plugins/rentitem2.c:81: undefined reference to `clif'
/.../.../Hercules/src/plugins/rentitem2.c:63: undefined reference to `clif'
/.../.../Hercules/src/plugins/rentitem2.c:67: undefined reference to `clif'
/.../.../Hercules/src/plugins/rentitem2.c:55: undefined reference to `clif'
collect2: ld returned 1 exit status
make[1]: *** [../../plugins/rentitem2.so] Error 1
make[1]: Leaving directory `/.../.../Hercules/src/plugins'
make: *** [plugins] Error 2


 

@Habilis

Hello did you make it work in linux?


In Topic: Tarot Cooldown after using it 8-9times to a player

13 April 2017 - 03:50 AM

up


 You can edit it on skill_db.conf

 

{
	Id: 489
	Name: "CG_TAROTCARD"
	Description: "Tarot Card of Fate"
	MaxLevel: 5
	Range: 9
	Hit: "BDT_SKILL"
	SkillType: {
		Enemy: true
	}
	AttackType: "Misc"
	DamageType: {
		NoDamage: true
		IgnoreFlee: true
	}
	CastTime: 1000
	AfterCastActDelay: 500
	SkillData2: 10000 //EDIT IT HERE, i edited mine from 30 to 10 second cooldown
	CoolDown: 0
	Requirements: {
		SPCost: 40
	}
},

 


In Topic: [Custom Instance] Dracula's Last Millennium

12 February 2017 - 10:05 AM

hello this shows up

Unknown coordinates ('120', '205') for map '1@haunt'

Unknown coordinates ('181', '210') for map '1@haunt'
Unknown coordinates ('151', '200') for map '1@haunt'


In Topic: bonus_script by cydh

12 February 2017 - 07:01 AM

if i manualy edit my source files and implement this on the latest hercules rev, will it work?


In Topic: [Guide] How to add Custom Jobs

11 February 2017 - 03:16 PM

hello
 
i am using 2014-10-22b client, and enabled custom jobs. however when i change job to that custom class it causes my client to crash
 
please help  :(