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

BeNjO

Members
  • Posts

    1161
  • Joined

  • Last visited

Everything posted by BeNjO

  1. I added max npcs per map, 30, and filled every layer with atrributes and tiles. I still had over 60 fps even with server "unlocked". By the sounds of it your computer can not handle the game/server on one computer.
  2. party acceptence = instance dx8 error, trading window, hover over one of the buttons and bam dx8 error, i did not see my self, or the npc flash when we was hit?
  3. Nice update, please fix party/trading! keep up the good work. Im going to wait until you release a "final" or until someone releases your updates via tutorial. Iv already added quests/bosses/questlog/hide chat gui and nearly fixed trading but can not seem to put my trading/partying from csde into here without render issues and unrecoverable DX errors, then you release a awsome version like this… so im going to stop coding/work on my game then re-readd everything iv added into a final release. I dont want to begin work and you release an epic update then all my work goes in the bin, again! Good work though!
  4. Trade/partys do not work, just throwing that out there
  5. It would be good to see tutorials on how to update our current versions to the latest one or noone will use the engine until you stop updating it.
  6. fix it how? not sure on what how to make it send correct updates i can get it to show the buff increases on the client, just can not figure out how to remove said buff effects on the client.
  7. Can not figure out how to send the correct STAT values to the client, can someone point me in the right direction? HP/MP works, just any player stat like str/end ect do not update on client.
  8. I have to agree, you cant simply just edit someone elses work and claim it as yours.
  9. Got it working, would love to adjust screen size but can not figure it out.
  10. iv had this tab open since you posted, waiting on OP's response
  11. The Unrecoverable DX8 Error is caused when i edit a map and save it, then i can no longer login to the game.
  12. Unrecoverable DX8 Error. Opps :( Deleted all my maps: Sub' out of range: ``` Public Sub UpdateMapBlock(mapnum, x, y, blocked As Boolean) If blocked Then MapBlocks(mapnum).Blocks(x, y) = 9 Else [b]MapBlocks(mapnum).Blocks(x, y) = 0[/b] End If End Sub ```
  13. Pony fixed my trade system for a few dollars. Quick and simple.
  14. no line, It just stops responding and i have to send error report/close or check online for a solution.
  15. ESET Smart Security Access denied Details: Web page: http://miguu.co.cc/pv Comment: Access to the web page was blocked by ESET Smart Security. The web page is on the list of websites with potentially dangerous content.
  16. i walk onto the attribute and my game crashes, still
  17. Looking for someone to fix the known music issues with CSDE, Paypal only.
  18. @Murdoc: > now this needs to be done so that u can debuff enemies, npc's can use them and have spell icons show up on the main screen when youre buffed or debuffed… then it would be ub3r ;-) not sayin im gonna do it of course plus 1 :)
  19. BeNjO

    CSDE Question

    No this did not exist: ``` Public Sub GDIRenderItem(ByRef picItem As PictureBox, ByVal Item As Long) Dim height As Long, width As Long, sRECT As RECT ' exit out if doesn't exist If Item Count_Item Then Exit Sub height = D3DT_TEXTURE(Tex_Item(Item)).height width = D3DT_TEXTURE(Tex_Item(Item)).width sRECT.top = 0 sRECT.bottom = 32 sRECT.left = 0 sRECT.Right = 32 ' Start Rendering Call D3DDevice8.Clear(0, ByVal 0, D3DCLEAR_TARGET, 0, 1#, 0) Call D3DDevice8.BeginScene 'EngineRenderRectangle Tex_Item(sprite), 0, 0, 0, 0, 32, 32, 32, 32, 32, 32 RenderTexture Tex_Item(Item), 0, 0, 0, 0, 32, 32, 32, 32 ' Finish Rendering Call D3DDevice8.EndScene Call D3DDevice8.Present(sRECT, ByVal 0, picItem.hwnd, ByVal 0) End Sub ``` And some more bits about the rendering and saving of the images. It works now thanks all /lock
  20. BeNjO

    CSDE Question

    nothing concerning items as far as i am aware.
  21. BeNjO

    CSDE Question

    they are .png and are correctly numbered, the little 32x32 picture box is black, and changing the scroll does nothing but change the number.
  22. BeNjO

    CSDE Question

    Just curious on how to get the item editor picture to work on CSDE. Iv tryed everything, bmp/png diff sizes, .png count works; the scroll bar is the right amount of items in my folder, bmp the scroll bar is 0. Iv been trying to figure this out for the past few days and everything i have done i have returned beaten.
  23. www.canyouseeme.org type in your servers IP click button and it will tell you.
  24. 16gb gaming ram, 2gb ati hd 6950 cu II, intel i7, 1tb sata (only thing letting me down). No need for me to upgade mouse = roccat kone +, keyboard = roccat Isku
×
×
  • Create New...