Jump to content

Triplus

Members
  • Posts

    28
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Belgium

Recent Profile Visitors

1319 profile views

Triplus's Achievements

Poring

Poring (1/15)

0

Reputation

1

Community Answers

  1. Other wings are working, seems to be the sprites SOLVED
  2. yeah i made it work now, after i made my own template i figured it out, ah well too late but it's good we know now.
  3. Yes they crash the moment i equip them. I do see the item in my inventory with the correct name, description, image, ... Only they crash the moment i equip them. Also i read somewhere that the sprites might be corrupted but i loaded them into actor2 and it kinda worked. Got some errors but they loaded so... And the same errors popped up with the vindicate wings so that shouldn't be the problem as far as i know BUMP: Anyone know what could be the cause?
  4. i jumped because there are 3 more vindicate wings that i yet need to implement, but i don't need htem right now. ACCESSORY_AEGIR_HELM = 870, ACCESSORY_MVP_BASKETHAT = 871, ACCESSORY_CRITURA_HAT = 872, ACCESSORY_MAGICAL_BOOSTER = 873, ACCESSORY_WINGS_CASTER = 1001, ACCESSORY_WINGS_SWIFTNESS = 1002, ACCESSORY_WINGS_VITALITY = 1003, ACCESSORY_WINGS_BUTTERFLY = 1007, ACCESSORY_WINGS_BUTTERFLY_GREEN = 1008, ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE = 1009, ACCESSORY_WINGS_BUTTERFLY_PURPLE = 1010, ACCESSORY_WINGS_BUTTERFLY_RED = 1011, ACCESSORY_WINGS_BUTTERFLY_SKYBLUE = 1012 Skipping is allowed as far as i know, as seen here
  5. Hello I know this question has probably been asked over and over again, but i don't know why 3 of my custom wings are working, and then 6 others i tried adding today suddenly crash my client... I'm using 20120410. Renaming the .lua to .lub works (or it did for the first 3 wings so i dosn't see why it wouldn't now) I'm using these wings http://kamishi.ragnawork.com/?page_id=5 First 3 are from vindicate, not working wings are butterfly The butterfly wings crash client, the first 3 don't Here are the files: item_db: 31001,Wings_of_the_caster,Wings of the Caster,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1001,{ bonus bFixedCastrate,-100; bonus bDelayRate,-15; },{},{} 31002,Wings_of_swiftness,Wings of swiftness,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1002,{ bonus bAspdRate,200; bonus bSpeedAddRate,20; },{},{} 31003,Wings_of_vitality,Wings of vitality,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1003,{ bonus bMaxHPrate,15; },{},{} 31007,Butterfly_Wings,Butterfly wings,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1007,{},{},{} 31008,Butterfly_Wings_Green,Butterfly wings (Green),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1008,{},{},{} 31009,Butterfly_Wings_NightBlue,Butterfly wings (Night Blue),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1009,{},{},{} 31010,Butterfly_Wings_Purple,Butterfly wings (Purple),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1010,{},{},{} 31011,Butterfly_Wings_Red,Butterfly wings (Red),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1011,{},{},{} 31012,Butterfly_Wings_SkyBlue,Butterfly wings (Sky Blue),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1012,{},{},{} accname.lub [ACCESSORY_IDs.ACCESSORY_WINGS_CASTER] = "_Vindicated_Wing_Gold", [ACCESSORY_IDs.ACCESSORY_WINGS_SWIFTNESS] = "_Vindicated_Wing", [ACCESSORY_IDs.ACCESSORY_WINGS_VITALITY] = "_Vindicated_Wing_Red", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY] = "_Butterfly_Wings", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_GREEN] = "_Butterfly_Wings_Green", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE] = "_Butterfly_Wings_NightBlue", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_PURPLE] = "_Butterfly_Wings_Purple", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_RED] = "_Butterfly_Wings_Red", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_SKYBLUE] = "_Butterfly_Wings_SkyBlue" accessoryid.lub ACCESSORY_WINGS_CASTER = 1001, ACCESSORY_WINGS_SWIFTNESS = 1002, ACCESSORY_WINGS_VITALITY = 1003, ACCESSORY_WINGS_BUTTERFLY = 1007, ACCESSORY_WINGS_BUTTERFLY_GREEN = 1008, ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE = 1009, ACCESSORY_WINGS_BUTTERFLY_PURPLE = 1010, ACCESSORY_WINGS_BUTTERFLY_RED = 1011, ACCESSORY_WINGS_BUTTERFLY_SKYBLUE = 1012 idnum2itemdesctable.txt 31001# A pair of beautiful wings form an unknown source. Depending on the wings, certain stats will be boosted Weight : ^77777710^000000 # 31002# A pair of beautiful wings form an unknown source. Depending on the wings, certain stats will be boosted Weight : ^77777710^000000 # 31003# A pair of beautiful wings form an unknown source. Depending on the wings, certain stats will be boosted Weight : ^77777710^000000 # 31007# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31008# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31009# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31010# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31011# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31012# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # idnum2itemdisplaynametable.txt 31001#Wings_of_the_caster# 31002#Wings_of_swiftness# 31003#Wings_of_vitality# 31007#Butterfly_Wings# 31008#Butterfly_Wings_Green# 31009#Butterfly_Wings_NightBlue# 31010#Butterfly_Wings_Purple# 31011#Butterfly_Wings_Red# 31012#Butterfly_Wings_SkyBlue# idnum2itemresnametable.txt 31001#Vindicated_Wing_Gold# 31002#Vindicated_Wing# 31003#Vindicated_Wing_Red# 31007#Butterfly_Wings# 31008#Butterfly_Wings_Green# 31009#Butterfly_Wings_NightBlue# 31010#Butterfly_Wings_Purple# 31011#Butterfly_Wings_Red# 31012#Butterfly_Wings_SkyBlue# itemslotcounttable.txt 31001#3# 31002#3# 31003#3# 31007#3# 31008#3# 31009#3# 31010#3# 31011#3# 31012#3#
  6. So far it isn't working yet, i'm still trying some stuff out but i keep getiing that i need to install a newer version Hmmm, the patch that is on the svn does change a bunch of stuff... i'm experimenting whit that... any suggestions are welcome Okay the patch works! but not with the team i'm using atm... well some more tweaking to go... in the end i'll tell you guys what fixed it Okay so i'm kinda stuck now. It works (kinda) in default theme, but not in the custom theme... any help ?
  7. Thats what i have atm, i'll retry in a while, need to do some other stuff atm
  8. Hmm i might take a look into that, thanks!
  9. Hmm, do u know of any way to balance the mobs for lower max-level? or is that close to impossible?
  10. public_html/themes/Drawmove_Free_FluxCP_Theme/fluxbb/ public_html/themes/default/fluxbb/ Each folder contains this (screenshot) Do i need anything else (You can see in the OP that he automatically added fluxbb in the menu on the right, so it's kinda working, right?) EDIT: The forum itself is working when I just go to /fluxbb. All i want is it to be a module in fluxcp, like the rankings, mobdb, itemdb, ... Suddenly this Please download the latest FluxBB Came up when i went to /?module=fluxbb. Hmmm i did download the latest one
  11. Hello A while ago i've changed the maxlevel to 99/70. Now the problem is that most mobs are over powerd (some dungeons are close to impossible). Is there any way to scale them down without having to delete renewal (change to pre-re mobs ect). I am guessing it would be a manual job, but if there is another way... please let me know. Thanks Triplus
  12. I put it in the addons folder, and the config folder got automatically installed. Then I manually copied data, modules and themes to the root fluxcp folder (matching everything) I also copied the default theme folder to my custom theme
  13. Hello I'm trying to integrate a forum (fluxbb) with my control panel. I've downloaded the svn(https://github.com/jupeto/fluxbb) and the regular download (http://fluxbb.org/downloads/). Since this (http://artworx.juplo.com/?module=fluxbb&action=howto#install) site is down, i can't get any help from there, looking at in in cashe doesn't give me any information either. I first installed the regular download to get the tables and config ready. Then I copied my config file to my svn fluxbb folder. Then I installed the fluxbb addon into my fluxcp. At the moment I get an empty screen. Is it because I have a custom theme or...? I didn't find another help site, so if anyone could either give me a step by step, or help me in any way possible, it would be much appriciated Thanks Triplus
  14. It even went back to the bar it is supposed to go in. Thanks!
  15. Hello I've been working on my flux cp panel. My problem is that when I log in with a GM account (level 99) I see an admin bar (which is what I need). But yesterday most of the options that are under Misch. Stuff were in that bar, and now they moved to Misc. Stuff. I want them back in the admin bar so only a GM account can acces them. I tried looking trough some files and I found that the logs ect. are actually in the Misc. Stuff array, but i'm 99.9% sure that this was original and I Didn't change anything. I'm guessing i broke permissions somewhere but I have no idea. If possible I prefer another solution than reinstalling, since my Control Panel takes a lot of images and the upload time > 10 hours. (FTP to my host is slow). Some pictures: I also would like to add this: My server hightst peak in the sidebar on the left is only available once u logged in. I would like to make this available to everyone. Where do i change those permissions?
×
×
  • Create New...