
Zopto
Members-
Posts
1270 -
Joined
-
Last visited
Never
Zopto's Achievements
Newbie (1/14)
0
Reputation
-
ok i hope you can make this code better
-
just go to npc(monster) and click on auto attack and he will kill monster auto whit basic attack this tutorial is very basic not wery usefull but i think it will maybe help someone xD
-
@Sigridunset: > Interesting. I'll definitely try it out! tnx enjoy ^^
-
whit this tutorial your character will kill auto when you click on checkbox ^^ Go to:**Client Side** then go to :**frmMain** then make **1 checkbox(option main or any other)** ``` Name: chkAtk Caption: Auto Attack ``` then go to **modgameLogic** and found : ``` If CanMoveNow Then Call CheckMovement ' Check if player is trying to move Call CheckAttack ' Check to see if player is trying to attack End If ```**replace it whit this :** ``` If CanMoveNow Then If frmMain.chkAtk.Value = YES Then ControlDown = True End If Call CheckMovement ' Check if player is trying to move Call CheckAttack ' Check to see if player is trying to attack End If ```i hope i litl help newbies or any other Enjoy!
-
ORS Tutorial: Phase 1;Creating an ingame account via a website.
Zopto replied to dg1423's topic in Discussion
you reed a date it is of 2007 lol… -
@Yumi-chan: > I keep getting Runtime Error 5 when I open the Client your direction name is tooo long dir/client dir/server chage name of your folder ^^
-
@Jaxx: > Sorry, in my part of the world it's still in it's prime. I will put it up today as soon as I can! hehehehe…..your today his tomorow......xP
-
nice!!good work!
-
give libery files to your friend ….
-
lol do you try my frst post ???
-
i think to he need to instal this http://www.touchofdeathforums.com/smf/index.php/topic,65854.0.html Eclipse Origins Runtimes/Library files that worked when my friend try to login in my game
-
@el_xixa: > you can check the error yourself, no need to send image that fails without having edited anything > > anyway have a picture here > >  you mising some file…check all yur folders of sprites..
-
@el_xixa: > if they are in order, I thought it was my mistake, try a engine without modification, and gives the same error … give as some picture or vb6 ide error line….!!
-
@Forgotten: > its .bmp files, .bpm are audio/video files yes
-
your sprites in folder mast be in order like 1.2.3 and be shure to all sprites are bmp files… and show as a picture or error in vb6..