Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 00:59

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Basic idea of (Model Changer System)

Discussion on [Release]Basic idea of (Model Changer System) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
Storxy_'s Avatar
 
elite*gold: 0
Join Date: Oct 2014
Posts: 204
Received Thanks: 404
[Release]Basic idea of (Model Changer System)

#Request to remove
Storxy_ is offline  
Thanks
4 Users
Old 03/18/2015, 17:37   #2
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,195
looks fine not bad ^.^
Crue* is offline  
Thanks
1 User
Old 03/18/2015, 18:05   #3
 
Xavius Nemesis's Avatar
 
elite*gold: 3
Join Date: Mar 2015
Posts: 106
Received Thanks: 44
gj, thanks
Xavius Nemesis is offline  
Old 03/18/2015, 18:06   #4


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Okay, you failed hard in this one, sorry, I am just being honest. In case you have models for everything, you won't be able to use this. As I said before, use some static code.
​Exo is offline  
Thanks
2 Users
Old 03/18/2015, 18:09   #5
 
Storxy_'s Avatar
 
elite*gold: 0
Join Date: Oct 2014
Posts: 204
Received Thanks: 404
Quote:
Originally Posted by Exo View Post
Okay, you failed hard in this one, sorry, I am just being honest. In case you have models for everything, you won't be able to use this. As I said before, use some static code.
iknow that well. but i think it will be helpful for beginners.
its just a simple producer to explain how the system work to help beginners to create it.
Storxy_ is offline  
Thanks
1 User
Old 03/18/2015, 19:13   #6


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
However, we had a discussion here some time ago, you will find some useful information there.
​Exo is offline  
Thanks
1 User
Old 03/18/2015, 19:45   #7
 
elite*gold: 0
Join Date: Jan 2015
Posts: 94
Received Thanks: 115
Haha Nice Work not Bad Idea
X-Vortex is offline  
Old 03/18/2015, 22:29   #8


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
^This is not a model switch.... not really xD
​Exo is offline  
Old 03/18/2015, 23:33   #9
 
elite*gold: 0
Join Date: Apr 2012
Posts: 89
Received Thanks: 29
Nice Idea
fatak2090 is offline  
Old 03/19/2015, 08:52   #10
 
Storxy_'s Avatar
 
elite*gold: 0
Join Date: Oct 2014
Posts: 204
Received Thanks: 404
Quote:
Originally Posted by Aeron* View Post
why 192830912831092801 lines when you can make it in 3~5 lines?
wanna see mine? kai here you are.
this should be added to _AddLogItem [Stupids should use brain.exe to get it working]
1- Create table _ModelSwitcher (better than hitting _refobjcommon 129837192 time and cause the query to be slow as ****)
Table should have 5 COLUMNS : (OLDITEM,NEWITEM,OldItemID,NewItemID,DESC)
add the following lines to _addlogitem

I didn't test this but if there is you tried it and found any mistake do not hesitate contacting me to fix it.
ps: you should add Desc in _ModelSwitcher table, use your brain to get this query working in other items [simple and easy]


@OP: It is procedure not producer ^^
haven't a time to read this *****. but to your information the number of lines will be same
Storxy_ is offline  
Thanks
2 Users
Old 03/19/2015, 09:14   #11
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,195
Quote:
Originally Posted by Aeron* View Post
this should be added to _AddLogItem [Stupids should use brain.exe to get it working]
oh you've to thank the person who told you that advice and used your brain.


Quote:
Originally Posted by Aeron* View Post
(better than hitting _refobjcommon 129837192 time and cause the query to be slow as fuck)
so pro menz

Quote:
Originally Posted by Aeron* View Post
@OP: It is procedure not producer ^^
i wasn't know that information thanks for telling me or telling him
and i wasn't know you're so good in english mr.english
Crue* is offline  
Thanks
4 Users
Old 03/19/2015, 09:48   #12
 
elite*gold: 0
Join Date: Aug 2013
Posts: 82
Received Thanks: 34
Quote:
Originally Posted by Aeron* View Post
why 192830912831092801 lines when you can make it in 3~5 lines?
wanna see mine? kai here you are.
this should be added to _AddLogItem [Stupids should use brain.exe to get it working]
1- Create table _ModelSwitcher (better than hitting _refobjcommon 129837192 time and cause the query to be slow as fuck)
Table should have 5 COLUMNS : (OLDITEM,NEWITEM,OldItemID,NewItemID,DESC)
add the following lines to _addlogitem

