Jump to content

  •  

Virtue

Member Since 05 Jan 2013
Offline Last Active Apr 15 2017 10:27 PM
-----

Topics I've Started

AddRandomOption_F Error

01 April 2017 - 12:11 PM

Hi,

 

I keep on getting this error, please see screenshot.

I don't see anything wrong with the lua file.

 


Channel delay

09 March 2017 - 12:20 PM

Hi

 

where do we increase the channel chat delay? right now it's capped at 10seconds. I can't find it so here I am asking for help


Remove skill cooldown on Pre-Re

07 March 2017 - 02:37 AM

How do you remove it now that skill_cast_db is gone? I've tried

 

{
	Id: 79
	Name: "PR_MAGNUS"
	Description: "Magnus Exorcismus"
	MaxLevel: 10
	Range: 9
	Hit: "BDT_MULTIHIT"
	SkillType: {
		Place: true
	}
	AttackType: "Magic"
	Element: "Ele_Holy"
	NumberOfHits: {
		Lv1: 1
		Lv2: 2
		Lv3: 3
		Lv4: 4
		Lv5: 5
		Lv6: 6
		Lv7: 7
		Lv8: 8
		Lv9: 9
		Lv10: 10
	}
	InterruptCast: true
	CastTime: 15000
	AfterCastActDelay: 4000
	SkillData1: {
		Lv1: 5000
		Lv2: 6000
		Lv3: 7000
		Lv4: 8000
		Lv5: 9000
		Lv6: 10000
		Lv7: 11000
		Lv8: 12000
		Lv9: 13000
		Lv10: 14000
	}
	CoolDown: 0
	Requirements: {
		SPCost: {
			Lv1: 40
			Lv2: 42
			Lv3: 44
			Lv4: 46
			Lv5: 48
			Lv6: 50
			Lv7: 52
			Lv8: 54
			Lv9: 56
			Lv10: 58
		}
		Items: {
			Blue_Gemstone: 1
		}
	}
	Unit: {
		Id: 0x84
		Layout: -1
		Range: 1
		Interval: 3000
		Target: "Enemy"
		Flag: {
			UF_NOOVERLAP: true
			UF_PATHCHECK: true
		}
	}
},


and it still has cooldown


Item Type 18 Question,

26 February 2017 - 01:15 PM

Hi All,

 

Are the item type: 18 really not stackable? If so, is there a way or where do you modify this setting to make it stackable?

 

Type:
    0    Healing item.
    2    Usable item.
    3    Etc item
    4    Weapon
    5    Armor/Garment/Boots/Headgear
    6    Card
    7    Pet egg
    8    Pet equipment
    10    Ammo (Arrows/Bullets/etc)
    11    Usable with delayed consumption (item is lost from inventory
        after selecting a target, for use with skills and pet lures)
    18    Another delayed consume that requires user confirmation before
        using item.
 

It won't help even if you use the stack option.


Looking for 2012-04-18aRagexeRE msgstringtable.txt

18 February 2017 - 09:22 AM

Hi All,

 

Looking for 2012-04-18aRagexeRE msgstringtable.txt

 

Let me know if anyone still got it.

 

(I'm currently using the one from the client translation project, however I can't seem to make it work perfectly, problems on the drop / package annoucne thing. ) Thanks!