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

goku1993

Members
  • Posts

    196
  • Joined

  • Last visited

Everything posted by goku1993

  1. You can't, there aren't any… you need to code a range weapon system them into the source and for that you need a programmer
  2. goku1993

    [EO] Npc Problem.

    actually from what i just read , isn't he saying that when he logs in server gets an error and the npcs freeze? I mean that would make sens they just freeze because the server isn't running when the error comes up it's as if it was paused isn't it??(well in the end the problem is still the error but i m just wondering if what i just said is true)
  3. goku1993

    [EO] help.

    I once had the same error with resource and it's because i hadn't deleted my characters so depending on what you changed just delete the stuff of it and should work.
  4. goku1993

    Visual basic

    vb6 is the only version that works
  5. If there is no gui folder then there's no other way, you need vb6 to change the gui.A programmer's always useful for a game too i suggest you find one…
  6. couldn't find that on the search where is it? and if i remember correctly is that the one that generates a script or something? because if it is eo doesn't have a scripting so… but if it's not give me a link to the download or something to see what the quest maker is
  7. goku1993

    Updater

    because you should it explains everything there if i remember right (been a while since i'v used it) but i m pretty sure there's an explanation somewhere with the file.
  8. where the npc or a player do what?? their locations? sorry don't really get what you mean, from the title i m kind of assuming their warp point or something??
  9. if you forwarded the port and your friend has the right ip and port in the config thing he should be able to connect, unless your server isn't on but i doubt that…
  10. I don't really get what you mean, can you explain better? because if the npc doesn't cause damage to the player it probably means that the player has too high a def? or what do you want the npc to stop attacking when you click on a button??
  11. Btw just saying you can't really use the old eclipse sprite sheet for a game cause it's property of rpgmaker xp it even sais so somwhere on the forum oh and since they are rpg maker xp files you can probably find them without cutting them out since origins uses rpgmaker xp's sprite form…
  12. You give him the client and your address from ipchicken.com check this:http://www.touchofdeathforums.com/smf/index.php/topic,68370.msg736649.html#msg736649
  13. to load the flash thing before the game just tell the client to load it after the player has logged in but before it loads the actual game. For the class just use an if statement like If class = 1 then flash thing… (you can probably find how to do the classes from item requirement)
  14. But random would show the question twice so you also have to add a check somewhere shouldn't you? but well it shouldn't be that hard just store if the pic was opened or not somewhere and make it so if it already appeared won't. If i m wrong about what i just said and you have already found the solution for that sorry just saying what i though i read
  15. *scratch what i said it was wrong*
  16. I'm not sure of what i m about to say but there's one thing i m sure of data member not found means that it can't find the variable somwhere like if you put an x and you didn't dim it first but i think remotehost function is in a dll so try library files if you haven't if this isn't usefull sorry tried to help…
  17. hey, i made a guild system in eo that works fine exept when a player logs out and i try inviting someone else into the guild the player that left's caption and a new caption show the member that i just invited's name and i search in the source for quite a while the only thing that might give the problem is probably the way i saved the guild or loaded it maybe so here's where i think the problem lies: ``` guildNum = Player(index).guildNum Name = Player(index).Guild Call LoadGuild(guildNum, Name) ' got a blank slot? For i = 1 To MAX_GUILD_MEMBERS If Guild(guildNum).Member(i) = 0 Then 'add to the guild Guild(guildNum).Member(i) = targetPlayer ' recount guild Guild_CountMembers guildNum ' send update to all - including new player SendGuildUpdate guildNum ' add them in Player(targetPlayer).Guild = Name Player(targetPlayer).guildNum = guildNum PlayerMsg targetPlayer, "You have joined " + Guild(guildNum).Name + ".", BrightRed ' save guild and player Call SaveGuild(guildNum) Call SavePlayer(targetPlayer) Exit Sub End If Next ``` here is the load guild and saveguild code are pretty much the same as saveplayer and loadplayer oh and i maybe i messed up with the guildrec here: ``` Public Type GuildRec Name As String Founder As String Member(1 To MAX_GUILD_MEMBERS) As Long MemberCount As Long End Type ``` This code might not even cause the problem but it probably does since the only thing that's causing the problem is not saving. Well you might have not understood a single thing i just said because i can't express myself at all… But if you can help out please do.
  18. if he got a run time error doesn't have anything to do with port forwarding… you can try telling him to install the library files but I v got no what kind of error run time 399 and your friend has to have server from ipchicken, if that doesn't work well you probably didn't port forward well or something's wrong somwhere
  19. is this the tutorial you were looking for? http://www.touchofdeathforums.com/smf/index.php/topic,68317.0.html
  20. ok thanks i ll try it out
  21. I created a guild system that works fine and I was just wondering, what would be the best way to store a guild name??I mean should I put them in an ini file or …? I just need to someone to help lead the way i can do the rest on my own. Thank you for the help
  22. What do you think i should use to compress my game's graphics?I really just need a name or something to get me started i think i could do the rest on my own.(not sure if i should have posted in this section but didn't really know where to) Thank you
  23. a scripter is someone who scripts (the txt file you modify to add some minor stuff to your game,it's very very limited) and a coder is someone who actually changes well the source code of the file (the code you put in the .exe? can do what ever you want your game to do i guess)
  24. goku1993

    [EO] Map Report

    variable not defined usually means you didn't say what frmMapReport means in this case frmMapReport.frm you shoudn't be getting a problem if you added it properly(did you add it by going to Project then add module in vb6??)
×
×
  • Create New...