Jump to content
  • 0

evil clone on map enter


xin

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

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

Link to comment
Share on other sites

13 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

http://www.eathena.ws/board/index.php?showtopic=188436

disable changing equipment eh ...

that will require source modification ... hmmm...

sounds fun, I think I on-hold that wow battleground and do this one 1st

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

awesome thanks alot :D oh while you're at it I think it's more fun to disable any consumable item too

Edited by xin
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

<wait this 0.0 script is bug>

fight_your_clone0.1.txt

nochangeequip.diff

and remember to duplicate map in resnametable

2@g_vs.gnd#guild_vs2.gnd#
2@g_vs.gat#guild_vs2.gat#
2@g_vs.rsw#guild_vs2.rsw#
À¯ÀúÀÎÅÍÆäÀ̽º\map\2@g_vs.bmp#À¯ÀúÀÎÅÍÆäÀ̽º\map\guild_vs2.bmp#

disable healing items should be done with db\item_noequip ...

wait ... WHERE DID THIS FILE GO ???

EDIT: hidden inside db\pre-re\item_noequip.txt <.<

although I also know how to make another mapflag to disable using healing items

whew simple script, just less than 2 hours

if you want I also can do ladder style, display who has kill the most clones and least time

Edited by AnnieRuru
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

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 )

Edited by xin
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

rathena script engine cannot control players to equip or unequip inside a map

the only way to do that is to modify the source

which is a very .... very simple patch

just take a peak and you'll understand I'm actually just add a return 0; inside pc_equip and pc_unequip inside pc.c

and the reason to have be in a party because I use instancing

well there's not enough instance script on this board yet though

so I guess you should search 'instance_attachmap' filter with my name 'annieruru' inside eathena board for more information

I don't mind people asking questions, just want you have to some minimum IQ and willingly to learn (no spoon feed pls)

and seriously, I consider this script is very easy,

issit that hard to have a script that modify npc + src + data folder ?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   1
  • Joined:  10/19/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

rathena script engine cannot control players to equip or unequip inside a map

the only way to do that is to modify the source

which is a very .... very simple patch

just take a peak and you'll understand I'm actually just add a return 0; inside pc_equip and pc_unequip inside pc.c

and the reason to have be in a party because I use instancing

well there's not enough instance script on this board yet though

so I guess you should search 'instance_attachmap' filter with my name 'annieruru' inside eathena board for more information

I don't mind people asking questions, just want you have to some minimum IQ and willingly to learn (no spoon feed pls)

and seriously, I consider this script is very easy,

issit that hard to have a script that modify npc + src + data folder ?

can i request for a part of the script here?

i would like to ask what code(s) are used on creating evil clone on map when player is spawned?

not the whole one, just the part said above.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

seriously you need to use search button more often

http://www.eathena.ws/board/index.php?s=&showtopic=188436&view=findpost&p=1501500

http://www.eathena.w...dpost&p=1019595

http://www.eathena.w...dpost&p=1078390

1 interesting stuff, you can create support clone and it help cast skills on you

http://www.eathena.w...dpost&p=1324032

http://www.eathena.w...dpost&p=1327369

but this question is suppose in database lol

Edited by AnnieRuru
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

seriously you need to use search button more often

http://www.eathena.w...dpost&p=1501500

http://www.eathena.w...dpost&p=1019595

http://www.eathena.w...dpost&p=1078390

1 interesting stuff, you can create support clone and it help cast skills on you

http://www.eathena.w...dpost&p=1324032

http://www.eathena.w...dpost&p=1327369

but this question is suppose in database lol

thanks Annie, i am now..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

annie, i have load the script, but nothing happen..

for the diff, where should i put it ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Those topic all wasn't been solved

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

update this old script with new instance system
fight_your_clone_0.2.txt
fight_your_clone_0.2.patch

just wanna test out the new instance system

20180428 update
nochangeequip_0.3r.txt
nochangeequip_0.3r.diff
it seems this new instance system can cause server crash when instance destroy

search keyword
fight your clone

fight_your_clone_0.2.txt

Edited by AnnieRuru
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

THe nochange equip mapflag ! thanks ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...