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

Lam3r

Members
  • Posts

    361
  • Joined

  • Last visited

    Never

Everything posted by Lam3r

  1. PM me a picture so I can see? But once I see her I'll try to help u out, give u ideas, etc.. But honestly you're not as ugly as u think bro, your hair cut is kinda shitty but that's easily fixable. If you wanna keep it pretty long, grow it out everywhere instead of just on top and in the back, or go for the combover emo-looking style that is really popular. Or just go classic and get a sweet buzz :D And that will help lots i guarantee
  2. OK, so my school and a sister school in Lille, France are going to have a student exchange for 2 weeks. I'm allowed to go but not sure if I should. I really want to go, but I'm hearing from friends that it won't be very fun since it's so hard to understand anything (we're in our second year, 4th semester taking it in school, by the way), and they make a good point. The trip is also going to be fairly expensive, but I'm not too worried about that, just if it's worth going, since I will also be going next summer for a longer trip with friends (not an exchange though) and that will be after 3 years of taking French. Opinions? Should I go or not?
  3. Very simple source edit. Although I don't know the exact modules you'll need to change (someone familiar with the Eclipse source please help me out), but the code will be something like this: ``` If Value
  4. Lam3r

    Stat bug :( / problum

    1\. Use grammar and punctuation. You just shoved about 4 sentences into one and like 5 words were shoved together because you were in too much of a hurry to hit the space bar correctly. 2\. Explain the problem better, i don't understand what you're question is. "Can you help me" isn't sufficient.
  5. You don't need to set it up? The script auto calls everything and auto fills in the .ini files itself.
  6. Lam3r

    Party system

    Yes there is and this has been answered many times before. Please search the forums before posting. ~ Lam3r
  7. @Kiruu: > Ok i have a couple of questions so far ill just put -updated- at the top if i have more if that isnt a problem > 1.What are the attack commands? > 2.How would i make quest that give a certain amount of money afterwards? **Search the scripts database, there's a million of them** > 3.How are the items equipped to a character? **What do you mean?** > 4.Should everything be in BMP format? **I think so** > 5.Can pictures or gifs be added in the news instead of just plain old text? **Doubt it** > 6.Where it says make npc speak my text isnt showing why? **Not sure, more info?** > 7.Is there a click me and recieve package script out yet? If so could i get a link.**Not that i know of, request in the Script Request forum and include a lot more details.**
  8. Please post more info on the error. That literally could be for a million different reasons…
  9. I'm pretty sure you called the BattleMsg wrong I think it should be like this: ``` Case 1 Call BattleMsg(Index, "Hello", WHITE, 0) Exit Sub ``` I'm pretty sure the var that comes after the color is the side, which has to be a number. But i'll wait for clarification on that.
  10. Wait what exactly are u trying to do?
  11. Yep,``` Function GetInvItemslot(index, F_item_num, F_Min_value, F_Min_dur) ``` And the command list you should be looking @ now is [HERE](http://www.touchofdeathforums.com/smf/index.php/topic,28153.0.html) ~ Lam3r
  12. @Lam3r: > Well it wouldn't be too hard to edit. Post the script in here and i'll fix it up for you. @ Admiral as well :D
  13. Please search or look [HERE](http://www.touchofdeathforums.com/smf/index.php/topic,28153.0.html) before you post a question… ``` Sub SpawnItemOnMap(ByVal Map As Long, ByVal X As Long, ByVal Y As Long, ByVal ItemNum As Long, ByVal Amount As Long, ByVal durability As Long) ``` Use it like this: ``` Call SpawnItemOnMap(Map#, X, Y, Item#, Amount#, Durability#) ```
  14. Well it wouldn't be too hard to edit. Post the script in here and i'll fix it up for you.
  15. Lam3r

    I got a dog!!!

    I got a dog finally :azn:! She's a 7 week old Cocker Spaniel and we named her Abby. Except I'm still working on my personal name for her, it's between: Dragon Beast Warlock Beelzeboss Demon Spartacus Trogdor Strongbad BulletProof Vote in the thread please!!! (since i can't start a poll >.
  16. You will need [Godlord's Inventory](http://www.touchofdeathforums.com/smf/index.php/topic,51481.0.html) and [Godlord's Main](http://www.touchofdeathforums.com/smf/index.php/topic,51143.0.html) ``` Case "/spawn" itemz = TextSay(1) itemz2 = TextSay(2) If GetPlayerAccess(Index) = 5 Then If GetFreeSlots(Index) >= 1 Then Call GiveItem(Index, itemz, itemz2) Else Call PlayerMsg(index, "You can't use this script or inventory is full.", YELLOW) End If End If Exit Sub ``` K now call it like this: /spawn
  17. Actually you want it to be: ``` Call PlayerMsg (Index, "Hello " & GetPlayerName(Index) & ", how are you?", WHITE) ``` Fixed the original error you had which Soul forgot to do in his last post ;P
  18. Soo…who wants to buy me a member pin? XD
  19. http://www.lmgtfy.com/?q=convert+.midi+to+mp3
  20. @Admiral: > Are you trying to play midi files, or mp3/wav/oggs? > > Midi will not play in Eclipse Stable, to my knowledge. Confirmed Admiral. Damian said he's working on adding it.
  21. What do you mean the music? The music on the main menu, the music ingame? when exactly is the music not playing? ~ Lam3r
  22. Lam3r

    Client Problems

    Hmm can you explain a bit more? I don't understand what you're asking…
  23. Lam3r

    Snow

    Yeah Draken I'm in Dallas how about you?
×
×
  • Create New...