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

Dawntide

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Everything posted by Dawntide

  1. Okay, but i can not get it to work: ``` Sub UseTitulo(ByVal index As Long, ByVal Slot As Long) Dim i As Long ' Verificar se está usando o titulo selecionado, se sim sair da sub If GetPlayerTUsando(index) = GetPlayerTitulo(index, Slot) Then Exit Sub ' Remover recompenças If GetPlayerTUsando(index) > 0 Then For i = 1 To Stats.Stat_Count - 1 Call SetPlayerStat(index, i, GetPlayerStat(index, i) - Titulo(GetPlayerTUsando(index)).StatRec(i)) Next End If ' Recompenças For i = 1 To Stats.Stat_Count - 1 Call SetPlayerStat(index, i, GetPlayerStat(index, i) + Titulo(GetPlayerTitulo(index, Slot)).StatRec(i)) Next ' Dar o titulo ao jogador Call SetPlayerTUsando(index, GetPlayerTitulo(index, Slot)) ' Atualizar Call SendPlayerData(index) Call SendStats(index) Call SendPlayerTitulos(index) End Sub ``` Where do i have to paste the first method now? And where to paste it for currency, because there are so many subs i guess, bank, shop etc.
  2. hello guys, I got problems with overflow runtime error with my currency and the title system: http://www.touchofdeathforums.com/community/index.php?/topic/127866-eo-titles-12/page__hl__title__st__20 When i get too much money i get an overflow error, how to avoid it and just make the player does not get more gold? When i choose an title and the title reward gives me stats so i would have stats above 255, i get an overflow runtime error, how to avoid that, so it just stops at 255 without oveeflow error? thanks in advance!
  3. Dawntide

    Icon bug

    Yes i tried it. Does not help.
  4. Dawntide

    Icon bug

    hello guys, I changed the icon of all my forms in vb6 and saved + compiled the project. It is just fine in the folder but when i send the game.exe to the desktop it is just the default icon. how to fix that? thanks.
  5. I just want to want stop the overflow crash, so the player simply just can not get more gold.
  6. How to fix the offscreen code? the description window is too large for the default window size, so items in the first few rows in your inventory are cut off by the screensize on top.
  7. So all links are broken now, god i love the new forum ![:rolleyes:](http://www.touchofdeathforums.com/community/public/style_emoticons//rolleyes.gif)
  8. Sorry but if you can not even manage to contact them yourself, how are you planning to bring up a good mmo? Anyway, i do not think there are katekyo hitman reborn sprite and tilesets because it is not that famous. if you create your own custom sprites and tilesets and change the whole setting a bit, you should be fine. To your question: You won't get permission without paying for the license. And they can sue you whenever they want except you have a license.
  9. Maybe it is possible but i do not think that the coders, who could do it, will answer to this topic. sounds like a real challenge, me as a noob would try it with timers
  10. Then tell me how to do it, please.
  11. No one can help me? Where are all the good coders? You just need to look into your working spell animation code and tell me what to paste or take out. thanks!
  12. nevermind, please close this thread
  13. Only bad human beings are living after this logic dude. If everyone would act like this, we wouldn't be alive anymore.
  14. I told you to stop talking bum candy, so please listen. "it's not illegal unless you get caught?" It is really the dumbest thing i have ever heard. Not getting caught does not make it legal. It is still illegal! It is not retarded dude. It is called morality. It is indeed sad that you never heard of morality
  15. Stop talking bum candy please. It is about the law and not about a company noticing or not noticing your crime. It is illegal, so stop doing it or you will get sued. Just remember the WoW scape private server case! The server was running fine for years and then, the slow law has prevailed his office and the owners got sued for 88 million $. Do not mess with the big guys or you will get ducked. It just takes 1 guy to report you or 1 employee surfing the web. The law is slow, but hits very hard. btw: Encouraging or assisting a crime is itself a crime, so do not encourage him to commit a crime.
  16. Ignoring nintendo is like the dumbest thing you can do. If they ignore a cease and desist letter they will get sued and have to pay the cost for the court and the lawyer. They will get ducked. And if they will not get sued then the letter was fake. But maybe its a bit diffrent in the US, in europe you will get sued even before you start developing the game ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png)
  17. Srsly, who is that dumb to risk that? They will contact your ISP to know you adress and then your ISP will cut your contract with them down, because you hosted a illegal game. So you will get a letter and you will lose your internet. Is it worth it? Hosting a crappy vb6 game with 6 active players and 50% are friends of yours and GM's? I do not think so…
  18. Do not listen to the answers you got. If you use copyrighted things you will get sued to death. They do not care about their fans, they simply want more money. Giving credits will not help, you will still get sued. There are 2 ways it can go: 1\. Your game does not get popular and fails like all other eclipse games with 2 active players. 2\. Your game does get popular and you will get sued to death. **If you are talking about "Katekyo Hitman Reborn" you will get sued for sure!**
  19. Ok so how would the code look like? I can not find a single code where gold is handed out only something like this at bank etc. ``` tmpCurrencyItem = InvNum ```
  20. I want the limit to be 999.999.999 Gold. How to do it? I do not want to add this check in 100 subs where gold is handed out
  21. hey, The engine is jealous of all my money If i spawn 2 billion gold everything is fine, but if i spawn another billion gold the game crashes. debug highlighting: ``` Call SetPlayerInvItemValue(Index, n, GetPlayerInvItemValue(Index, n) + MapItem(mapnum, i).Value) ``` runtime error overflow how to fix it and how to set a limit for currency without getting crash if you try to get more money thanks!
  22. I can not get it to work, it only works if i create a currency label on the minigame and make its caption the same as frmMain.lblGold.Caption and if its 0 then i disable the button. It's not really save, isn't it?
  23. And how to send packets from server to client? I only know client to server It's so difficult :/
  24. I have a minigame, you just need to click 1 button, its random if you win or lose. If you win you get 50 gold, if you lose you lose 50 gold. i want it to exit the minigame button click Sub when the player has less than X gold.
  25. I did it exactly like you did, but it just shows the chat message, but does not exit the sub, i can still play the minigame.
×
×
  • Create New...