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

Justn

Members
  • Posts

    1129
  • Joined

  • Last visited

    Never

Everything posted by Justn

  1. Ok try this out.. In the SERVER in Sub HandleProjecTileAttack find this: ``` ' check for subscript If curProjecTile < 1 Then Exit Sub ``` Under it add : ``` 'Play sound of weapon SendMapSound Index, GetPlayerX(Index), GetPlayerY(Index), SoundEntity.seItem, GetPlayerEquipment(Index, Weapon) ``` That should work let me know if it doesn't cause my projectile system is pretty modified.. It will play the sound that you set in the item editor
  2. I have done this and its really simple I will share with u.. do you want it just to player the sound for the player or do u want it to play so others can hear it too? Also what engine are u using?
  3. In your client and server folder u will see client.vbp and server.vbp open those….
  4. Jaekx ur not helping but just making him and everyone else more confused… Here is a tutorial for what u need http://www.touchofdeathforums.com/community/index.php?/topic/123200-set-spawn-from-classini/
  5. Lol pretty funny outcomes for the physical descriptions.. nice site ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) " muscular, awkward, focused, man with very short buzz cut purple hair, green eyes, and brown skin. Has a black tattoo of a naked woman on the upper left leg. He is wearing bright silver and silver spotted Jacket, dark purple dress."
  6. There was an old tutorial for playing an intro flash movie if u can make flash movies maybe.u can try to edit that to make it fit your needs
  7. Sounds like ur server is running too slow.. are u on an old pc? what does the number next to CPS(on the server panel) say while ur logged in and playing the game? Also do note that npcs marked as attack on sight will not attack administrative characters unless attacked first..
  8. Cool all u need to do is make a new label on the character window and name it lblCharClass Next find this in modhandledata: ' Set the character windows Under it add : ``` frmMain.lblCharClass = Class(GetPlayerClass(MyIndex)).name ```
  9. Yes its very easy to do ill show u.. what version of eclipse are u using?
  10. Justn

    Npc problem

    > We don't support Eclipse Evolution. If u would of read his post instead of just seeing eclipse evolution and immediately trying to be a stick he was saying that he knew how to do it on those versions and needs help with EO…. http://www.touchofdeathforums.com/community/index.php?/topic/114245-eo-faq/ Read this Muhammad it will explain how and other things...
  11. Ok cool ill look through my stuff I think I have some old sheets somewhere
  12. Can give more details? What kind of sprites are u using?
  13. Well split them at 24x24 then use imagecon and resixe them all to 32x32 not sure how it will look resized but most should look ok and with that program it takes a few seconds to do them all.. if u need help let me know
  14. No that is not the same thing.. look at scotts map instances system
  15. Yea download photoscape its has a splitter and combines photos.. I'm sure there are others but thats a simple free program
  16. Justn

    Event System Bug

    I believe this is only a bug with deathbeams engine you should try posting in his thread
  17. I have a more traditional hunger system (not based on steps or pokemon related) If anyone needs it let me know and ill make a tutorial
  18. Well just change it to 1000 then lol but yea sherwin has it right ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  19. Why does he need to rip it? Just use the event system…
  20. What's the min, max, and value of the scroll bar on the properties menu?
  21. Go into the server folder then the data folder then open the items/maps/npcs/ect. And delete the .dat files then boom new project
  22. You don't have to have visual basic 6 to make a new project.. u just need it if u want to edit or add code and features to it.. I suggest you start by reading the FAQ and official guides to get u started with the basics and worry about vb6 after u get tje engine basics down ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  23. Dude post the pic u edited…. I promise u that it will be the wrong one... BARS.PNG
  24. I think this will work Find this line in the client: ``` frmMain.imgEXPBar.Width = ((GetPlayerExp(index) / EXPBar_Width) / (TNL / EXPBar_Width)) * EXPBar_Width ``` And change the (index) to (myindex)
  25. The police will not care and will probably laugh at you for trying to get ur friend in trouble
×
×
  • Create New...