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

Nahchito

Members
  • Posts

    68
  • Joined

  • Last visited

    Never

Everything posted by Nahchito

  1. @Robin: > You screwed up the source code. Revert to a backup. But it happened the first time I edited the GUI, I didn't even touch the "important stuff". I have only editied GUI-related stuff. Maybe I touch something I the VB6 interface, just like the version number. **I made a mistake, the problem occurs whenever I log in, not when opening the game.**
  2. Nahchito

    Evolving.

    I dont quite get what you are trying to do, you lost me with the 493 times.
  3. @Growlith1223: > You must have done something more like change the Client's revisions….Change them back to 1.3.0.0 It will fix that problem...If you are using CS:DE...I can't help you on that part XD I love you! Any clues on the Windows seven color scheme? EO 2.0 works fine, it started happening after i started editing
  4. Hi guys. So 've been source editing and I have to main problems: 1-I can normally create an account, but whenever I try yo login, it says "Version outdated, visit http://blablablala". Why does this happen?! 2-Whenever I open the game, my window's seven color scheme changes to Basic scheme (VERY annoying) I've only edited the GUI, no system editing. Any ideas?
  5. May someone re-upload the link from the main post?
  6. @Azure: > Why do people use megaupload? Alt download please. Sorry for the necropost, but we now urgently need another upload :P thanks sopa
  7. Ok i'll have to look around all the source, but thanks. i'll let you know
  8. I'm using 2.7. I don't think the error is the code syntaxys… not matter what the code is, it gives the error anyway.
  9. I changed it to "Case 0" and the error came up anyways..
  10. That is a very good idea.. but I doesn't work if you use health bonuses..
  11. Yes, there is. But when you press "i" you would be typing "i" in the chat bar, so you'll need a fix for that too. ``` If KeyCode = vbKeyI Then Call UpdateVisInv picGuildMember.Visible = False picGuildAdmin.Visible = False picEquipment.Visible = False picPlayerSpells.Visible = False picCharStatus.Visible = False picInventory.Visible = True End If ``` Paste that in frm.mirage in the "Private Sub Form_KeyUp"
  12. Yes.. in EO. I'm using EE 2.7
  13. Hello all. I was wondering if someone ever saw a tutorial on how to add the option "level requirement" for items. If so, i was asking if you could post it here or you could tell me how i can achieve that. thanks!
  14. Uh I forgot to post: Yes, i got it working. Maybe I'll post it in Source Tutorials so people can find this edit more easily
  15. Those look awesome! its a great tileset man. i suppose yuo also made those items, right?
  16. This is my Sub ``` ' Executes whenever a scripted NPC does an action. Sub ScriptedNPC(Index, Script) Select Case Script Case 1 If GetPlayerLevel(index) > 24 then Call PlayerMsg(Index, "Adm.: Todavia no tengo la lista para crear Gremios!", WHITE) Else Call PlayerMsg(Index, "Adm.: Solo los guerreros con suficiente experiencia pueden hacer un Gremio!", WHITE) End if Exit Sub Case Else Call PlayerMsg(Index, "No NPC script found. Please contact an admin to solve this problem.", WHITE) Exit Sub End Select End Sub ```
  17. Uhm the worst part is that the Sub ScriptedNPC(index, script) section is empty.. i mean. the error happens when i create a case and i even put a simple PlayerMsg
  18. I tried extractin it from EO but i coulnd find the variable, i'll try it now.
  19. Hi guys, i spent the last 2 days trying to figure out how can i add the gold amount in the menu, like, under character or inventory. I'm checking in EO's source but i cant get it right. Any clues?
  20. I think you need to re-register the things in the Data folder
  21. Can we get the source code?
  22. Hi guys, I've started again my project and now after a few source edits any scriptednpc gives me this error > Wrong number of arguments or property assignment not valid ![](http://bb.xieke.com/files/error%201.bmp) I've tried opening the server with the vb6 and bumping the error tu debug it, but it doesnt hightlight anysection, it only gives the error. Any ideas? I can send you the server source.. thanks
×
×
  • Create New...