![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| RuneScape Private Servers RuneScape Private Server Discussion. |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| Lurker | Welcome Screen Hi! I thought you maybe could help me, thats why i made this thread. I'm not the best man, at coding. I got my own server by D D 3. I wanna change the thing in the welcome screen "Server created by - D D 3" to my name. And i found the code, and i changed it. But it do not work? Why the **** doesnt it work? I edited it in the file: client.java Here is the earlier code: String owner = "D D 3"; < And this String LU = "Elemental Armor"; String Rep = ""+reputation; sendQuest("~~~ Hiyascape ~~~", 15950); sendQuest("", 15960); sendQuest("", 15961); sendQuest("Server created by - D D 3", 15959); < I wanna change that. sendQuest("", 15951); sendQuest("Reputation: @whi@"+Rep, 15952); sendQuest("Latest Update - NONE!", 15953); sendQuest("Enjoy the server!", 15954); sendQuest("", 15955); sendQuest("", 15956); sendQuest("", 15957); sendQuest("", 15958); And the code i wanna change it into: String owner = "Climax"; String LU = "Elemental Armor"; String Rep = ""+reputation; sendQuest("~~~ Hiyascape ~~~", 15950); sendQuest("", 15960); sendQuest("", 15961); sendQuest("Server created by - Climax", 15959); sendQuest("", 15951); sendQuest("Reputation: @whi@"+Rep, 15952); sendQuest("Latest Update - NONE!", 15953); sendQuest("Enjoy the server!", 15954); sendQuest("", 15955); sendQuest("", 15956); sendQuest("", 15957); sendQuest("", 15958); So, i think its this code. Then i changed it, i updated server. And i tried so many things! IT WONT ****ING CHANGE! WHY? Please, let me hear an experienced answer. |
| |
| Sponsored Links |
| |
| | #2 |
| Moderator ![]() | Re: Welcome Screen First of all, drop your cursing now. Next, did you actually compile it? If I remember correctly (been some time since I used a private server) you have to compile the sources.
__________________ [Only registered and activated users can see links. ] - The Official GamerzPlanet WoW Server [Only registered and activated users can see links. ]:
|
| |
| | #3 |
| Registered User | Re: Welcome Screen Lol, if you didn't compile the edits in the java file, then it wont be compiled into the client.class, which the server reads from thus it wont work, the ::update command is only a timer for when to kick all the players on the server, so you dont just shut down the server and lose all the recent char files. |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |