Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

DarkEdge

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

DarkEdge's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Theres one that is a script I believe. And also its hosted to mediafire. Easier.
  2. Hello, This Exp Generator will make a file just as your Experience.ini is. Saving you the time of writing it out by hand. LINK: [![](http://www.freemmorpgmaker.com/files/imagehost/pics/59a6de785dc62eebc3e806256a5d45c4.bmp)](http://www.mediafire.com/download.php?dtjozxqggym) PIC: [![](http://www.freemmorpgmaker.com/files/imagehost/pics/db2e8be93587139382c67d43af5584d0.bmp)](http://www.freemmorpgmaker.com/files/imagehost/#db2e8be93587139382c67d43af5584d0.bmp) So basically you put in the starting exp which starts at level 1. Rate of increase per level. Then max levels Press generate and it will ask you where you want to save the file. Name it experience or whatever you want. Now at the top you might have to type [EXPERIENCE]. It also askes you if you want to open it once you save it and all. EDIT: working again
  3. Adding the code below makes it so you can't add drops to NPC's. Atleast for me. I kept it at 18 and it works fine.. ``` NPCIndex = 51 ```
  4. How come your useing 192.168.2.XXX? Thats .2\. never seen that before..
  5. Never mind I musta missed somthing =/ GREAT source edit btw, this really helps thanks man
  6. I got it working. I should be allowed to delete my own post if no one else replied. =/ Mod delete this please, ty.
  7. ``` If Button = vbKeyRButton Then If SpellMemorized > 0 Then If GetTickCount > Player(MyIndex).AttackTimer + 1000 Then If Player(MyIndex).Moving = 0 Then Call SendData("cast" & SEP_CHAR & SpellMemorized & END_CHAR) Player(MyIndex).Attacking = 1 Player(MyIndex).AttackTimer = GetTickCount Player(MyIndex).CastedSpell = YES Else Call AddText("Cannot cast while walking!", BRIGHTRED) End If End If Else Call AddText("No spell here memorized.", BRIGHTRED) End If End If ``` I get error : Compile Error: Variable not defined (I don't code, second day messing around with VB6) I just want it so that you memorize the spell then you can right click anywhere and it will cast the spell you have memorized and on the npc/player your clicked on. Thanks for the help in advance.
  8. Ya I get like 30 errors I just press ok through them. I actually just deleted every thing about music in the game. It gave me a error for every music line so they are all gone. Oh well. Thanks anyways guys.
  9. I been trying to compile this source, but I always get a error each time I try and compile. Right now my error is. "Call frmMirage.MusicPlayer.PlayMedia" Compile error: Method or data not found.. Anyone help please.
×
×
  • Create New...