Jump to content

goddameit

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by goddameit

  1. Team Fortress2 http://media.steampowered.com/apps/tf2/artwork/meet_the_christmas.jpg
  2. are you sure is .i not .@i ? and make sure this is working getarraysize(getd("$@npc_"+.ext$+"_alias$")) use this for seeing dates. for(.... e(getarraysize(getd("$@npc_"+.ext$+"_alias$"))); ....) ..... function e { debugnes ""+getarg(0); return getarg(0); }
  3. :3 http://www.eathena.ws/board/index.php?showtopic=268422
  4. Note, Hypothesis, Check, Research and Experiment.
  5. Haha..players is going to Rampage !! Kill for Survive !! So it can add monster to use Storm Gust for pushing player.
  6. @Emistry cause I want to make player fight each other. So you can kill or push others out of area :3
  7. About this script. How to start ? click npc and wait 5 seconds. Download Script Safe Zone Event.txt Map(ggpro) ggpro.grf
  8. 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
  9. hmm... npc will heal you when you stand next to it.
  10. 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
  11. A simple Healing NPC that heals players that stand in a 5x5 area around it. Healer.txt
  12. 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.
  13. 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
  14. set paradigm,select("offensive","defensive","magic"); if(paradigm==1){ ... }else if(paradigm==2){ ... }else{ ... } ?
×
×
  • Create New...