Mirage Source

Free ORPG making software.
It is currently Fri Jul 24, 2026 10:07 am

All times are UTC


Search found 31 matches
Search these results:

Author Message

 Forum: General   Topic: SetAcccess Button on Server

Posted: Thu Oct 04, 2007 3:00 pm 

Replies: 18
Views: 7570


It is ,, Otherwise it doesn't check the property (w/e u spell it) Text, where u need to place the name of the one u want to make admin.

 Forum: General   Topic: SetAcccess Button on Server

Posted: Wed Oct 03, 2007 8:21 pm 

Replies: 18
Views: 7570


If I'm not mistaken, setAccess does so with the index number, and not the char/account name. If I remember correctly, findPlayer takes a CHARACTER name and turns it into an index. look into it. How can I use the Indexnumber findplayer returns in my Call SetPlayerAcces(index, access) line then? EDIT...

 Forum: General   Topic: SetAcccess Button on Server

 Post subject: SetAcccess Button on Server
Posted: Wed Oct 03, 2007 7:37 pm 

Replies: 18
Views: 7570


I added Binary accounts, and I wanted to make a button on my server that gave the Name in the textbox access level 4. Now I get a runtime error 13 with this piece of code: Private Sub GiveAdmin_Click() Call SetPlayerAccess(frmServer.txtGiveAdminName, 4) ' <---- error line Call TextAdd(frmServer.txtT...

 Forum: General   Topic: Help with news

 Post subject: Re: Help with news
Posted: Thu Jul 19, 2007 8:34 pm 

Replies: 17
Views: 6924


Quote:
Ok I had found this code in Elysium Debugged, and started working on my own here's the Elysium code


If you read that line fox, you'll understand he took the OUTLINE of elysium, and is making his OWN using that outline. So it's not elysium.

 Forum: Resources   Topic: Folder Saving

 Post subject: Re: Folder Saving
Posted: Wed Jun 27, 2007 7:34 pm 

Replies: 21
Views: 11216


Look at the way the accounts are saved, and then chage it the way you want. I'd like to have dived more into this for ya, but, I'm tired and want to sleep. EDIT: Server Side you'd need to change to Sub SavePlayer and the Sub LoadPlayer. Dunno hwo to do it yet ,, cause I'm not really familliar yet wi...

 Forum: General   Topic: Attributes Gone!

 Post subject: Re: Attributes Gone!
Posted: Thu Jun 21, 2007 6:35 am 

Replies: 23
Views: 11462


Make sure you're attributes are blitted AFTER the fringe layer.

 Forum: Mirage Source 3.x.x, MSx   Topic: Whats going on?

Posted: Thu May 17, 2007 10:30 am 

Replies: 18
Views: 19179


Da Undead wrote:
possibly new layout too? :D


That should cme ,, if it comes ,, at the VERY VERY Last

 Forum: Resources   Topic: Weather System

Posted: Thu May 03, 2007 7:00 pm 

Replies: 59
Views: 33657


My file IS 32*32 and the background is (RGB, 0, 0, 0) And I havem't changed the code

 Forum: Resources   Topic: Weather System

Posted: Thu May 03, 2007 9:26 am 

Replies: 59
Views: 33657


Yeey finally fixed it ,, I made some typos when I was loading the gfx file to the surface. I don't have any errors now :P but it won't blit my snow properly -_- when i have 1 big white square as snow file it blits it ,, but when I have a paint spray as snow it won't blit it -_- ooh well ,, have some...

 Forum: Resources   Topic: Weather System

Posted: Tue May 01, 2007 6:30 am 

Replies: 59
Views: 33657


I used TextAdd ,, which Is a Sub ,, Broadcast ,, Global ,, PLayer ,, all giving the same error ~,~, I commented out the text bit and now I ahve an rror In that Direct x Moc ,, as stated in my previous post. EDIT: I am prety sure it has to do with the .bltfast piece ,, when I replace it for .blt I do...

 Forum: Resources   Topic: Weather System

Posted: Mon Apr 30, 2007 5:39 pm 

Replies: 59
Views: 33657


This doesn't really fix it,, I used your packet and I still have the error. --------------------------------------------------------------------------------- EDIT: I have a RTE 5: Invalid Procedure call or Argument at Line: Call DD_BackBuffer.BltFast(DropSnow(i).x + DropSnow(i).S...

 Forum: Resources   Topic: Admin Block

Posted: Mon Apr 30, 2007 12:21 pm 

Replies: 26
Views: 14407


That counts ;P

 Forum: Resources   Topic: Admin Block

Posted: Mon Apr 30, 2007 12:03 pm 

Replies: 26
Views: 14407


Mehh,, I think Elec goes to the kill tile tut to see how he can add tile types. allthough you learn more by just looking at a vannila source and trying to understand it. So I think no tut needed ,, and BTW if Elec makes it and he wants to share it ,, he makes a tut. (No offence, just trying to help ...

 Forum: Resources   Topic: Visual Inventory (GSD)

Posted: Mon Apr 30, 2007 11:59 am 

Replies: 73
Views: 48258


That isn't causing it, although I had 50 inv slots and 24 boxes. I made 50 boxes and it's still ginving the same error

 Forum: Resources   Topic: Visual Inventory (GSD)

Posted: Mon Apr 30, 2007 7:07 am 

Replies: 73
Views: 48258


After putting this code in my Source I have an Error at: Function GetPlayerInvItemNum(ByVal Index As Long, ByVal InvSlot As Long) As Long GetPlayerInvItemNum = Player(Index).Inv(InvSlot).Num End Function Highlights: GetPlayerInvItemNum = Player(Index).Inv(InvSlot&...

 Forum: General   Topic: Sakume's Introduction

Posted: Fri Apr 13, 2007 8:14 pm 

Replies: 29
Views: 16629


He can help,, If he explains his retarded awnsers to some questions.

 Forum: Resources   Topic: How to make a frmMapEditor

Posted: Thu Apr 12, 2007 9:02 pm 

Replies: 68
Views: 35235


The text based game i play has a screen res, req. of 1024*sumthing

 Forum: Resources   Topic: How to make a frmMapEditor

Posted: Thu Apr 12, 2007 8:28 pm 

Replies: 68
Views: 35235


d'you think someone has a res lower then 800*600 these days?

 Forum: Resources   Topic: How to make a frmMapEditor

Posted: Tue Apr 10, 2007 7:23 pm 

Replies: 68
Views: 35235


You cou;d also move it to the side of the window if you don't want to search :S And if you don't think it's handy then don't use it. No offense, I made it for poeple who wanted it, people like me :P

 Forum: Resources   Topic: How to make a frmMapEditor

Posted: Tue Apr 10, 2007 2:17 pm 

Replies: 68
Views: 35235


Oops did that wrong it the tut ,, I'll change it

 Forum: Resources   Topic: How to make a frmMapEditor

 Post subject: How to make a frmMapEditor
Posted: Mon Apr 09, 2007 4:54 pm 

Replies: 68
Views: 35235


Made it with help of William, Robin, Advocate and Obsidian. Because of my lak of ability in being creative with my code, and not having a basic rundown on how to do it. I'll share the way how I did it. //:::::::::::::::::::::\\ ||:::::Client Side::::|| \\:::::::::::::::::::::// Make a new form and c...

 Forum: Resources   Topic: frmMapeditor

Posted: Mon Apr 09, 2007 3:11 pm 

Replies: 49
Views: 22031


meh ,, not as gay as a school mate of me is -_- alright cookie for Robin as he had the Idea first

 Forum: Resources   Topic: frmMapeditor

Posted: Mon Apr 09, 2007 2:48 pm 

Replies: 49
Views: 22031


Yeeey thanks Advocate ,, I was checking the forms visibility for true -_- I hate it when I overlook something simple.

 Forum: Resources   Topic: frmMapeditor

Posted: Mon Apr 09, 2007 2:39 pm 

Replies: 49
Views: 22031


I didn't change any options when transferring it to a form, and I don't think my code says it needs to be like that look: ' // MAP EDITOR STUFF // Option Explicit Private Sub optLayers_Click() If optLayers.Value = True Then fraLayers.Visible = True fraAttribs.Visible = False End If End Sub P...

 Forum: General   Topic: Vista....

Posted: Mon Apr 09, 2007 1:16 pm 

Replies: 17
Views: 8273


One of the many reasons why you shoudn't have switched to Vista this year. XP will run for at least 4 years happely with full suport just like 98 did for 8 years.
Sort by:  
Page 1 of 2 [ Search found 31 matches ]


All times are UTC


Jump to:  
Powered by phpBB® Forum Software © phpBB Group