xienne15
Members-
Content Count
120 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by xienne15
-
function script Henshin { set @sr,1; specialeffect2 EF_HEAL; specialeffect2 EF_POTION_BERSERK; unittalk getcharid(3),"Henshin!!"; disguise 1785; //will make the player berserk for 10 seconds. specialeffect2 SC_BERSERK; sc_start SC_BERSERK,10000,1; percentheal 100,0; sleep2 10000; undisguise; set @sr,0; end;}
-
Do you want only the effect? or the effect that includes the status of berserk? If you want just the effect, this would work. specialeffect2 368; //Make the berserk effect(visual only)on the player.specialeffect 368; //Make the berserk effect(visual only)on the NPC. When player "Henshin" (hp will 100% after disguise become monster) and will automatic use Berserk skill until died or until period of time around 10second You mean you want the player to use the skill Berserk until he dies?
-
Do you want only the effect? or the effect that includes the status of berserk? If you want just the effect, this would work. specialeffect2 368; //Make the berserk effect(visual only)on the player.specialeffect 368; //Make the berserk effect(visual only)on the NPC.
-
/wiki/Specialeffect2
-
Job Change Guide for Rebellion Class
-
From here navigate to the proper files and build a patch for them so you need not use the arcturus.grf It crashes my browedit after pressing the export map files, making a folder with no files and text files without anything in it. using BE r586
-
[Release] Custom Job & Custom Shield Patches
xienne15 replied to Neo-Mind's topic in Client-Side Releases
screenshot?- 28 replies
-
- Custom Job
- Custom Shield
-
(and 3 more)
Tagged with:
-
It happened mostly if the stats are too high. If you try to wear a Angra Manyu you will see even the attack will sometimes miss.
-
This is now solved, i dont have my lightmap on in-game. Never know that /lightmap exist eversince lol.
-
Browedit with high jump? and also map sorrounding background..
xienne15 replied to xienne15's question in Graphics Support
fixed it, i was newbie when i post this, i forgot to put it in mapcache making the gat maps being able to jump on using high jump. Thanks for this though~ -
how if i use a monster ID as a NPC ID?
-
Yeah. /lightmap is a command LOL, i never knew about it eversince....just after i got a problem with lightmaps....
-
http://herc.ws/board/topic/1940-moonstar-and-world-star-item-script/
-
*unitattack <GID>,<Target ID>{,<action type>};*unitattack <GID>,"<Target Name>"{,<action type>}; does this mean i can make npc attack monsters? if it is can you give me a sample script?
-
i think he wants the effect to stack up to 2x only. Adding 1 more stormy after 2 cards has been added will not add any effect on the item
-
Happy birthday!! *brings out pinkie pie party cannon!!*
-
Aegis as he said
-
bump
-
Right now i am done with my map. Is there a way i can extract all models i used in my map? since i use some arcturus textures and models. Do i need to manually find them in the grf?. I just want to have the models and textures i used in creating my map be included in the file, not the whole arcturus.grf
-
2013 Ragexe and Diff (Up to date 2013-08-07)
xienne15 replied to Shakto's topic in Client-Side Releases
enable angle view patch has no fix yet? it crashes when pressing shift and changing the angle.I need to have thos patch to view my map fully, the default angle view is so small view only. -
[Requesting] Make epiclesis damage undead/demon monster like sanctuary
xienne15 replied to xienne15's question in Source Support
bump -
Thank you. aha, this map is a request thats why its not for free xD. Thank you anyway Yeah me neither, anyway thank you Can you share the ambient and sun of your map?
-
i likt the port part since it comes with clouds
-
pretty nice! can you share your sun and ambient setting? i want that light brightness.
-
For example i already finished creating my map, i already generate lightmaps with shadows and in the time i want to add another small light, do i need to recalculate again the whole lightmaps including the shadow? since calculating with shadows tooks alot of time, is there a way that it will only calculate the lightmap i added not touching the other lightmaps?