Jump to content

  •  

rotloso

Member Since 02 May 2015
Offline Last Active Apr 19 2017 04:57 AM
-----

Topics I've Started

Per-Character Gender

12 January 2017 - 05:01 AM

Hi i use 2015-11-04a client,

 

but i can't create gender http://herc.ws/board/damocles/ind/screenHercules137.jpg like this

 

i register _F still gender F, When i register _M still gender M,

 

how i can create twain gender like this picture

 

sorry for my english


autobonus3 mora set RK!!

12 April 2016 - 01:24 PM

// item_combo_db
2476:2575:2884:15037,{ bonus2 bAddRace, RC_All, 10; bonus2 bSkillAtk,RK_SONICWAVE,100; bonus2 bSkillAtk,RK_WINDCUTTER,100; bonus3 bAutoSpell,RK_STORMBLAST,1,20; autobonus3 "{ bonus bAspd,2; }",1000,10000,LK_CONCENTRATION,"{ specialeffect2 EF_ENHANCE; }"; }

{
	Id: 22067
	AegisName: "Witch_Shoes"
	Name: "Witch Shoes"
	Type: 5
	Buy: 3500
	Weight: 400
	Def: 10
	Job: {
		All: true
		Novice: false
	}
	Loc: 64
	Script: <"
		autobonus3 "{ bonus bAspd,2; }",1000,10000,LK_CONCENTRATION,"{ specialeffect2 EF_ENHANCE; }";
	">
},

 

 

Hi guys!!

 

autobonus3 can use on Item_db, but can't use on Item_combo_db help me fixed


Bossnia!! time start and timeup!!

05 April 2016 - 03:28 AM

-	script	Bossnia Staff#1	-1,{
	mes "[Riss]";
	mes "Hello?";
	mes "I am an adventurer.";
	mes "Haha~";
	next;
	if (Zeny > 999999) {
		mes "[Riss]";
		mes "Would you really like to take the challenge?";
		mes "Ok, just choose the course.";
		next;
		.@i = select("First","Second","Third","Fourth");
		mes "[Riss]";
		mes "Take care, boy~";
		mes "Don't hold a grudge against me.";
		close2;
		Zeny -= 1000000;
		warp "bossnia_0"+.@i,rand(202,204),rand(202,204);
		end;
	}
	mes "[Riss]";
	mes "You don't have enough money...";
	mes "Come back when you have at least 1,000,000 zeny.";
	close;
}
Main_town,160,156,4	duplicate(Bossnia Staff#1)	Bossnia Staff#7	4_M_PHILMAN

// Warp Portals
//============================================================
bossnia_01,210,210,0	warp	bossnia01	1,1,Main_town,146,166
bossnia_02,210,210,0	warp	bossnia02	1,1,Main_town,146,166
bossnia_03,210,210,0	warp	bossnia03	1,1,Main_town,146,166
bossnia_04,210,210,0	warp	bossnia04	1,1,Main_town,146,166

// Monster Spawns
//============================================================

bossnia_01,0,0,0,0	monster	Dark Lord	1272,3,600000,0,1
bossnia_02,0,0,0,0	monster	Garm	1252,5,600000,0,1
bossnia_03,0,0,0,0	monster	Gloom Under Night	1768,2,600000,0,1
bossnia_04,0,0,0,0	monster	Doppelganger	1046,5,600000,0,1

Hi guys!! please help me to edit bossnia event

 

1. time bossnia start, example round 1 (7.00 am-10.00 am) round 2 (7.00 pm-10.00 pm)

2. when timeup each round player in bossnia warp to savepoint

3. Announce when bossnia start

 

sorry for my English!!


Help me!! on script Cash coin

04 April 2016 - 04:37 AM

//== Usable Items ==========================================
{
    Id: 600
    AegisName: "Cash_Coin"
    Name: "Cash Coin"
    Type: 2
    Buy: 60
    Weight: 1
    BuyingStore: true
    Script: <" ......................... ; ">
},
 
I'm newbie,
 
I need script Cash_coin, when used random add 1-10 cash points!!
 
(sorry for my English)