I didn't test this but if there is you tried it and found any mistake do not hesitate contacting me to fix it.
ps: you should add Desc in _ModelSwitcher table, use your brain to get this query working in other items [simple and easy]


@OP: It is procedure not producer ^^
too much useless codes ?:@
create table _5ara with 2columns (RefitemID and NewRefItemID) you can add NewRefItemID2,3...etc if u have more modles
PHP Code:
DECLARE @ID64 int =(SELECT ID64 FROM _Inventory WHERE CharID = @CharID and Slot 13)
DECLARE @
RefItemID int=(SELECT RefItemID FROM _Items WHERE ID64 = @ID64)
DECLARE @
NewItemID int =(SELECT NewRefItemID From _5ara WHERE RefItemID = @RefItemID)
update _Items set RefItemID = @NewRefItemID WHERE ID64=@ID64 
Run brain.exe , i hope it's installed.

goodjob stroxy keep it up ^^ and sorry for that shitty aeron's reply he just want to act like a pro but i will not give him this chance
_Miss_AngeL_ is offline  
Thanks
2 Users
Old 03/19/2015, 11:03   #13
 
MightyDeath's Avatar
 
elite*gold: 0
Join Date: Feb 2015
Posts: 274
Received Thanks: 81
at least somebody tried to help the beginners
MightyDeath is offline  
Thanks
2 Users
Old 03/19/2015, 12:49   #14
 
ledgervera's Avatar
 
elite*gold: 80
Join Date: May 2014
Posts: 199
Received Thanks: 451
Quote:
Originally Posted by Aeron* View Post
why 192830912831092801 lines when you can make it in 3~5 lines?
wanna see mine? kai here you are.
this should be added to _AddLogItem [Stupids should use brain.exe to get it working]
1- Create table _ModelSwitcher (better than hitting _refobjcommon 129837192 time and cause the query to be slow as ****)
Table should have 5 COLUMNS : (OLDITEM,NEWITEM,OldItemID,NewItemID,DESC)
add the following lines to _addlogitem

I didn't test this but if there is you tried it and found any mistake do not hesitate contacting me to fix it.
ps: you should add Desc in _ModelSwitcher table, use your brain to get this query working in other items [simple and easy]


@OP: It is procedure not producer ^^
He gave the people the basic idea of it and he trying to help the people with procedures what is your problem ?
ledgervera is offline  
Thanks
3 Users
Old 03/19/2015, 12:57   #15
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,195
Quote:
Originally Posted by Aeron* View Post
When i wrote it i was gonna make it 2 columns but i remembered that olditemid and newitemid should exist to make it better.
awh i felt sorry for you

Quote:
Originally Posted by Aeron* View Post
WHERE THE FUCK IS @NEWREFITEMID DECLARED? HOW THE HELL WILL THIS SHIT WORK? SELECT item which is in slot 13?
anyone told you that you're stupid before ? yes?
aha i know that because he didn't wrote the full procedure he just gave a hint but i think you're a brainless to understand that

Quote:
Originally Posted by Aeron* View Post
What the hell is wrong with you? Why are you always following me with your stupid posts?
my stupid posts i know it hurts alot

Quote:
Originally Posted by Aeron* View Post
at least i know how to open srv files not like you asking how can i open them.
prove that, or yeah maybe because you don't have something to say

Quote:
Originally Posted by Aeron* View Post
-I will not reply, your english will prove everything. At least i'm not a kid who learned english from forums. Don't you remember your past?
talking about the past you don't remember your old servers or when you was crying for me to add for you job system.
Crue* is offline  
Thanks
3 Users
Reply


Similar Threads Similar Threads
[Mini-Frage] System Model Changer :)
07/07/2013 - Flyff Private Server - 9 Replies
Hallo ePvPer, habe da ne kleine frage / problem und zwar wenn ich meinen Model Changer öffne kommtdas Fenster ich ziehe alles rein nur wenn ich dann auf OK Drücke kommt der text das es gechangst wurde Bilder : http://i.epvpimg.com/5g1ah.jpg http://i.epvpimg.com/XInCh.jpg
[How To] PUT Model Changer On NPC Menu
06/12/2013 - Flyff Private Server - 0 Replies
Hellow Anyone Know ? How to Put Model Changer on NPC MENU ?? Answer please T.T I need Help !



All times are GMT +2. The time now is 00:59.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.