Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pefu19

Pages: 1 ... 4 5 6 7 8 [9]
121
Off Topic / How does one change their BLF avatar?
« on: August 20, 2013, 10:09:08 AM »
So I have tried for the past week to change my avatar, either i'm a loving idiot or the forum is broken,
I'm pressing the browse button and selecting a .png file, it uploads and I click change profile and nothing happens, I mean if I changed any of the letter kinda stuff information it would get saved, but the avatar doesnt
What do?

122
Modification Help / Reading a file client side ?
« on: August 15, 2013, 05:23:12 AM »
I want to read a file and echo it to the console, but whenever i do openpc("pathtofile"); it makes an infinite loop saying Line:
this is my code:
Code: [Select]
function openpc(%path){
%file = new FileObject();
%file.openForRead(%path);

while(!%file.isEoF){
$pcContent = %file.readLine();
echo("Line: "@$pcContent);
}


}
I want to do it client sidely

123
Modification Help / Echo'ing the latest tweet of a person
« on: August 13, 2013, 10:25:18 AM »
So I basically need a chunk of code that after executing will echo the latest tweet of @$name
Please?

124
Off Topic / #FreeMillbee
« on: August 12, 2013, 01:14:42 PM »
So as you probably don't know, there's this group of people called Mindcrack, they play this very unpopular game called Minecraft, every one of them records videos of it on YouTube. One of them, Millbee, got an email from YouTube saying that his YouTube account is terminated due to putting half a second of anime boobs in his video. Everyone's raging about it on Twitter, Facebook and Reddit.
Please post your discussion about it here.

125
Modification Help / Old shadows?
« on: August 12, 2013, 11:28:00 AM »
Hey just a question here is it possible to get v20 player shadows (and blocks not casting shadows) in v21? I liked the v20 shadows because on my computer they were actually shadows and in v21 to not get 5fps i have to turn off shadows completely.

126
Suggestions & Requests / Macro recording to file
« on: August 10, 2013, 08:59:54 AM »
Hey. It's me again. I need a chunk of code that will take the macro i record, and save it to a file. I don't want the macro saver addon, I just want a chunk of code that I can record a macro, say a console command and it will get saved to a file. It'd also be usefull to have a console command that will load that macro.
Thanks in advice.

127
Modification Help / Executing console commands with addon files
« on: August 08, 2013, 12:51:04 PM »
I basically want to execute whatever is in script.cs, using chat. This is my code ( just the part where i want to execute script.cs )
Code: [Select]
if(%msg $= "#bot exec script.cs"){
exec("Add-ons/client_bot/script.cs");
commandToServer('messageSent',"ChatBot: Executed script.cs");
}
That gives me the following error (part where it gives the ##)
Code: [Select]
exec("Add-ons/client_bot/script.cs");
commandToServer(##'##messageSent',"ChatBot: Executed script.cs");
If I remove the exec(""); client.cs loads normally.
So can somebody help with this?
I need something that executes console commands using client.cs, because I use exec("Add-ons/client_bot/client.cs"); myself when I want to test my addon

128
Suggestions & Requests / Looking for chat commands
« on: August 08, 2013, 04:52:33 AM »
When I was on Tez's jail server, there was a guy that could type #c and then a command in chat, and it would type the response in chat. I am looking for that addon. Can anyone post link?

129
Modification Help / Request for fast click script (:
« on: August 07, 2013, 04:45:28 PM »
Hey I have been searching in the forums for this thing and IDK if I found it, basically what i need is a script that will bind a function that spam clicks to a key, and when the key is released the spam clicker turns off. I have got a function for spam clicking, but when I execute it to console IDK how to turn it off or bind it to a key

130
Off Topic / What the hell, Microstuff? [Windows 8.1]
« on: July 06, 2013, 12:00:58 PM »
So Windows 8.1 is thrice as big as Linux, but atleast for me Windows 8.1 is alot stufftier, and has no visual effects excluding that stuffty minimize/unminimize where Linux has 20+ animations for window close/open/minimize/unminimize+ where Windows 8.1 has only two.
Also Linux is atleast three loving times as fast
aand can Windows do this?

Or even this?

Hint: It can't


Here's the size of them both
Linux ubuntu: [ubuntu is actually quite large] [Rozmiar translates to Size]


Windows 8.1:


So...


                                 WINDOWS

                             forget YOU!

131
Off Topic / Need help with a lua code
« on: July 03, 2013, 01:16:59 PM »
Hi, today I wanted to try to make a RPG game out of pure lua.
Everything was fine until I wanted to make a fight system. I got all the code ffor the fight done, but exiting out of it is a pain. I have a function on top of my code and I prompt it by approach(mobname, mobhp, mobdmg)
Now it works just fine, the fight is cool but when I finish the fight I have no idea how to make it go back to where I was in the world.
I tried the goto command it's very important for the cycles in the fight like ::w:: then the code for the whole fight and when the fight is done and player and monster have some hp i just goto w
But when I try do that with my fight system like my idea was to make approach(mobname, mobhp, mobdmg, label) but you can't put a variable in a goto I think so my idea wouldn't work all I am left with is copying the whole wall of code everytime I want a fight to happen which is what I don't want to do
Can anybody help me?

132
Off Topic / Slot machine game in lua
« on: July 03, 2013, 07:48:32 AM »
I finished making my slot machine game in LUA language
You have 5 credits
Everytime it finishes making random numbers you can type in play to spend a credit and generate more random numbers or type exit to exit the game
It's cool for gambling with friends :)
Here's the code
http://pastebin.com/jH0saR6s

And here's a cool video of it I made before
http://www.youtube.com/watch?v=xFh452ajjhY

Tell me your opinion!

EDIT: hohohooh craaaap I forgot the wait_func.lua file XD
put it in /usr/local/lib/lua/5.2, here's the pastte
http://pastebin.com/QJw1gKZd

133
Off Topic / What laptop should I buy
« on: July 01, 2013, 12:11:35 PM »
So I want to buy a laptop, and I want it to look like a macbook air, but I can't buy a macbook air because it costs $1500 so that's too much for me, I need it to look prettty much like it, have medium specs (core 2 duo 2.66, 9600m maybe) and not cost $1500 :P
Preferably samsung or something that doesn't forgetup after 2 months.
Thanks

134
Help / White polygons glitch on Linux Ubuntu 13.04
« on: June 29, 2013, 01:15:29 PM »
Hi I installed linux ubuntu 13.04 today i was really happy and i wanted to play blockland on wine i launched the game and i went to the character menu... This is what there was:

Now look at my character, you can see the feet bottom polygon is grey and the... PANTS... are white...

Is there any way to fix this?

135
Modification Help / [REQUEST] add-on
« on: June 02, 2013, 06:49:12 AM »
I want someone to help me making a addon like this:
if client said (command that can be changed) then
disconnect
Please.

Pages: 1 ... 4 5 6 7 8 [9]