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

Nubbs

Members
  • Posts

    255
  • Joined

  • Last visited

    Never

Everything posted by Nubbs

  1. oh no instruments ok count me out sorry
  2. @ÅÐмiядζ: > I have vista, and VB6 runs fine for me; you just need to install those runtimes in the Vista Fix thread, probably yea i didnt know where the fix was at
  3. cuz vista doesnt support VB6 you have to download a patch i think
  4. i think you would have to script it for a OnClick tile to get that to work and to make the npcs use text bubbles you'd have to script that too…look in the script section and you should be able to find most of what you want in the script database...and since you're new you might wanna check out the tutorial section there to get started
  5. ok 1.bonus 2\. yea i wouldnt be singin about bitches and money so it wouldnt bother me but i think that should be added to the list 3.can you use your own instruments?
  6. Nubbs

    Grapplehook chain

    yea that would be cool ive been thinking about adding something like that to my game..thanks :)
  7. ok a few questions first 1 do we pick our own songs? 2\. any music not allowed>?i.e explicit lyrics,???(i dont mind but u think this should be made clear for everyone) 3.how much of the song do you want us to sing like 30 sec clip for the try-outs stuff then full song for the finals?
  8. ok im looking for your answer to question 2 ,do you want to keep one place to respawn at ? or be able to choose where you respawn at? yea anyways here's a few links that might help you choose how you want to do it http://www.touchofdeathforums.com/smf/index.php?topic=37816.0 http://www.touchofdeathforums.com/smf/index.php?topic=39755.0 http://www.touchofdeathforums.com/smf/index.php?topic=27605.0
  9. Nubbs

    Grapplehook chain

    bonus! ill prolly use this ….now for one that looks like batman's lol, or even spiderman's web would be cool, nice work
  10. i wish i could remember where the link for the class editor (the one thats already out) that way you would know what im talking about..i know its around here somewhere vertical slideshow of Sprites.bmp ?? just throwing ideas out there ….i dont even know if that possible. lol if its good i dont mind waiting on it :)
  11. not really unless you wanted to add brief descriptions to all the options, but they really do that already by themselves…. but that might be an idea if you make a class editor...i wouldnt mind seeing that since the one thats out doesnt display ee 2.7 sprites correctly
  12. nice job looks like a good add-on
  13. press f4 or f5 in-game to make a guild… if not i know its one of the "f" keys sorry
  14. http://www.touchofdeathforums.com/smf/index.php?topic=38183.msg364764#msg364764 http://www.touchofdeathforums.com/smf/index.php?topic=32731.0 those links should help you out i keep them in a .txt file now since this question gets asked once every two days :) cheers
  15. dont feel dumb i made over 20 sprites, 6 classes ,and 4 maps before i knew how to add stats on ….and i made it to level 10 in my game......
  16. 1\. its bugged 2\. look in Questions part of forum 3.the very last tileset the one that has the "level up" in it theres the color of your chat bubbles there change that color to change the chat bubbles
  17. a bug with scripted spell animations>? have you tried making yourself the target of the spell animation besides the player/npc ?
  18. nice script and nice topic lol this topic has alot of good info in it.. if you post it in the script database make sure you tell people it takes godlords inventory script to run.. you could also tell people how to alter this script so they can use the same .ini for each one time quest , good job
  19. ok so if you have spell animation 61 then this should work on players but the npc part im still not sure about but it might work here's what i got .. sorry i havent tested it ``` ~~~~~~~~~~~~~~~~~ ' Spells '~~~~~~~~~~~~~~~~~ Sub epicspell(index) Dim mp Dim dmg Dim anm Dim target Dim y Dim x Dim npcx Dim npcy Dim l Dim mob mp = 5 dmg = 3 anm = 61 target = GetPlayerTarget(index) y = GetPlayerY(target) x = GetPlayerX(target) npcx = GetNpcX(l , mob) npcy = GetNpcY(l , mob) l = GetPlayerMap(index) mob = GetPlayerTargetNpc(index) If GetPlayerMP(index) >= mp Then If GetPlayerTarget(index) > 0 Then Call DamagePlayer(index, target, dmg) Call SpellAnim( anm, l, x, y)) mp = GetPlayerMP(index) - mp Call SetPlayerMP(index, mp) Else If GetPlayerTargetNpc(index) < 0 Then Call DamageNPC(index, mob, dmg) Call SpellAnim(map, npcx,npcy, anm) mp = GetPlayerMP(index) - mp Call SetPlayerMP(index, mp) End If End If Else Call PlayerMsg(index, "You need 5 MP!", 1) End If End Sub ```
  20. you have target dimmed as target = GetPlayerTarget {which get the (enemy player) not the enemy npc you would need something like target2 = getplayertargetnpc(index) your (target) wont work since you have it dimmed twice as 2 different things let me see if i can write this for you..
  21. check your spelling on the PutVar/GetVar you are using"\" instead of "/" and missing a few quotes here and there recheck your spelling and this should work
  22. Nubbs

    Shops…

    @kakusas: > oh my gosh…. > Are you guys are really so stupid , or what? apparently stupid enough to try and help someone who doesnt appreciate it….being an asshole doesnt get you anywhere here you'll learn that quick....you SAID it gave you a message then quit..... you never said when you "clicked" on the button to make a shop the game shut down....maybe if you explaination wasn't so horrible we might've been able to help you out by now...i hope someone helps you because you wont get any kind of answer from me if you wanna get shitty
×
×
  • Create New...