Jump to content

RodRich

Members
  • Content Count

    38
  • Joined

  • Last visited

  • Days Won

    1

RodRich last won the day on September 26 2015

RodRich had the most liked content!

1 Follower

About RodRich

  • Rank
    Advanced Member
  • Birthday 06/24/1991

Contact Methods

  • Skype
    rodrich1991

Profile Information

  • Gender
    Male
  • Location:
    Brazil
  • Interests
    Improve knowledge, share all knowledge,meet people with the same thoughts,and perhaps even join a project which will change The World!!
  • Github
    rodrich1991
  • Emulator
    Hercules
  1. RodRich

    Weather

    I see... just put an "end" at every cases, above the announce. Like this: case 1: setmapflag .weathermaps$[.@r],mf_snow; announce "The snow is falling from the sky!",bc_blue|bc_all; end;
  2. RodRich

    Weather

    Lol... I'm sorry... Just change this line: .weathermaps$[0],"Prontera"; //Add here the maps you want to: setarray .weathermaps$[0],"Prontera"; //Add here the maps you want
  3. Switch back I think is not a good option. And I didn't know that there is already a client > 2015-11 '-'
  4. I want that so hard either!! *-*
  5. RodRich

    Weather

    Ok...that's is simple I didn't test it, try it and tell me if that works - script AutoWeather -1,{ OnInit: .weathermaps$[0],"Prontera"; //Add here the maps you want end; OnMinute13: //Every hour on this minute the weather will change randomly .@effect = rand(1,7); for(set .@r,0; .@r<getarraysize(.weathermaps$); .@r++){ switch(.@effect){ case 1: setmapflag .weathermaps$[.@r],mf_snow; case 2: setmapflag .weathermaps$[.@r],mf_clouds; case 3: setmapflag .weathermaps$[.@r],mf_clouds2; case 4: setmapflag .weathermaps$[.@r],mf_fog; case 5: setmapflag .weathermaps$[.@r],mf_fireworks; case 6: setmapflag .weathermaps$[.@r],mf_sakura; case 7: setmapflag .weathermaps$[.@r],mf_leaves; } } end; }
  6. RodRich

    Weather

    Haha, I had follow this topic when I had not much kwnon about!! =D Tell me which maps do you want these effects, and do you want it get a weather random every hour?!
  7. Is there someone who can solve this: I'm getting these errors when I play the hexed. I've tried to change this lua file many times, or even the spreditinfo path. I've tried to change the diff options, or even launch a hexed with any diff patch. I don't know what else could I do. @edit Problem solved. It was a problem on my jobinheritlist.lub, I've changed that and it worked!! ---------------------------------------------------------- Now i've noted that message command should display a message on top of character, but it is doing the same of a dispbottom!! Is one who knows how to solve that?
  8. Just a note: the mob_db converter engine doesn't convert the mobs that are //commented
  9. We had this done a while ago, check my signature. And yours code is really messy. First: This code isn't mine. Second: I don't know why did think this messy!! (I guess you don't know what is a .dff!!) Third: The deference between this code and yours (or even the AnnieRuru's code) is: This is a modification from the original "dispbottom", that you'll can use the paramter color as a optional paramter!! =/ Hmm... another thing: I had seen your topic first, and I tryied to apply your modification but I got some error in the log and used the fuction!! (that's worked, but there was some errors) And I appreciated this one a lot, because you just need to modificate a single file, while your own you have to change many!! So that's my opinion!!
  10. Hey guys!! I'm bringin here, the source modification I wanted: a guy from the Cronus board made this, It's will change the default dispbottom to a dispbottom color, with a optional parameter!! Example: dispbottom "Hello everyone!!"; //Displays a message on default color dispbottom "I wanted this so bad!",0xFF1493 //Displays a pink message Link to patch I don't know if you can apply dis .patch in your Hercules emulator, I think you should apply this manually!! **Sorry for my english!! And thanks AnnieRuru, the SlexFire (who made's this modification) has wrote credits to you!!
  11. Hey @@AnnieRuru This is awsome!! I'm using this src modification, and I am very pleased about the result... but I was thinking is possible to replace the normal "dispbottom" to "dispobottomcolor" ... I guess yes... but the point is: I wanna know how I could make the parameter <color> an optional parameter, if I write without a parameter it would auto-fill with a default color!! is it possible?? (I'm sorry about this question, but I'm not good with source!!) **Apollogies about my english!!
  12. RodRich

    Castle WOE 2.0

    He meant, he has fixed!!
  13. RodRich

    Castle WOE 2.0

    Hahahaaaa, rindo por 2 anos: "funfe" kkkkkkkkkkkkkkkkkkkkkkkk vc ganhou o trofeu "Joel Santana!!" kkkkkkkkk Foi mal, mas é que não aguentei!! rsrs ----------------------------------------------------------------- I'm sorry guys, he's my friend, I'm just laughing a lil bit of his english!! B.t.w: Mine's isn't good as well, but you don't mind what he tried!! jajajaja
  14. RodRich

    Please Help

    @@Astron You should post a SS from you map-log, or type here what is its error!!
  15. RodRich

    hel

    Should be "for" instead "or" for (set .@i,0; .@i < $@partymembercount; .@i++ ){
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.