-
Posts
562 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by goddameit
-
Team Fortress2 http://media.steampowered.com/apps/tf2/artwork/meet_the_christmas.jpg
-
I forgot
-
[SOLVED] SetD/GetD - RID required? + dynamic shop problem - Close please
goddameit replied to llchrisll's question in Scripting Support
are you sure is .i not [email protected] ? and make sure this is working getarraysize(getd("[email protected]_"+.ext$+"_alias$")) use this for seeing dates. for(.... e(getarraysize(getd("[email protected]_"+.ext$+"_alias$"))); ....) ..... function e { debugnes ""+getarg(0); return getarg(0); } -
:3 http://www.eathena.ws/board/index.php?showtopic=268422
-
Note, Hypothesis, Check, Research and Experiment.
-
Haha..players is going to Rampage !! Kill for Survive !! So it can add monster to use Storm Gust for pushing player.
-
@Emistry cause I want to make player fight each other. So you can kill or push others out of area :3
-
About this script. How to start ? click npc and wait 5 seconds. Download Script Safe Zone Event.txt Map(ggpro) ggpro.grf
-
More photo : http://goo.gl/2uPbh Introduction : maker,shop type,allow use Cash\Zeny\Item... and let you see what you look like when you wear it. PS : Only 1 (first) item what you choose will be done by functions. Download : Headdress Making and Trying.txt
-
hmm... npc will heal you when you stand next to it.
-
really useful
-
you can change setting in here callsub OnDo,4/*Direct refine level*/, 0/*consume item?*/, //ever once time //0:off 606/*equip*/, 1/*amount*/, 607/*weapon.lv1*/, 2/*amount*/, 608/*weapon.lv2*/, 3/*amount*/, 609/*weapon.lv3*/, 4/*amount*/, 610/*weapon.lv4*/, 5/*amount*/, 0/*consume variable?*/, //ever once time //0:off "Zeny"/*equip*/, 99999/*amount*/, "Zeny"/*weapon.lv1*/, 10000/*amount*/, "Zeny"/*weapon.lv2*/, 10000/*amount*/, "Zeny"/*weapon.lv3*/, 10000/*amount*/, "#CASHPOINTS"/*weapon.lv4*/, 1/*amount*/, 0/*ignore is enable refine or not*/, //0:off 1,2,3,4,5,6; //allowed refine variable name change function V2N { if(getarg(0)=="#CASHPOINTS")return "Cash"; else if(getarg(0)=="Zeny")return "Zeny"; //else if(getarg(0)=="#KAFRAPOINTS")return "kafra"; else return getarg(0); } refine+-.txt eA.ws
-
A simple Healing NPC that heals players that stand in a 5x5 area around it. Healer.txt
-
This is what I tested. Script 1.Open server 2.Close server 3.Open server again. (It seem server didn't saving it.) 4.Open server 5.Close map-server by typing @mapexit. 6.Close all. 7.success. So maybe problem is on server saving delay.
-
Description: make all quest npc look same by putting their into function, so you just need to give it date, npc will auto change. callfunc "questfunction",strnpcinfo(0),quest-item-id,amount,needed-item-id,amount,needed-item-id,amount,......; Quest Npc.txt
-
Paradigm Shift Item, FF Changing skill sets?
goddameit replied to Judas's question in Script Requests
set paradigm,select("offensive","defensive","magic"); if(paradigm==1){ ... }else if(paradigm==2){ ... }else{ ... } ?