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

Byte

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

Byte's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Byte

    Virus

    Does the Library files or eclipse 2.7 has a virus? my friend keeps saying it does.. :s
  2. I think he means ''Can my friend portforward, while I can control the server at a other cpu?'' :P
  3. Byte

    Speech bubbles

    I've never seen a topic about this subject; I think the Speech Bubbles are ugly, and I want them to dissapear, though I do want to see the letters on the spot where it would usually be. Like nothing behind the text.. Is that possible? If so, can someone tell me how? Thanks in advance, ;)
  4. Except if your lucky, and hes your neighbour, and you are allowed to join his network, and let him pay the price :cheesy: But Most likely, no.
  5. Nvm I fixed his problem.
  6. @Mr.: > Library files.. > There was a fix for 339.. that's what you had, yeah? > > Did you check the fix board? Run-Time Error: 429 - ActiveX control component can't create object 1\. Using Windows Vista or starting the client. Download dx7vb.dll and put it in the system directory. Then register it. Global fix. Now as I said, he cant disable UAC, And this is what happens when he tries to Register dx7vb with Regsvr32. ''dxvb7.dll cannot be executed, and there is no registration helper for this type of file registered'' What can he do now? And the Colors.txt error isnt on the fix board
  7. I got my own game etc, I portforwarded it, but my friend gets a few errors. Idk how to fix it.. I think its worth making a topic about it. Please help, he really wants to play on my server. Errors: ![](http://i42.tinypic.com/2m6oda9.jpg) ![](http://i40.tinypic.com/ynime.jpg) A few things: 1.He installed Library files, 2.Somehow he cant disable UAC :S Maby because hes on XP? Thanks in advance!
  8. Byte

    Eclipse 2.7 Quests

    thank you Nubbs, that helped me out alot, and thank you Alster for the effort. got it nailed now :P
  9. Byte

    Eclipse 2.7 Quests

    @[UK: > Alster link=topic=39046.msg379582#msg379582 date=1235183214] > Well, I'm out of ideas. > > I would offer to remote assist you on MSN but one; It's late and two; lots of people don't like remote assistance. > > Can anyone else take over? Yes, MSN sounds a good idea. Then this stuff will go faster. lol its 3:27 AM. But add me, [email protected] Thanks for the effort. We'll go on tomorrow or when we have some time.
  10. Byte

    Eclipse 2.7 Quests

    @[UK: > Alster link=topic=39046.msg379547#msg379547 date=1235181963] > Everything should work. Try going into your server control panel. Turn the scripts on and reload them. > > And it won't be a pop up. It'll be a message in your chat box. Yo must press Ctrl/enter @ the NPC right? It doesnt work.. :( I tried everything u said
  11. Byte

    Eclipse 2.7 Quests

    @[UK: > Alster link=topic=39046.msg379511#msg379511 date=1235180445] > That should work - or at least pop up with a message. > > Replace Case 0 with Case 1. > > Then make sure your NPC is set to 1. > > EDIT: You've messed up the case mate! If the case is case 0 in the main.txt then the NPC should be set to 0\. If the case in the main.txt is case 1 then the NPC should be set to case 1\. This didn't work because case 1 (which you set your npc to) doesn't exist! > > EDIT: EDIT: When I said 'place it under Case 0' I meant under the Case 0 itself. I guess I shoulda made that clearer! But don't change anything now. Leave your main.txt as it is. huh? So I should just keep it like in the prt screen? Also I made this prt screen to ask if its ok? ![](http://i40.tinypic.com/5u3gpf.jpg) Now you can look at both prt screens and check whats wrong.. (In the main.txt I have the Case on 0, and I changed the NPC to script 0, but I still dont get a pop-up or something)
  12. Byte

    Eclipse 2.7 Quests

    @[UK: > Alster link=topic=39046.msg379466#msg379466 date=1235177060] > Ok Byte listen up… > > Open up main.txt in notepad. Go to edit>Find and look for``` > sub scriptednpc > ``` > > Place this code under Case 0, but before Case Else. > > _____ > > Open Eclipse, Press F1, Go to Edit NPC. Set it's behaviour to scripted. It will then show a slider bar. Drag that slider bar to 1\. Press ok and add your NPC to your map. > > Press CTRL to talk to it. Quest started. Get the item and press CTRL once you have it. Done. > _________ > > I think that was an answer… I got it looking like this: ![](http://i40.tinypic.com/23udh0k.jpg) Then I saved it, and I did the npc in my room with scripted on 1.. But I can't talk to him. (Yes I rebooted the server) Why?
  13. Byte

    Eclipse 2.7 Quests

    @kris_hole: > you get the inventory scripts and it says, any byte whateverr happened to your msn? your never online. i thought you wanted to help us out before :P and i believe its… > > Sub TakeItem(index, Item, Amount) > same for give. And how do you check the Item sprite? I suggest by going to /edititem and then you see the sprites infront of the names. Correct me if im wrong.. then I have 1 more question left (look at my post before this one) and Oh, I think you have the wrong person infront of you, I never gave away my MSN to you, nor did something happen to it. But thanks for the help :P
  14. Byte

    Eclipse 2.7 Quests

    @Nubbs: > http://www.touchofdeathforums.com/smf/index.php/topic,29991.0.html > it takes Godlords inventory script too > > this quest one works great… you have to make them drop an item.. and then take it to the npc ... its basically a fetch quest script that easily edited and installed Ok, now I got this code: Case 0 Call PlayerMsg(index, "I'm the shop tutor, can u buy me a water bottle from the store?", 12) If CanTake(Index, 22, 1) = false Then Call PlayerMsg(index, "You didn't get the item! Go buy it from the merchant!", 12) Else Call TakeItem(index, 22, 1) Call GiveItem(index, 1, 100) Call PlayerMsg(index, "Thanks heres your Reward!", 12) End If Exit Sub I have a few questions about this: 1\. What should I do with the code? On the topic they said I should put it in main.txt under the scripted NPC. Now I have made a NPC inside a room on my game, but I cant see any info about it? 2\. At these lines: Call TakeItem(index, 22, 1) Call GiveItem(index, 1, 100) How can you find out what item is 22, 1 or 1, 100? Now people might think these are stupid questions, but I totally suck at VB, or anything like that. I'm trying though. If someone can help me with this I'd really appreciate it alot! Thanks in advance, Byte
×
×
  • Create New...