Jump to content

xin

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by xin

  1. well you don't need ip log specially they are changable :P you can just make your npc have this code and you're done

    if (!#redeem) { set #redeem, 1; getitem 12189,1;}
    else {mes "You can only redeem 1 item per account";}
    

  2. well yeah that's why I ask those question coz I want to learn and want to make a script for poring war using clones and I want it to have the same capabilities like this script ( no changing equip and clone as opponent on enter ) :) well thanks for everything... it seems I can't apply the patch yet since I'm using eathena server :P I have to wait for my download to finish and make a rathena server... thanks alot

  3. awesome thanks a lot :D and I'd say no to the ladder style :P you've helped me enough xD by the way do you think it is possible to use the clone as an opponent in poring war? well I was planning on using clones in there too so just want to know if its possible before I start :D

    where to put nochangeequip.diff file?

    and last just for curiosity :P why does it have to be in a party? and why do I have to duplicate it? ( sorry I ask a lot questions :D it's part of my nature )

  4. anyone can help me on this? my idea here is to edit the "item_loot" pet skill and change it same as cart inventory so pet can have inventory and of course their auto loot skill should still function and if you select performance of pet the inventory will show :)

  5. here's what I would like to happen

    prontera npc will teleport you to guild_vs5

    on enter map guild_vs5 2 evil clone of yourself will appear

    evil clone stats has the same character stats of yourself just like @evilclone command

    disable changing equipments inside guild_vs5 map

    advance thanks :)

    can anyone help me? or can anyone just tell me the script on making an evil clone... thanks

  6. I solved the number 1.

    Number 2: What formulas? :o Sorry I'm not good at scripting!

    Number: 3 Is there a way to select which monsters I want?

    I believe you can select the monsters you want by modifying this "set .@mob, rand(1001,1999);" at line 59 or just add all the unwanted mobs at "Blacklisted mob IDs." or you can do the easy way like I did to make the list of mobs balanced by adding this line "if (.@valid) if (getmonsterinfo(.@mob,1) > BaseLevel) set .@valid,0;" after "is mob MVP" at line 74 ( this will make you hunt mobs lower level than you ) if you do this make sure you put a level limit to access the npc since level 1 players will make it hunt level 1 monsters or just edit the "BaseLevel" part by putting another string that has a value of "BaseLevel + 20" so it will make you hunt higher level monsters :P

  7. well I would like to request a pet inventory for pets with autoloot skill like poring, yoyo etc... I've been searching for days but haven't found anything like it so here I am requesting :P advance thanks for those who will help btw my server saves file through text not sql..

    things I would like to have in this script:

    each pet with auto loot skill has inventory

    the items inside the inventory is saved so you can log out and in and the items are saved

    limited number of items that can be saved like poring has 15 items and poporing have 20 etc

×
×
  • Create New...