Jump to content

LearningRO

Members
  • Posts

    770
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by LearningRO

  1. yeah on item_db.yml doesnt need to produce Script: | since we leave blank on that box
  2. Suggest if we leave blank on script area doenst need to produce on item_db,yml
  3. maybe you have Slow Queery on SQL or maybe you have bad script with timer
  4. You cant change your gepard.grf without functor permission so if you want to change inside gepard.grf you need to talk to functor first right now you just need to bring it back to the original gepard.grf from functor
  5. Buy lastest client from @4144
  6. you can bought patch nemo from 4144 to bypass
  7. Hope in the future can play .bik file too in GRF editor
  8. for map_drop.yml i guess you missing space betwen :
  9. can you share your iteminfo sir?
  10. *itemlink(<item_id>{,<refine>{,<card0>{,<card1>{,<card2>{,<card3>,{<enchantgrade>{,<RandomIDArray>,<RandomValueArray>,<RandomParamArray>}}}}}}}); Generates an item link string for an item that can be used for npctalk, message, dispbottom, and broadcast commands. The result is a clickable-item name just like SHIFT+Click from a player's inventory/cart/equipment window. This command can be used with mes but the item name will not be clickable. You should use script command "mesitemlink" for displaying item links in mes dialogues, if the client supports them. Examples: npctalk "Knife [3] : "+itemlink(1201)+""; npctalk "+16 Knife [3] : "+itemlink(1201,16)+""; npctalk "+13 BXB Bapho+VR+EA2+EA1 : "+itemlink(18110,13,4147,4407,4833,4832)+""; setarray .@opt_ids[0],RDMOPT_VAR_ATKPERCENT,RDMOPT_VAR_ATKPERCENT,RDMOPT_VAR_ATTMPOWER,0,0; setarray .@opt_values[0],3,5,20,0,0; setarray .@opt_params[0],0,0,0,0,0; npctalk "+13 BXB Bapho+VR+EA2+EA1 + 3 Options : "+itemlink(18110,13,4147,4407,4833,4832,0,.@opt_ids,.@opt_values,.@opt_params)+""; RandomIDArray, RandomValueArray, and RandomParamArray only works if the client (and server) supports the Item Random Options feature (PACKETVER >= 20150225). try use this
  11. so use other function base on IP already include on that link
  12. use gepard Unique_id if you used gepard try this method https://rathena.org/board/topic/117327-utility-mapusers-count-functions-ipgepard/
  13. Btw @Tokei already used last from github still get the same issue sir
  14. ahh right now GRF editor have github? https://github.com/Tokeiburu/GRFEditor okay thank you
  15. Error when try to see new map maybe same issue like STREDITOR
  16. for rabbit.str its from KRO official I guess STR editor can't load new effect from official
  17. I was try to open STR and get this message See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at GRF.FileFormats.StrFormat.InterpolatedKeyFrame.Interpolate(Str str, Int32 layerIdx, Int32 frameIdx, Boolean interpolationOnly) at StrEditor.Core.DrawingComponents.LayerDraw.Render(IPreview frameEditor, Int32 layerId, Int32 frameId) at StrEditor.WPF.EditorControls.FrameViewer._primary_Paint(Object sender, PaintEventArgs e) at StrEditor.WPF.EditorControls.FrameViewer._framePreview_MouseWheel(Object sender, MouseEventArgs e) at System.Windows.Forms.Control.OnMouseWheel(MouseEventArgs e) at System.Windows.Forms.ScrollableControl.OnMouseWheel(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseWheel(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.UserControl.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4614.0 built by: NET48REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- StrEditor Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/StrEditor.exe ---------------------------------------- PresentationFramework Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll ---------------------------------------- WindowsBase Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- PresentationCore Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll ---------------------------------------- System.Xaml Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll ---------------------------------------- OpenTK Assembly Version: 2.0.0.0 Win32 Version: 2.0.0 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/OpenTK.DLL ---------------------------------------- Utilities Assembly Version: 1.2.8107.23572 Win32 Version: 1.2.8107.23572 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/Utilities.DLL ---------------------------------------- TokeiLibrary Assembly Version: 1.2.0.0 Win32 Version: 1.2.0.0 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/TokeiLibrary.DLL ---------------------------------------- GrfToWpfBridge Assembly Version: 1.0.0.1 Win32 Version: 1.0.0.1 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/GrfToWpfBridge.DLL ---------------------------------------- ErrorManager Assembly Version: 1.2.5494.34248 Win32 Version: 1.2.5494.34248 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/ErrorManager.DLL ---------------------------------------- GRF Assembly Version: 1.2.8107.23573 Win32 Version: 1.2.8107.23573 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/GRF.DLL ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- PresentationFramework.Aero2 Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll ---------------------------------------- System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- PresentationFramework-SystemXml Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll ---------------------------------------- UIAutomationTypes Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll ---------------------------------------- UIAutomationProvider Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll ---------------------------------------- ColorPicker Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/ColorPicker.DLL ---------------------------------------- OpenTK.GLControl Assembly Version: 2.0.0.0 Win32 Version: 2.0.0 CodeBase: file:///E:/Tools/StrEditor%20v1.0.3/OpenTK.GLControl.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4550.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- WindowsFormsIntegration Assembly Version: 4.0.0.0 Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll ---------------------------------------- PresentationFramework-SystemXmlLinq Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. rabbit.rar
  18. just dummy from storage table and rename with same name in your config inter_server.yml
  19. already add new table on database? storage_1 vip_storage
  20. yes new emu moved into inter_server.yml for new storage
×
×
  • Create New...