Jump to content

Lelouch

Members
  • Content Count

    84
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Lelouch


  1. Hello, well as the title stated my issue was my custom job won't use any items whether it's usable or equipment. I already added an entry in itemdb.c on the itemdb_jobid2mapid and itemdb_jobmask2mapid but still, I can't use any items. Maybe you have some ideas about this issue?


  2. Like the title stated does anyone know about this? for example if my ASPD reached 193 it will reduce my skill delay similar to enabling this...

    // Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
    // Note: On Official servers, neither Dex nor Agi affect delay time
    delay_dependon_dex: false
    delay_dependon_agi: false


     


  3. 3 hours ago, gilbertobitt said:

    I downloaded the 2018-10-02bRagexe and try do diff! i can login but can't pass to charcter screen! i get disconnect!

    I guess thats the packet encryption because the disable packet encryption patch is failed on 2018-03-15aRagexe to 2018-10-31bRagexe


  4. System/Towninfo.lub is where you can place some icons in your map/mini map like for example: Tool Dealer, Weapon Dealer, Armor Dealer, Smith, Guide, Inn and Kafra Employee. As for the luafiles514/lua files/signboardlist.lub that was just an alternative pub similar to adding waitingroom script on your NPC.


  5. One thing i noticed on 2017-11-01bRagexeRE was it has 8th argument on itemInfo.lub

    itemInfo_Sak.lub

     
    
    main = function()
    	for ItemID, DESC in pairs(tbl) do
    		result, msg = AddItem(ItemID, DESC.unidentifiedDisplayName, DESC.unidentifiedResourceName, DESC.identifiedDisplayName, DESC.identifiedResourceName, DESC.slotCount, DESC.ClassNum, DESC.costume)
    		if not result == true then
    			return false, msg
    		end
    		for k, v in pairs(DESC.unidentifiedDescriptionName) do
    			result, msg = AddItemUnidentifiedDesc(ItemID, v)
    			if not result == true then
    				return false, msg
    			end
    		end
    		for k, v in pairs(DESC.identifiedDescriptionName) do
    			result, msg = AddItemIdentifiedDesc(ItemID, v)
    			if not result == true then
    				return false, msg
    			end
    		end
    		k = DESC.costume
    		k = DESC.unidentifiedResourceName
    		v = DESC.identifiedDisplayName
    	end
    	return true, "good"
    end

     

    Samples from itemInfo_Sak.lub

     
    
    	[19509] = {
    		unidentifiedDisplayName = "Glasses",
    		unidentifiedResourceName = "글래스",
    		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
    		identifiedDisplayName = "Costume Yellow Butterfly Wings",
    		identifiedResourceName = "나비날개귀",
    		identifiedDescriptionName = {
    			"Have the appearance of wearing the wings of a butterfly as your ears with this accessory.",
    			"Class:^6666CC Costume^000000",
    			"Location:^6666CC Middle^000000",
    			"Weight:^006600 0^000000",
    			"Level Requirement:^006600 1^000000",
    			"Jobs:^6666CC All classes^000000"
    		},
    		slotCount = 0,
    		ClassNum = 695,
    		costume = true
    	},
    	
    	[607] = {
    		unidentifiedDisplayName = "Yggdrasil Berry",
    		unidentifiedResourceName = "이그드라실열매",
    		unidentifiedDescriptionName = { "" },
    		identifiedDisplayName = "Yggdrasil Berry",
    		identifiedResourceName = "이그드라실열매",
    		identifiedDescriptionName = {
    			"Fruit from the Yggdrasil tree which brings life to our world. Its fantastic taste is full of life.",
    			"^FFFFFF_^000000",
    			"Class:^0000FF Restorative item^000000",
    			"Heal:^006600 100%^000000 HP, ^006600100%^000000 SP",
    			"Weight:^006600 30^000000"
    		},
    		slotCount = 0,
    		ClassNum = 0,
    		costume = false
    	},

     


  6. This assert mean used wrong bonus with id 0. Most time this mean somewhere for bonus type was used contant, but this constant not exists and because this it used as 0.

    Also error show what this is usescript.

     

    It can be in item_db or item_db2.

     

    Is this assert happened if you use any item?

     

    Thanks for the info. Well after reading what you said i tryed to check the bonus scripts again and after a few search i found this -_- 

     

    bonus bDefRatioAtkClass,Class_All;
    

    But it should be

    bonus bDefRatioAtkRace, RC_All;
    

    Maybe i should double check the bonus script from rA to Herc first before adding it to Herc. Anyways this is solved thanks.


  7. Has anyone experienced this...

    [Warning]: pc_bonus: unknown type 0 0 !
    [Error]: --- failed assertion --------------------------------------------
    [Error]: pc.c:2997: '0' in function `pc_bonus'
    [Error]: ./map-server(assert_report+0x80) [0x64b680]
    [Error]: ./map-server(pc_bonus+0x2f4) [0x5459e4]
    [Error]: ./map-server(buildin_bonus+0x1e5) [0x5774e5]
    [Error]: ./map-server(run_func+0x13d) [0x59a7dd]
    [Error]: ./map-server(run_script_main+0x350) [0x5afde0]
    [Error]: ./map-server(script_run_use_script+0x35) [0x596225]
    [Error]: plugins/HPMHooking_map.so(HP_script_run_use_script+0xa6) [0x7f840b24d066]
    [Error]: ./map-server(status_calc_pc_+0xad4) [0x62fbd4]
    [Error]: ./map-server(status_calc_bl_+0x18c) [0x62e9cc]
    [Error]: ./map-server(pc_equipitem+0x3d1) [0x5558d1]
    [Error]: --- end failed assertion ----------------------------------------
    [Warning]: pc_bonus: unknown type 0 0 !
    [Error]: --- failed assertion --------------------------------------------
    [Error]: pc.c:2997: '0' in function `pc_bonus'
    [Error]: ./map-server(assert_report+0x80) [0x64b680]
    [Error]: ./map-server(pc_bonus+0x2f4) [0x5459e4]
    [Error]: ./map-server(buildin_bonus+0x1e5) [0x5774e5]
    [Error]: ./map-server(run_func+0x13d) [0x59a7dd]
    [Error]: ./map-server(run_script_main+0x350) [0x5afde0]
    [Error]: ./map-server(script_run_use_script+0x35) [0x596225]
    [Error]: plugins/HPMHooking_map.so(HP_script_run_use_script+0xa6) [0x7f840b24d066]
    [Error]: ./map-server(status_calc_pc_+0xad4) [0x62fbd4]
    [Error]: ./map-server(status_calc_bl_+0x18c) [0x62e9cc]
    [Error]: ./map-server(clif_parse_LoadEndAck+0xf4c) [0x4d3f5c]
    [Error]: --- end failed assertion ----------------------------------------
    


    I already checked my item_db2.conf but i didnt find any bonus script with this problem and also i didnt add any src changes but i have some plugins (afk costumeitem ExtendedVending fcp_bypass itemmap security) from this.


  8.  

    Nice work :D but i think theres a problem on its sprite when attacking mobs becuase when i point the cursor into the mob the client suddenly crashes.

    i can't produce what u did you say, everything it's okay on client 20150311

     

    What client do you use?

     

    Im using 2013-12-23cRagexe

×
×
  • Create New...

Important Information

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