Jump to content

  •  

Hirist

Member Since 27 Nov 2013
Offline Last Active Jun 07 2017 02:06 AM
-----

#78175 Healer npc problem

Posted by Hirist on 16 November 2016 - 02:30 AM

Try use NPC ID instead monster ID, if NPC name will be blue




#77938 Experience bug(?)

Posted by Hirist on 06 November 2016 - 07:44 AM

Account_data table: base_exp, base_drops, base_death must be 100 not 0




#76435 [Function] random item/variable

Posted by Hirist on 09 September 2016 - 05:51 PM

File Name: [Function] random item/variable
File Submitter: Hirist
File Submitted: 09 Sep 2016
File Category: Quest, Shops, Functions & Algorithms

Origanal post: http://herc.ws/board...m-itemvariable/
Author: Dastgir
Just fix some bug and reup.

Click here to download this file


#72146 help skill and items

Posted by Hirist on 14 April 2016 - 02:24 AM

skill_require_db.txt in db folder.




#72096 help skill and items

Posted by Hirist on 13 April 2016 - 10:10 AM

You mean like arrrow or bullet ?


../conf/battle/battle.conf

 

// Are arrows/ammo consumed when used on a bow/gun?
// 0 = No
// 1 = Yes
// 2 = Yes even for skills that do not specify arrow consumption when said
//	 skill is weapon-based and used with ranged weapons (auto-guesses which
//	 skills should consume ammo when it's acquired via a card or plagiarize)
arrow_decrement: 1



#71959 Disable Account Security Code?

Posted by Hirist on 11 April 2016 - 11:16 AM

conf/char-server.conf

//==================================================================
// Pincode system
//==================================================================

// A window is opened before you can select your character and you will have to enter a pincode by using only your mouse
// NOTE: Requires client 2011-03-09aragexeRE or newer.
// 0: disabled
// 1: enabled
pincode_enabled: 0

// Request Pincode only on login or on everytime char select is accessed?
// 0: only on login (default)
// 1: everytime the char select window is accessed
pincode_charselect: 0

// How often does a user have to change his pincode?
// Default: 0
// 0: never
// X: every X minutes
pincode_changetime: 0

// How often can a user enter the wrong password?
// Default: 3
// NOTE: The maximum on clientside is 3
pincode_maxtry: 3

Useless if you put into import/char_conf.txt